{"info":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","description":"<html><head></head><body><h2 id=\"composition\">Composition</h2>\n<img src=\"https://content.pstmn.io/38fb1978-3f76-47b3-b771-6197f7b74fea/aW1hZ2UucG5n\" width=\"559\" height=\"397\">\n\n<h2 id=\"models\">Models</h2>\n<img src=\"https://content.pstmn.io/0f7d37ed-525e-4a4d-ab70-8b0f2fb68215/aW1hZ2UucG5n\" alt=\"OpenConfig%20Models\" width=\"661\" height=\"242\">\n\n<h2 id=\"triangulation\">Triangulation</h2>\n<img src=\"https://content.pstmn.io/54702682-6483-4b05-b31e-fad32d662183/aW1hZ2UucG5n\" width=\"547\" height=\"329\">\n\n<img src=\"https://content.pstmn.io/80f0b1a9-c1da-4bda-b22e-3ef6bd1e1aa4/aW1hZ2UucG5n\" width=\"556\" height=\"276\">\n\n<h3 id=\"multi-vendor-network-automation\">Multi-Vendor Network Automation</h3>\n<img src=\"https://content.pstmn.io/b8d71dcc-e102-4673-b7cd-fdd6e3df7ae6/aW1hZ2UucG5n\" width=\"561\" height=\"384\">\n\n<h3 id=\"publication--subscription\">Publication / Subscription</h3>\n<img src=\"https://content.pstmn.io/d4a1077e-bb8b-4659-86f1-6671287a1dc9/aW1hZ2UucG5n\" alt=\"\" height=\"480\" width=\"935\">\n\n<h3 id=\"qos\">QoS</h3>\n<img src=\"https://content.pstmn.io/8cd41193-b179-437d-88e2-ad5fbeaabad4/aW1hZ2UucG5n\" width=\"571\" height=\"338\">\n\n<p>When a packet arrives at an interface it is initially classified according to the classifier that is described under /qos/interfaces/interface/input/classifier. A classifier consists of a set of term entries, that match on the specified conditions. The actions thatare applied for each classification rule results in assignment to a forwarding-group, along with an optional remark action. A forwarding-group is internal to the device, used for internal (in this case, cross-fabric) scheduling. At the egress interface, a set of queue entries are instantiated based on a scheduler-policy, which defines the set of scheduling actions that are to be applied to packets forwarded on this interface. Queues are created based on the input entries of the different scheduler definitions within the scheduler-policy. A scheduler may set packet markings based on its actions, e.g., marking packets falling within a particular colour within a two-rate three-color (2r3c) scheduler, and packets may optionally be reclassified on egress.</p>\n<p>In the case that a device also implements ingress scheduling - the same primitives are used to describe the behaviour. In this case, rather than queuing and scheduling the packets at the egress forwarding complex, the classified packets are queued and drained by schedulers that are defined at the ingress. The ingress scheduler outputs packets into forwarding groups that are then queued as per the top example in the diagram.</p>\n<p>Statistics within the QoS model are related to interfaces - and stored in state containers in /qos/interfaces/interface. This includes statistics that relate to virtual output queues that are instantiated for remote interfaces. In this case, statistics for each egress interface are reported within the ingress interface’s entry in the /qos/interfaces/interface list.</p>\n<h5 id=\"example\">Example</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  #\n  # The standard definition of an interface, assumed to be facing the customer.\n  # \n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"name\": \"Ethernet42\"\n        },\n        \"name\": \"Ethernet42\",\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"config\": {\n                \"index\": 0\n              },\n              \"index\": 0\n            }\n          ]\n        }\n      }\n    ]\n  },\n  \"qos\": {\n    \"classifiers\": {\n      #\n      # The specification for the classifier to be applied to an interface.\n      # The classifier is applied to IPv4 packets.\n      #\n      \"classifier\": [\n        {\n          \"config\": {\n            \"name\": \"IN_CUSTOMERIF\",\n            \"type\": \"IPV4\"\n          },\n          \"name\": \"IN_CUSTOMERIF\",\n          #\n          # The set of terms that are present in the classifier. A\n          # logical AND is applied to each condition within the term.\n          # If a term is not matched, then the next term is evaluated.\n          #\n          \"terms\": {\n            \"term\": [\n              {\n                \"conditions\": {\n                  \"ipv4\": {\n                    \"config\": {\n                      \"dscp\": 18\n                    }\n                  }\n                },\n                \"actions\": {\n                  \"config\": {\n                    #\n                    # Packets matching this term (i.e., are DSCP AF21\n                    # as specified below) are grouped into the 'LOW'\n                    # forwarding-group.\n                    #\n                    \"target-group\": \"LOW\"\n                  }\n                },\n                \"config\": {\n                  \"id\": \"DSCP_AF21\"\n                },\n                \"id\": \"DSCP_AF21\"\n              },\n              {\n                \"conditions\": {\n                  \"ipv4\": {\n                    \"config\": {\n                      \"dscp\": 30\n                    }\n                  }\n                },\n                \"actions\": {\n                  \"config\": {\n                    \"target-group\": \"MEDIUM\"\n                  }\n                },\n                \"config\": {\n                  \"id\": \"DSCP_AF33\"\n                },\n                \"id\": \"DSCP_AF33\"\n              },\n              {\n                \"conditions\": {\n                  \"ipv4\": {\n                    \"config\": {\n                      \"dscp\": 36\n                    }\n                  }\n                },\n                \"actions\": {\n                  \"config\": {\n                    \"target-group\": \"HIGH\"\n                  }\n                },\n                \"config\": {\n                  \"id\": \"DSCP_AF41\"\n                },\n                \"id\": \"DSCP_AF41\"\n              },\n              {\n                \"conditions\": {\n                  \"ipv4\": {\n                    \"config\": {\n                      \"dscp\": 38\n                    }\n                  }\n                },\n                \"actions\": {\n                  \"config\": {\n                    \"target-group\": \"HIGH\"\n                  }\n                },\n                \"config\": {\n                  \"id\": \"DSCP_AF42\"\n                },\n                \"id\": \"DSCP_AF42\"\n              },\n              {\n                \"conditions\": {\n                  \"ipv4\": {\n                    \"config\": {\n                      \"dscp\": 46\n                    }\n                  }\n                },\n                \"actions\": {\n                  \"config\": {\n                    \"target-group\": \"LLQ\"\n                  }\n                },\n                \"config\": {\n                  \"id\": \"DSCP_EF\"\n                },\n                \"id\": \"DSCP_EF\"\n              }\n            ]\n          }\n        }\n      ]\n    },\n    #\n    # The definition of the forwarding groups. Each forwarding\n    # group has a name, and an output queue. This queue is subsequently\n    # serviced based on a particular scheduler.\n    #\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"config\": {\n            \"name\": \"HIGH\",\n            \"output-queue\": \"GOLD\"\n          },\n          \"name\": \"HIGH\"\n        },\n        {\n          \"config\": {\n            \"name\": \"LLQ\",\n            \"output-queue\": \"PRIORITY\"\n          },\n          \"name\": \"LLQ\"\n        },\n        {\n          \"config\": {\n            \"name\": \"LOW\",\n            \"output-queue\": \"BRONZE\"\n          },\n          \"name\": \"LOW\"\n        },\n        {\n          \"config\": {\n            \"name\": \"MEDIUM\",\n            \"output-queue\": \"SILVER\"\n          },\n          \"name\": \"MEDIUM\"\n        }\n      ]\n    },\n    #\n    # For configuration, the interfaces container specifies the\n    # binding between the specified classifiers/schedulers and\n    # an interface. \n    #\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"config\": {\n            \"interface-id\": \"Ethernet42.0\"\n          },\n          #\n          # An input classifier is applied to the interface by\n          # referencing the classifier name within the /qos/interfaces\n          # list.\n          #\n          \"input\": {\n            \"classifers\": {\n              \"classifier\": [\n                {\n                  \"config\": {\n                    \"name\": \"IN_CUSTOMERIF\",\n                    \"type\": \"IPV4\"\n                  },\n                  \"type\": \"IPV4\"\n                }\n              ]\n            }\n          },\n          \"interface-id\": \"Ethernet42.0\",\n          #\n          # The scheduler policy to be used for output is referenced below.\n          # A single scheduler policy can be applied per interface. The \n          # referencing of a scheduler policy also implies that the queues\n          # that it drains are created for the interface (or corresponding\n          # VoQs on the input interfaces) and telemetry is exported for them.\n          #\n          \"output\": {\n            \"scheduler-policy\": {\n              \"config\": {\n                \"name\": \"OUT_CUSTOMERIF\"\n              }\n            }\n          }\n        }\n      ]\n    },\n    #\n    # Queue specifications that will be instantiated on an interface\n    # based on the scheduler policy. The queues in this example have no specific\n    # configuration, but could have specified buffer sizes, or queue\n    # management disciplines.\n    #\n    \"queues\": {\n      \"queue\": [\n        {\n          \"config\": {\n            \"name\": \"BRONZE\"\n          },\n          \"name\": \"BRONZE\"\n        },\n        {\n          \"config\": {\n            \"name\": \"GOLD\"\n          },\n          \"name\": \"GOLD\"\n        },\n        {\n          \"config\": {\n            \"name\": \"PRIORITY\"\n          },\n          \"name\": \"PRIORITY\"\n        },\n        {\n          \"config\": {\n            \"name\": \"SILVER\"\n          },\n          \"name\": \"SILVER\"\n        }\n      ]\n    },\n    #\n    # The specification of the scheduler policy. A scheduler policy\n    # consists of a set of schedulers, which have a specified sequence.\n    # The schedulers describe a set of queueing approaches.\n    #\n    #\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"config\": {\n            \"name\": \"OUT_CUSTOMERIF\"\n          },\n          \"name\": \"OUT_CUSTOMERIF\",\n          \"schedulers\": {\n            \"scheduler\": [\n              {\n                \"config\": {\n                  \"priority\": \"STRICT\",\n                  \"sequence\": 0\n                },\n                #\n                # The inputs to each scheduler determine the queue(s)\n                # that is to be drained by the scheduler term.\n                #\n                \"inputs\": {\n                  \"input\": [\n                    {\n                      \"config\": {\n                        \"id\": \"PRIORITY_CLASS\",\n                        \"queue\": \"PRIORITY\"\n                      },\n                      \"id\": \"PRIORITY_CLASS\"\n                    }\n                  ]\n                },\n                #\n                # This scheduler term defines a 1r2c policer with a\n                # specified CIR which drops packets that exceed the\n                # CIR.\n                #\n                \"one-rate-two-color\": {\n                  \"config\": {\n                    \"bc\": 10000,\n                    \"cir\": \"32000\"\n                  },\n                  \"exceed-action\": {\n                    \"config\": {\n                      \"drop\": true\n                    }\n                  }\n                },\n                \"sequence\": 0\n              },\n              {\n                \"config\": {\n                  \"sequence\": 1\n                },\n                #\n                # In this scheduler term, a set of WRR queues are defined\n                # to be serviced.\n                #\n                \"inputs\": {\n                  \"input\": [\n                    {\n                      \"config\": {\n                        \"id\": \"BRONZE_CLASS\",\n                        \"queue\": \"BRONZE\",\n                        \"weight\": \"10\"\n                      },\n                      \"id\": \"BRONZE_CLASS\"\n                    },\n                    {\n                      \"config\": {\n                        \"id\": \"GOLD_CLASS\",\n                        \"queue\": \"GOLD\",\n                        \"weight\": \"50\"\n                      },\n                      \"id\": \"GOLD_CLASS\"\n                    },\n                    {\n                      \"config\": {\n                        \"id\": \"SILVER_CLASS\",\n                        \"queue\": \"SILVER\",\n                        \"weight\": \"40\"\n                      },\n                      \"id\": \"SILVER_CLASS\"\n                    }\n                  ]\n                },\n                \"sequence\": 1\n              }\n            ]\n          }\n        }\n      ]\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"network-use-cases\">Network Use Cases</h3>\n<p>There exist three different network element types which typically exist in today’s networks:</p>\n<h4 id=\"flat-l2-switches\">Flat L2 switches</h4>\n<p>These devices typically have a single 4K VLAN space, provide only Ethernet switching capabilities, and no IP routing. They<br>typically have limited ability to manipulate VLANs. They may support QinQ - and in this case may have the ability to switch on outer-tag, or the (outer,inner) network elements such as OLTs which provide Ethernet-only switching for subscriber traffic.</p>\n<h4 id=\"pe-routers\">PE routers</h4>\n<p>These devices typically act as IP/MPLS provider edge devices - where ports or interfaces can be terminated Layer 2 bridging domains (which may be local-only, or connected to other bridging domains through some form of backbone encapsulation - such as MPLS). In these devices, there is<br>essentially the concept of a per-service VLAN space - and more complex VLAN operations may be performed (push, pop, swap etc.).</p>\n<h4 id=\"hybrid-switch-router\">Hybrid Switch Router</h4>\n<p>These are network elements that combine both the ability to have switched VLANs within a global VLAN space, with the ability to terminate VLANs into a certain L2 or L3 forwarding table. Essentially, these devices tend to operate as a hybrid between the <strong>PE router</strong> device type and <strong>Flat L2 switch</strong> types defined here - with some implementation-specific complexities.</p>\n<h4 id=\"use-case-flat-switch-vlan-aware-l2vpn-or-virtual-switch\">Use Case: Flat Switch, VLAN-aware L2VPN, or Virtual Switch</h4>\n<p>Picture a flat Layer 2 switch with the following:</p>\n<ul>\n<li><p>An access interface – where untagged frames should map to a ‘red’ VLAN.</p>\n</li>\n<li><p>A trunk interface – which carries two VLANs - green and orange.</p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/3bd88965-ba96-4746-a252-655ab14c6bdc/aW1hZ2UucG5n\" width=\"559\" height=\"210\">\n\n<h5 id=\"example-1\">Example</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    # The global interface list is configured with two interfaces - which are\n    # entire ports in this case. These interfaces have no subinterfaces, and\n    # simply specify mappings to 802.1q tags on each interface.\n    \"interfaces\": {\n        \"interface\": {\n            \"g0/0/0\": {\n                \"ethernet\": {\n                    \"switched-vlan\": {\n                        \"config\": {\n                             # The 'access' interface is marked as such and\n                        # the VLAN with which untagged frames are associated\n                        # marked as ID 1042.\n                            \"interface-mode\": \"ACCESS\",\n                            \"access-vlan\": 1042\n                        }\n                    }\n                },\n                \"config\": {\n                    \"description\": \"ACCESS PORT\",\n                    \"name\": \"g0/0/0\"\n                },\n                \"name\": \"g0/0/0\"\n            },\n            \"g1/0/42\": {\n                \"ethernet\": {\n                    \"switched-vlan\": {\n                        \"config\": {\n                                 # The trunk interface is marked as such, and a list of\n                            # the VLANs to be accepted on this trunk specified.\n                            \"trunk-vlans\": [\n                                2048,\n                                2049\n                            ],\n                            \"interface-mode\": \"TRUNK\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"description\": \"TRUNK PORT\",\n                    \"name\": \"g1/0/42\"\n                },\n                \"name\": \"g1/0/42\"\n            }\n        }\n    },\n    \"network-instances\": {\n        \"network-instance\": {\n            # Despite the fact that the device is a flat switch, a single\n            # \"default\" network instance is created, this has the type of\n            # 'DEFAULT' - which is specified to mean the global instance in\n            # the network-instance model.\n            \"DEFAULT\": {\n                \"interfaces\": {\n                    \"interface\": {\n                        # The interfaces configured globally are associated with\n                        # this network instance, and hence the VLAN namespace\n                         # inside it. The port, rather than a subinterface is\n                         # specified here, as these are switched interfaces.\n                        \"g0/0/0\": {\n                            \"config\": {\n                                \"interface\": \"g0/0/0\",\n                                \"id\": \"g0/0/0\"\n                            },\n                            \"id\": \"g0/0/0\"\n                        },\n                        \"g1/0/42\": {\n                            \"config\": {\n                                \"interface\": \"g1/0/42\",\n                                \"id\": \"g1/0/42\"\n                            },\n                            \"id\": \"g1/0/42\"\n                        }\n                    }\n                },\n                # Each VLAN which is used in the switch is configured within\n                # the network instance.\n                \"vlans\": {\n                    \"vlan\": {\n                        \"2048\": {\n                            \"vlan-id\": 2048,\n                            \"config\": {\n                                \"vlan-id\": 2048,\n                                \"name\": \"GREEN\"\n                            }\n                        },\n                        \"2049\": {\n                            \"vlan-id\": 2049,\n                            \"config\": {\n                                \"vlan-id\": 2049,\n                                \"name\": \"ORANGE\"\n                            }\n                        },\n                        \"1042\": {\n                            \"vlan-id\": 1042,\n                            \"config\": {\n                                \"vlan-id\": 1042,\n                                \"name\": \"RED\"\n                            }\n                        }\n                    }\n                },\n                \"config\": {\n                    \"name\": \"DEFAULT\",\n                    \"type\": \"DEFAULT\"\n                },\n                \"name\": \"DEFAULT\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<h4 id=\"flat-switch\">Flat Switch</h4>\n<p>Picture the following:</p>\n<ul>\n<li><p>A VLAN terminating into the global table, with IP configuration.</p>\n</li>\n<li><p>A VLAN terminating into a Layer 2 switched virtual instance carrying<br>  multiple VLANs.</p>\n</li>\n<li><p>A VLAN terminating into a PWE service.</p>\n<ul>\n<li><p>A VLAN terminating into a L2VPN service carrying a single VLAN.</p>\n</li>\n<li><p>A VLAN terminating into a L3VPN.</p>\n</li>\n</ul>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/4a13b930-9fe6-45d0-a7e1-4d272c54381e/aW1hZ2UucG5n\" width=\"499\" height=\"345\">\n\n<p>It is notable that in this case, no use of the access-vlan or trunk-vlan leaves is made. Essentially, it is possible to ignore these ‘switched-vlan’ leaves in the case that an explicit network instance is required to forward traffic between ports. This is typical of service provider PE edge devices.</p>\n<p>If there is no case in which a device needs to match multiple VLANs that cannot be specified with a single vlan encapsulation statement, then there is essentially no need to support access-vlan and trunk-vlan on these platforms. The operator does not lose any functionality.</p>\n<p>The vlan leaf is relatively flexible, for example:</p>\n<ul>\n<li><p>x.y can be used to match outer tag x, inner tag y.</p>\n</li>\n<li><p>x.* can be used to match all inner tags of outer tag x.</p>\n</li>\n<li><p>x..y.z can be used to match inner tag z with outer tags ranging from x to y.</p>\n</li>\n<li><p>x..y.a..b can be used to match out tags x to y with inner tags in the range a to b.</p>\n</li>\n<li><p>*.y can be used to match inner tag y with any outer tag.</p>\n</li>\n</ul>\n<p>Some of these options are obviously more flexible than particular hardware may be able to implement, in this case, it is envisaged that the implementation returns a NACK/NOK message to the client - rather than provide a deviation from the model.</p>\n<h5 id=\"example-2\">Example</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"config\": {\n        \"hostname\": \"asr1k.lon-1a\"\n    },\n    #\n    # The global list of interfaces - in this case, subinterfaces\n    # are used for all interfaces whether they are L2 or L3 config\n    #\n    \"interfaces\": {\n        \"interface\": {\n            \"t0/12/116\": {\n                \"config\": {\n                    \"description\": \"PE Interface 0\",\n                    \"name\": \"t0/12/116\"\n                },\n                \"name\": \"t0/12/116\",\n                \"subinterfaces\": {\n                    \"subinterface\": {\n                        \"2048\": {\n                             #\n                             # A subinterface specified to match on VLAN 2048\n                             # on the parent \"t0/1/2/116\" interface\n                             #\n                            \"index\": 2048,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": 2048\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 2048,\n                                \"description\": \"red VLAN instance in L3VRF\"\n                            },\n                            #\n                            # Since this is a L3 interface, it has configuration\n                            # for IPv4 and IPv6 that correspond to this subint.\n                            #\n                            \"ipv4\": {\n                                \"address\": {\n                                    \"84.18.192.124\": {\n                                        \"ip\": \"84.18.192.124\",\n                                        \"config\": {\n                                            \"ip\": \"84.18.192.124\",\n                                            \"prefix-length\": 24\n                                        }\n                                    }\n                                }\n                            },\n                            \"ipv6\": {\n                                \"address\": {\n                                    \"2001:4c20::1\": {\n                                        \"ip\": \"2001:4c20::1\",\n                                        \"config\": {\n                                            \"ip\": \"2001:4c20::1\",\n                                            \"prefix-length\": 64\n                                        }\n                                    }\n                                }\n                            }\n                        },\n                        #\n                        # The simple L2 interface on the same interface does not\n                        # use any 'access' or 'trunk' VLAN configuration, but rather\n                        # specifies the VLAN that it matches. Mapping to the\n                        # network instance is done explicitly inside the network instance.\n                        #\n                        \"1042\": {\n                            \"index\": 1042,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": 1042\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 1042,\n                                \"description\": \"purple VLAN instance in L2VSI\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"g0/0/0\": {\n                \"config\": {\n                    \"description\": \"PE Interface 1\",\n                    \"name\": \"g0/0/0\"\n                },\n                \"name\": \"g0/0/0\",\n                \"subinterfaces\": {\n                    \"subinterface\": {\n                        \"1400\": {\n                            \"index\": 1400,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": 1400\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 1400,\n                                \"description\": \"blue VLAN instance in L2VSI\"\n                            }\n                        },\n                        \"1042\": {\n                            \"index\": 1042,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": 1042\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 1042,\n                                \"description\": \"pink VLAN instance in GLOBAL\"\n                            },\n                            \"ipv4\": {\n                                \"address\": {\n                                    \"192.168.1.2\": {\n                                        \"ip\": \"192.168.1.2\",\n                                        \"config\": {\n                                            \"ip\": \"192.168.1.2\",\n                                            \"prefix-length\": 24\n                                        }\n                                    }\n                                }\n                            },\n                            \"ipv6\": {\n                                \"address\": {\n                                    \"2001:db8::1\": {\n                                        \"ip\": \"2001:db8::1\",\n                                        \"config\": {\n                                            \"ip\": \"2001:db8::1\",\n                                            \"prefix-length\": 64\n                                        }\n                                    }\n                                }\n                            }\n                        },\n                        #\n                        # For the L2 P2P interface, mapping is done in exactly\n                        # the same way that it is for the L2VSI service above,\n                        # and again, this is on a subinterface with no config\n                        # that relates to the access/trunk VLANs\n                        #\n                        \"1500\": {\n                            \"index\": 1500,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": 1500\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 1500,\n                                \"description\": \"cyan VLAN instance in L2P2P\"\n                            }\n                        }\n                    }\n                }\n            },\n            \"g0/10/114\": {\n                \"config\": {\n                    \"description\": \"PE Interface 2\",\n                    \"name\": \"g0/10/114\"\n                },\n                \"name\": \"g0/10/114\",\n                \"subinterfaces\": {\n                    #\n                    # This subinterface uses a QinQ match condition such that\n                    # the frames that are accepted into it are double-tagged.\n                    # NB: The L2 P2P service could be made to match all inner\n                    # tags with a match condition on 1042.* - and can be specified\n                    # with ranges, so that a subset of VLANs can be mapped into\n                    # the L2 service.\n                    #\n                    # Some discussion may be merited as what this means for VLAN\n                    # re-write within the service, at the moment, we assume that\n                    # this is implicitly enabled based on the fact that there are\n                    # different encapsulations at each end of the PWE3 service.\n                    #\n                    \"subinterface\": {\n                        \"10421042\": {\n                            \"index\": 10421042,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": \"1042.1042\"\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 10421042,\n                                \"description\": \"orange VLAN instance in L2P2P\"\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"hostname\": \"asr1k.lon-1a\",\n    #\n    # The set of network instances is then specified on the device.\n    #\n    #\n    \"network-instances\": {\n        \"network-instance\": {\n            \"L2VSI\": {\n                #\n                # Each network instance has a list of associated interfaces,\n                # the matches can be done based on interface (where there is\n                # no specific match of encapsulation - as per the previous\n                # example), or based on subinterface.\n                #\n                # The interface/subinterface leaves are separate to allow this\n                # to be flexible, and a free-text ID is given to the user to\n                # name this connection if req'd.\n                #\n                \"interfaces\": {\n                    \"interface\": {\n                        \"g0/0/0.1400\": {\n                            \"config\": {\n                                \"interface\": \"g0/0/0\",\n                                \"id\": \"g0/0/0.1400\",\n                                \"subinterface\": 1400\n                            },\n                            \"id\": \"g0/0/0.1400\"\n                        },\n                        \"t0/12/116.1042\": {\n                            \"config\": {\n                                \"interface\": \"t0/12/116\",\n                                \"id\": \"t0/12/116.1042\",\n                                \"subinterface\": 1042\n                            },\n                            \"id\": \"t0/12/116.1042\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"name\": \"L2VSI\"\n                },\n                \"name\": \"L2VSI\"\n            },\n            \"L3VRF\": {\n                \"interfaces\": {\n                    \"interface\": {\n                        \"t0/12/116.2048\": {\n                            \"config\": {\n                                \"interface\": \"t0/12/116\",\n                                \"id\": \"t0/12/116.2048\",\n                                \"subinterface\": 2048\n                            },\n                            \"id\": \"t0/12/116.2048\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"name\": \"L3VRF\"\n                },\n                \"name\": \"L3VRF\"\n            },\n            \"GLOBAL\": {\n                \"interfaces\": {\n                    \"interface\": {\n                        \"g0/0/0.1042\": {\n                            \"config\": {\n                                \"interface\": \"g0/0/0\",\n                                \"id\": \"g0/0/0.1042\",\n                                \"subinterface\": 1042\n                            },\n                            \"id\": \"g0/0/0.1042\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"name\": \"GLOBAL\"\n                },\n                \"name\": \"GLOBAL\"\n            },\n            \"L2P2P\": {\n                \"interfaces\": {\n                    \"interface\": {\n                        \"g0/0/0.1500\": {\n                            \"config\": {\n                                \"interface\": \"g0/0/0\",\n                                \"id\": \"g0/0/0.1500\",\n                                \"subinterface\": 1500\n                            },\n                            \"id\": \"g0/0/0.1500\"\n                        },\n                        \"g0/10/114.1042.1042\": {\n                            \"config\": {\n                                \"interface\": \"g0/10/114\",\n                                \"id\": \"g0/10/114.1042.1042\",\n                                \"subinterface\": \"1042.1042\"\n                            },\n                            \"id\": \"g0/10/114.1042.1042\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"name\": \"L2P2P\"\n                },\n                \"name\": \"L2P2P\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<h3 id=\"switch--router-hybrid\">Switch / Router Hybrid</h3>\n<p>In the case of a switch/router hybrid device it is possible to have switched VLANs on an interface, which then has accompanying subinterfaces that are routed into a particular network instance.</p>\n<p>A device which has a trunk port switching VLAN IDs 1024-1030 within the global network instance, and also routes VLAN 100 on the same interface into a private L3 forwarding instance uses the following configuration:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"config\": {\n        \"hostname\": \"asr1k.lon-1a\"\n    },\n    \"interfaces\": {\n        \"interface\": {\n            \"g0/0/0\": {\n                #\n                # The switched VLANs are configured directly on the interface\n                # such that these packets are associated with the interface\n                # which is associated with the top-level interface.\n                #\n                \"ethernet\": {\n                    \"switched-vlan\": {\n                        \"config\": {\n                            \"trunk-vlans\": [\n                                1024,\n                                1025,\n                                \"1026..1030\"\n                            ],\n                            \"interface-mode\": \"TRUNK\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"name\": \"g0/0/0\"\n                },\n                \"name\": \"g0/0/0\",\n                #\n                # Subinterfaces are configured such that the encapsulation matches\n                # VLANs that are not specified on the top-level interface. A config\n                # which attempts to configure the same interface in multiple contexts\n                # is an error.\n                #\n                \"subinterfaces\": {\n                    \"subinterface\": {\n                        \"100\": {\n                            \"index\": 100,\n                            \"vlan\": {\n                                \"config\": {\n                                    \"vlan-id\": 100\n                                }\n                            },\n                            \"config\": {\n                                \"index\": 100\n                            },\n                            \"ipv6\": {\n                                \"address\": {\n                                    \"2001:DB8::12\": {\n                                        \"ip\": \"2001:DB8::12\",\n                                        \"config\": {\n                                            \"ip\": \"2001:DB8::12\",\n                                            \"prefix-length\": 127\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"hostname\": \"asr1k.lon-1a\",\n    \"network-instances\": {\n        \"network-instance\": {\n            #\n            # The default network instance is configured - the\n            # type is DEFAULT-INSTANCE in the top level configuration.\n            #\n            \"GLOBAL\": {\n                \"interfaces\": {\n                    \"interface\": {\n                        #\n                        # The entire interface is then associated with the\n                        # instance to pick up the 'switched' VLANs on that interface\n                        #\n                        \"g0/0/0\": {\n                            \"config\": {\n                                \"interface\": \"g0/0/0\",\n                                \"id\": \"g0/0/0\"\n                            },\n                            \"id\": \"g0/0/0\"\n                        }\n                    }\n                },\n                #\n                # By configuring VLANs within the network instance, the FDB for each\n                # VLAN within the default instance is created.\n                #\n                \"vlans\": {\n                    \"vlan\": {\n                        \"1024\": {\n                            \"vlan-id\": 1024,\n                            \"config\": {\n                                \"vlan-id\": 1024,\n                                \"name\": \"vlan1024\"\n                            }\n                        },\n                        \"1025\": {\n                            \"vlan-id\": 1025,\n                            \"config\": {\n                                \"vlan-id\": 1025,\n                                \"name\": \"vlan1025\"\n                            }\n                        },\n                        \"1026\": {\n                            \"vlan-id\": 1026,\n                            \"config\": {\n                                \"vlan-id\": 1026,\n                                \"name\": \"vlan1026\"\n                            }\n                        },\n                        \"1027\": {\n                            \"vlan-id\": 1027,\n                            \"config\": {\n                                \"vlan-id\": 1027,\n                                \"name\": \"vlan1027\"\n                            }\n                        },\n                        \"1028\": {\n                            \"vlan-id\": 1028,\n                            \"config\": {\n                                \"vlan-id\": 1028,\n                                \"name\": \"vlan1028\"\n                            }\n                        },\n                        \"1029\": {\n                            \"vlan-id\": 1029,\n                            \"config\": {\n                                \"vlan-id\": 1029,\n                                \"name\": \"vlan1029\"\n                            }\n                        }\n                    }\n                },\n                \"config\": {\n                    \"type\": \"nit:DEFAULT-INSTANCE\",\n                    \"name\": \"GLOBAL\"\n                },\n                \"name\": \"GLOBAL\"\n            },\n            #\n            # If the subinterface is to be associated with a non-default instance\n            # this association is configured within that instance.\n            #\n            \"SOME_VPN\": {\n                \"interfaces\": {\n                    \"interface\": {\n                        \"SALT-LAKE-CITY-OFFICE\": {\n                            \"config\": {\n                                \"interface\": \"g0/0/0\",\n                                \"id\": \"SALT-LAKE-CITY-OFFICE\",\n                                \"subinterface\": 100\n                            },\n                            \"id\": \"SALT-LAKE-CITY-OFFICE\"\n                        }\n                    }\n                },\n                \"config\": {\n                    \"type\": \"L3VRF\",\n                    \"name\": \"SOME_VPN\"\n                },\n                \"name\": \"SOME_VPN\"\n            }\n        }\n    }\n}\n\n</code></pre>\n<h3 id=\"routing\">Routing</h3>\n<p>OpenConfig models interconnection of RIBs through an explicit <code>table-connection</code> list within the <code>network-instance</code> model. In order to redistribute routes within protocol A to protocol B, an explicit connection between the tables corresponding to protocol A and protocol B is created.</p>\n<p>An OpenConfig <code>routing-policy</code> is specified along with the connection - allowing an operator to apply policies to routes being imported into the destination protocol’s RIB. Such policies are evaluated such that:</p>\n<ul>\n<li><p>Routes that are rejected by the protocol are not imported into the destination RIB.</p>\n</li>\n<li><p>Modifications to attributes of matching routes result in the imported routes in the destination protocol’s RIB being modified, but do not modify the source protocol’s RIB.</p>\n</li>\n</ul>\n<p>It is expected that protocol-specific attributes (e.g., BGP communities) are set by such an import policy, allowing routes that are redistributed to carry information relating to their source (e.g., an IGP route may be tagged with a specific community using policy to indicate its provenance).</p>\n<p>In the absense of an import-policy for table-connections, default-import-policy should take effect. In the absence of both, no routes should be allowed to be redistributed.</p>\n<h3 id=\"messaging\">Messaging</h3>\n<p>This module is part of the system management model. The Messages module does not itself replace the necessity to configure which messages (eg Severity) are sent to traditional Syslog collectors. That is still done utilizing the /system/logging/remote-servers’ path. This module will however allow for configuration of which messages (eg Severity) are sent over the telemetry interface to the Subscriber.</p>\n<img src=\"https://content.pstmn.io/5f3fff25-7e2f-4a86-a88f-16728a455f56/aW1hZ2UucG5n\" width=\"551\" height=\"332\">\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>+--rw system\n +--rw messages\n    +--rw config\n    # Config leaf for the Severity of the messages which are sent\n    # over the telemetry interface.\n    |  +--rw severity?   syslog-severity\n    +--ro state\n    |  +--ro severity?   syslog-severity\n    # State leaf for the Syslog message payload (eg the String of data).\n    # This is used for both debugging and non-debugging strings.\n    |  +--ro messages?   string\n    +--rw debug-entries\n       +--rw debug-service* [service]\n          +--rw service    -&gt; ../config/service\n          +--rw config\n          # This is the Base identity for configuring a list of debugging\n          # operations. For example \"ip ospf hello\".\n          |  +--rw service?   identityref\n          # Whether any configured debug services are enabled, and therefore\n          # being sent to Subscribers.\n          |  +--rw enabled?   boolean\n          +--ro state\n             +--ro service?   identityref\n             +--ro enabled?   boolean\n\n</code></pre><h3 id=\"ethernet-vpn\">Ethernet VPN</h3>\n<p>This page documents how the Openconfig Yang data models can be used to<br>implement different Ethernet VPN (EVPN) solutions. Current<br>implementation covers the following use cases:</p>\n<ul>\n<li><p>BGP MPLS-Based<br>  Ethernet VPNs <a href=\"https://datatracker.ietf.org/doc/html/rfc7432\">RFC 7432</a><br>  with VLAN based service.</p>\n</li>\n<li><p>Provider Backbone Bridging Combined with<br>  Ethernet VPN (PBB-EVPN) <a href=\"https://datatracker.ietf.org/doc/html/rfc7263\">RFC<br>7263</a> with VLAN based<br>  service.</p>\n</li>\n<li><p>Network Virtualization Overlay (NVO) EVPN <a href=\"https://datatracker.ietf.org/doc/html/rfc8365\">RFC<br>8365</a> with VLAN based<br>  service and symmetric IRB.</p>\n</li>\n</ul>\n<h4 id=\"mac-vrf\">MAC-VRF</h4>\n<p>A MAC-VRF (A Virtual Routing and Forwarding table for Media Access Control (MAC) addresses) on a Provider Edge (PE) device with EVPN support is instantiated by creating a network instance with the ’type = oc-ni-types:L2VSI’ in combination with the parameters under the ‘/network-instances/network-instance/evpn’ container.</p>\n<p>The presence of the evpn container during the netconf/gRPC request is the indication for the device of the EVPN support in that VRF.</p>\n<h4 id=\"evpn-instance\">EVPN Instance</h4>\n<p>A PE device can participate in one or more EVPN Instances (EVI). An EVPN Instance spans several PE devices. For each EVI in which the PE participates, a new entry of the evpn-instance container within evpn needs to be created. This enables multi-domain and Data center interconnect use cases.</p>\n<p>For each EVPN Instance the following items can be configured:</p>\n<ul>\n<li><p><strong>Unique EVPN Instance Identifier (EVI-ID)</strong>.</p>\n</li>\n<li><p><strong>Data plane encapsulation</strong> (MPLS or NVO (VXLAN) EVPN):</p>\n<ul>\n<li><p>In each EVPN instance, the type of encapsulation of the traffic between PEs can be selected. This is performed via the ‘<strong>network-instance/evpn/evpn-instances/evpn-instance/config/encapsulation-type</strong>’ container. Note that Currently “<strong>oc-ni-types:MPLS</strong>” and “<strong>oc-ni-types:VXLAN</strong>” can be selected.</p>\n</li>\n<li><p>Note that, in the EVPN case, the ´<strong>network-instance/config/encapsulation-typ</strong>e’ has to be ignored. Hence, it allows the creation of two EVPN Instances one EVI with VXLAN and another one with MPLS for a data center interconnect use case.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Service type</strong> EVPN defines three different Service Types (VLAN BASED, VLAN BUNDLE and VLAN AWARE). In the current version of EVPN Model in Openconfig, VLAN_BASED is supported.</p>\n</li>\n<li><p><strong>Multicast group and multicast mask</strong> Multicast group address and mask for BUM traffic.</p>\n</li>\n<li><p><strong>Replication mode</strong> The PE may use ingress replication for flooding BUM (Broadcast, Unicast or Multicast) traffic.</p>\n</li>\n<li><p><strong>Route Distinguisher (RD)</strong> associated to the evpn-instance. An RD MUST be unique across all evpn-instances on a PE. The RD is configured using the parameter ‘route-distinguisher’ at this level. It overrides the route-distinguisher value defined under ’network-instance/config’.<br>  Import and Export Route Target (RT). In order to participate in an EVPN Instance, it is neede to indicate, in the import-export-policy container, the values of the Route Target for import and export.</p>\n</li>\n<li><p><strong>VXLAN</strong> In case VXLAN is used as the data plane encapsulation, use the ‘vxlan’ container to configure the VNI and overlay end point reference.</p>\n</li>\n<li><p><strong>PBB</strong> In case Provider Backbone Bridging (PBB) is combined with Ethernet VPN, use the pbb container to configure the b (backbone) and i components.</p>\n</li>\n</ul>\n<h5 id=\"evpn-instances\">EVPN Instances</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"evpn-instances\": {\n    \"evpn-instance\": {\n      \"config\": {\n        \"evi\": \"1001\",\n        \"encapsulation-type\": \"oc-ni-types:MPLS\",\n        \"service-type\": \"oc-evpn-types:VLAN_BASED\",\n        \"route-distinguisher\": \"65000:2\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<h4 id=\"ethernet-segment\">Ethernet Segment</h4>\n<p>A customer site is connected to one or more PEs via a set of Ethernet links. That set of links is referred to as an ‘Ethernet segment’ (see RFC 7432 section 5 ) . The Ethernet segments that are associated to the VRF are listed in the ‘/network-instances/network-instance/evpn/ethernet-segments’ container. Each ethernet segment needs the following information:</p>\n<h5 id=\"name\">Name</h5>\n<p>Uniquely identifies the ethernet segment. It has only local meaning.</p>\n<h5 id=\"esi-type\">ESI Type</h5>\n<p>RFC 7432 defines several types of identifiers, with explicit rules for the ESI value assignment. Use this field to select the desired type (see table below for the values).</p>\n<h6 id=\"esi-types\">ESI Types</h6>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><a href=\"https://datatracker.ietf.org/doc/html/rfc7432#section-5\">ESI Type</a></th>\n<th>Typedef value</th>\n<th>ESI</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type 0</td>\n<td>TYPE_0_OPERATOR_CONFIGURED</td>\n<td>Directly configured by the operator</td>\n</tr>\n<tr>\n<td>Type 1</td>\n<td>TYPE_1_LACP_BASED</td>\n<td>AUTO enum must be used</td>\n</tr>\n<tr>\n<td>Type 2</td>\n<td>TYPE_2_BRIDGE_PROTOCOL_BASED</td>\n<td>AUTO enum must be used</td>\n</tr>\n<tr>\n<td>Type 3</td>\n<td>TYPE_3_MAC_BASED</td>\n<td>Directly configured or AUTO enum must be used</td>\n</tr>\n<tr>\n<td>Type 4</td>\n<td>TYPE_4_ROUTER_ID_BASED</td>\n<td>Directly configured or AUTO enum must be used</td>\n</tr>\n<tr>\n<td>Type 5</td>\n<td>TYPE_5_AS_BASED</td>\n<td>Directly configured or AUTO enum must be used</td>\n</tr>\n</tbody>\n</table>\n</div><h5 id=\"esi\">ESI</h5>\n<p>The ethernet segment identifier can be auto assigned or explicitly configured. In case of autoasign, choose the autotype, otherwise, indicate the identifier.</p>\n<h5 id=\"example-of-ethernet-segment-with-directly-configured-esi-by-the-operator-of-type-0\">Example of Ethernet segment with directly configured ESI by the operator of type 0</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ethernet-segments\": {\n    \"ethernet-segment\": {\n      \"name\": \"esi-1\",\n      \"config\": {\n        \"name\": \"esi-1\",\n        \"esi-type \": \"oc-evpn-types:TYPE_0_OPERATOR_CONFIGURED \",\n        \"esi\": \"01:00:00:00:00:71:00:00:00:01\",\n        \"redundancy-mode\": \"oc-evpn-types:SINGLE_ACTIVE\"\n      }\n    }\n  }\n} \n\n</code></pre>\n<h5 id=\"example-of-ethernet-segment-with-auto-generated-esi-using-lacp\">Example of Ethernet segment with auto-generated ESI using LACP</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ethernet-segments\": {\n    \"ethernet-segment\": {\n      \"name\": \"esi-1\",\n      \"config\": {\n        \"name\": \"esi-2\",\n        \"esi-type \": \"oc-evpn-types:TYPE_1_LACP_BASED \",\n        \"esi\": \"AUTO\",\n        \"redundancy-mode\": \"oc-evpn-types:SINGLE_ACTIVE\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<h5 id=\"example-of-ethernet-segment-with-directly-configured-esi-by-the-operator-of-type-0-and-df-election-method-preference\">Example of Ethernet segment with directly configured ESI by the operator of type 0 and DF election method preference</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"ethernet-segments\": {\n    \"ethernet-segment\": {\n      \"name\": \"esi-1\",\n      \"config\": {\n        \"name\": \"esi-1\",\n        \"esi-type \": \"oc-evpn-types:TYPE_0_OPERATOR_CONFIGURED\",\n        \"esi\": \"01:00:00:00:00:71:00:00:00:01\",\n        \"redundancy-mode\": \"oc-evpn-types:SINGLE_ACTIVE\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"df-election\": \"PREFERENCE\",\n          \"preference\": \"1\",\n          \"revertive\": \"true\",\n          \"election-wait-time\": \"3\"\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"telemetry\">Telemetry</h3>\n<p>OpenConfig devices will often have gNMI provisioning and telemetry</p>\n<p>Here is the sequence of events that is being addressed in this post. I am starting with Telegraf gathering and collecting gNMI data from network devices. This is being processed into Prometheus metrics that will be scraped by a Prometheus server. Then Grafana will generate graphs on the data that is gathered and processed appropriately.</p>\n<img src=\"https://content.pstmn.io/bf3eedb1-1914-4b42-946c-9361fac71b39/aW1hZ2UucG5n\" width=\"595\" height=\"456\">\n\n<h5>Telegraf Configuration</h5>\n\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-erlang\">[[inputs.cisco_telemetry_gnmi]]\n    addresses = [\"dallas.create2020.ntc.cloud.tesuto.com:50000\"]\n    username = &lt;redacted&gt;\n    password = &lt;redacted&gt;\n    ## redial in case of failures after\n    redial = \"10s\"\n    tagexclude = [\"openconfig-network-instance:/network-instances/network-instance/protocols/protocol/name\"]\n    [[inputs.cisco_telemetry_gnmi.subscription]]\n        origin = \"openconfig-interfaces\"\n        path = \"/interfaces/interface\"\n        subscription_mode = \"sample\"\n        sample_interval = \"10s\"\n    [[inputs.cisco_telemetry_gnmi.subscription]]\n        name = \"bgp_neighbor\"\n        origin = \"openconfig-network-instance\"\n        path = \"/network-instances/network-instance/protocols/protocol/bgp/neighbors/neighbor/state\"\n        subscription_mode = \"sample\"\n        sample_interval = \"10s\"\n[[outputs.prometheus_client]]\n  listen = \":9011\"\n\n</code></pre>\n<h5 id=\"focuses-on-2-yang-models\">Focuses on 2 YANG models</h5>\n<ul>\n<li><p>openconfig-interfaces</p>\n</li>\n<li><p>openconfig-network-instance</p>\n</li>\n</ul>\n<img src=\"https://content.pstmn.io/c9d39a51-704e-45a3-bfc6-1cdae4709f0f/aW1hZ2UucG5n\" width=\"361\" height=\"338\">\n\n<h5 id=\"gnmi-output--bgp\">gNMI Output – BGP</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code># HELP bgp_neighbor_messages_received_UPDATE Telegraf collected metric\n# TYPE bgp_neighbor_messages_received_UPDATE untyped\nbgp_neighbor_messages_received_UPDATE{device=\"dallas\",identifier=\"BGP\",name=\"default\",neighbor_address=\"10.0.0.1\",peer_type=\"EXTERNAL\",role=\"leaf\"} 9\nbgp_neighbor_messages_received_UPDATE{device=\"dallas\",identifier=\"BGP\",name=\"default\",neighbor_address=\"10.0.0.17\",peer_type=\"EXTERNAL\",role=\"leaf\"} 0\nbgp_neighbor_messages_received_UPDATE{device=\"dallas\",identifier=\"BGP\",name=\"default\",neighbor_address=\"10.0.0.25\",peer_type=\"EXTERNAL\",role=\"leaf\"} 9\nbgp_neighbor_messages_received_UPDATE{device=\"dallas\",identifier=\"BGP\",name=\"default\",neighbor_address=\"10.0.0.9\",peer_type=\"EXTERNAL\",role=\"leaf\"} 9\n\n</code></pre><img src=\"https://content.pstmn.io/4eec742e-58ef-4267-a989-ddf10a214939/aW1hZ2UucG5n\" width=\"560\" height=\"427\">\n\n<h5 id=\"gnmi-output---interfaces\">gNMI Output - Interfaces</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>interface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/0\",role=\"leaf\"} 3.2022595e+07\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/1\",role=\"leaf\"} 3.077077e+06\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/2\",role=\"leaf\"} 1.5683204947e+10\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/3\",role=\"leaf\"} 1.627459e+06\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/4\",role=\"leaf\"} 1.523158e+06\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/5\",role=\"leaf\"} 35606\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/6\",role=\"leaf\"} 35318\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/7\",role=\"leaf\"} 35550\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/8\",role=\"leaf\"} 35878\ninterface_state_counters_in_octets{device=\"dallas\",name=\"GigabitEthernet0/0/0/9\",role=\"leaf\"} 36684\ninterface_state_counters_in_octets{device=\"dallas\",name=\"MgmtEth0/RP0/CPU0/0\",role=\"leaf\"} 2.2033861e+07\ninterface_state_counters_in_octets{device=\"dallas\",name=\"Null0\",role=\"leaf\"} 0\ninterface_state_counters_in_octets{device=\"dallas\",name=\"SINT0/0/0\",role=\"leaf\"} 0\n\n</code></pre><h4 id=\"outcome\">Outcome</h4>\n<img src=\"https://content.pstmn.io/49be2666-5d67-4106-9c41-8c160c5e8a31/aW1hZ2UucG5n\" width=\"1024\" height=\"297\">\n\n<h3 id=\"rest-verbs\">REST Verbs</h3>\n<p>We are providing full API for configurational data which can be edited (by POST, PUT, PATCH and DELETE).<br>For operational data we only provide GET API.</p>\n<p>For majority of request you can see only config data in examples. That's because we can show only one example per request. The exception when you can see operational data in example is when data are representing operational (config false) container with no config data in it.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11528456","collectionId":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","publishedId":"2sAYJAfxqx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-01-08T18:30:44.000Z"},"item":[{"name":"restconf","item":[{"name":"data","item":[{"name":"network-topology:network-topology","item":[{"name":"topology=topology-netconf","item":[{"name":"node=openconfig","item":[{"name":"yang-ext:mount","item":[{"name":"ietf-interfaces:interfaces","item":[{"name":"interface={name}","item":[{"name":"PUT - ietf-interfaces - openconfig - interface","id":"c7dc05ce-8923-4326-8dfe-7b0d95fb575c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interface\": [\n    {\n      \"type\": \"mpc\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"if-gsn\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>","description":"<p>The list of interfaces on the device.</p>\n<p>The status of an interface is available in this list in the\noperational state.  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 operational\nstate.  If the configuration of a user-controlled interface\ncannot be used by the system, the configured interface is\nnot instantiated in the operational state.</p>\n<p>System-controlled interfaces created by the system are\nalways present in this list in the operational state,\nwhether or not they are configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b9505396-6416-4ca2-852e-bc19663e403c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interface\": [\n    {\n      \"type\": \"mpc\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"if-gsn\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"410742e0-5956-4800-94f9-572857d106f2","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interface\": [\n    {\n      \"type\": \"mpc\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"if-gsn\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7dc05ce-8923-4326-8dfe-7b0d95fb575c"},{"name":"PATCH - ietf-interfaces - openconfig - interface","id":"2bb915e7-69b6-420d-88f3-75162fd3e959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interface\": [\n    {\n      \"type\": \"mpc\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"if-gsn\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>","description":"<p>The list of interfaces on the device.</p>\n<p>The status of an interface is available in this list in the\noperational state.  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 operational\nstate.  If the configuration of a user-controlled interface\ncannot be used by the system, the configured interface is\nnot instantiated in the operational state.</p>\n<p>System-controlled interfaces created by the system are\nalways present in this list in the operational state,\nwhether or not they are configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"34f6e4ef-7e6b-4e9a-bf31-d28c55f5b3ab","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interface\": [\n    {\n      \"type\": \"mpc\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"if-gsn\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fdcd3fe1-65d2-4b5d-8d00-9f55d38d974c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interface\": [\n    {\n      \"type\": \"mpc\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"if-gsn\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2bb915e7-69b6-420d-88f3-75162fd3e959"},{"name":"DELETE - openconfig - ietf-interfaces - interface","id":"163f1d04-1c24-447e-aa45-1cbcc2503651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>","description":"<p>The list of interfaces on the device.</p>\n<p>The status of an interface is available in this list in the\noperational state.  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 operational\nstate.  If the configuration of a user-controlled interface\ncannot be used by the system, the configured interface is\nnot instantiated in the operational state.</p>\n<p>System-controlled interfaces created by the system are\nalways present in this list in the operational state,\nwhether or not they are configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dba72788-0239-498a-89e7-a47de6a9aa53","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"163f1d04-1c24-447e-aa45-1cbcc2503651"},{"name":"GET - openconfig - ietf-interfaces - interface","id":"63745bb1-3172-4192-a70c-6754222c953c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>?content=all","description":"<p>The list of interfaces on the device.</p>\n<p>The status of an interface is available in this list in the\noperational state.  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 operational\nstate.  If the configuration of a user-controlled interface\ncannot be used by the system, the configured interface is\nnot instantiated in the operational state.</p>\n<p>System-controlled interfaces created by the system are\nalways present in this list in the operational state,\nwhether or not they are configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"74076999-0659-4e69-8ef0-8bc9d593b84e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"type\": \"fastdsl\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"ds1FDL\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}"}],"_postman_id":"63745bb1-3172-4192-a70c-6754222c953c"}],"id":"39cf5081-2a5b-4927-bdea-7a74553bde79","_postman_id":"39cf5081-2a5b-4927-bdea-7a74553bde79","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - ietf-interfaces - interfaces","id":"911e0554-432f-495c-ab32-27e8bd7fad20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"fastdsl\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"ds1FDL\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface parameters.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cd0dc08f-85b5-4ecd-b0f5-4c24eeabb7bb","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"type\": \"fastdsl\",\n      \"link-up-down-trap-enable\": \"enabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    },\n    {\n      \"type\": \"ds1FDL\",\n      \"link-up-down-trap-enable\": \"disabled\",\n      \"name\": \"<string>\",\n      \"description\": \"<string>\",\n      \"enabled\": true\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"911e0554-432f-495c-ab32-27e8bd7fad20"},{"name":"PUT - ietf-interfaces - openconfig - interfaces","id":"73530f52-6e46-4797-b024-62122aef453b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"radioMAC\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"mpls\",\n        \"link-up-down-trap-enable\": \"disabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"017d8f49-2721-4660-931b-a1c9348a4184","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"radioMAC\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"mpls\",\n        \"link-up-down-trap-enable\": \"disabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f69794c7-7ef2-44e5-8de9-065f0714ef69","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"radioMAC\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"mpls\",\n        \"link-up-down-trap-enable\": \"disabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73530f52-6e46-4797-b024-62122aef453b"},{"name":"PATCH - ietf-interfaces - openconfig - interfaces","id":"25654360-2af9-4e69-8b8d-89df1ae0271e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"radioMAC\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"mpls\",\n        \"link-up-down-trap-enable\": \"disabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1a0b61eb-5fe1-40a3-a960-3f560bd8bfe5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"radioMAC\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"mpls\",\n        \"link-up-down-trap-enable\": \"disabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6c882ff2-6395-4212-b499-c9ab983f4c92","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ietf-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"radioMAC\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"mpls\",\n        \"link-up-down-trap-enable\": \"disabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25654360-2af9-4e69-8b8d-89df1ae0271e"},{"name":"DELETE - openconfig - ietf-interfaces - interfaces","id":"b711a854-20be-4fa6-ae2a-0757971b5231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces","description":"<p>Interface parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3daa6889-c2cf-47eb-b892-38964b29186a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b711a854-20be-4fa6-ae2a-0757971b5231"},{"name":"GET - openconfig - ietf-interfaces - interfaces","id":"702fe113-b5eb-4b51-98fb-f3f641e6ca54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces?content=all","description":"<p>Interface parameters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"52043371-271a-4da6-bb17-db449cb876fb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces"],"query":[{"key":"content","value":"all"}]}},"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\": \"proteon80Mbit\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"ss7SigLink\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}"}],"_postman_id":"702fe113-b5eb-4b51-98fb-f3f641e6ca54"}],"id":"fa3bc399-3d5e-4391-a7b9-5e422e6e19a7","_postman_id":"fa3bc399-3d5e-4391-a7b9-5e422e6e19a7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ietf-interfaces:interfaces-state","item":[{"name":"interface={name}","item":[{"name":"GET - openconfig - ietf-interfaces - interface","id":"c1c1e11c-74d4-44e2-9b5b-8b9ebd5d8a3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>?content=all","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 or not they are\nconfigured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9f18fac8-b790-47ca-aaae-14e8012f321a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces-state/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces-state","interface=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"admin-status\": \"testing\",\n      \"oper-status\": \"lower-layer-down\",\n      \"type\": \"dvbRcsTdma\",\n      \"if-index\": \"<integer>\",\n      \"last-change\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phys-address\": \"<string>\"\n    },\n    {\n      \"admin-status\": \"down\",\n      \"oper-status\": \"dormant\",\n      \"type\": \"rpr\",\n      \"if-index\": \"<integer>\",\n      \"last-change\": \"<string>\",\n      \"name\": \"<string>\",\n      \"phys-address\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"c1c1e11c-74d4-44e2-9b5b-8b9ebd5d8a3d"}],"id":"4f9202d9-6551-43b2-9909-6603e64aff0d","_postman_id":"4f9202d9-6551-43b2-9909-6603e64aff0d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - ietf-interfaces - interfaces-state","id":"e78f2dc3-2c01-4c98-a2f9-7ec632271b2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces-state?content=all","description":"<p>Data nodes for the operational state of interfaces.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces-state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e30c827d-644c-4238-9b66-b930fa52bf6c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-interfaces:interfaces-state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-interfaces:interfaces-state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"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        \"admin-status\": \"testing\",\n        \"oper-status\": \"lower-layer-down\",\n        \"type\": \"modem\",\n        \"if-index\": \"<integer>\",\n        \"last-change\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phys-address\": \"<string>\"\n      },\n      {\n        \"admin-status\": \"testing\",\n        \"oper-status\": \"testing\",\n        \"type\": \"aluGponPhysicalUni\",\n        \"if-index\": \"<integer>\",\n        \"last-change\": \"<string>\",\n        \"name\": \"<string>\",\n        \"phys-address\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"e78f2dc3-2c01-4c98-a2f9-7ec632271b2a"}],"id":"0b5f6225-d90d-4044-844c-eb496ba1e2b1","_postman_id":"0b5f6225-d90d-4044-844c-eb496ba1e2b1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ietf-netconf-monitoring:netconf-state","item":[{"name":"capabilities","item":[{"name":"GET - openconfig - ietf-netconf-monitoring - capabilities","id":"38b7cb2b-0fd7-4a88-9f82-a9921a3faa5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/capabilities?content=all","description":"<p>Contains the list of NETCONF capabilities supported by the\nserver.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","capabilities"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6132f275-52f7-4a40-a7f5-220980cfdfe1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/capabilities?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","capabilities"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"capabilities\": {\n    \"capability\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"}],"_postman_id":"38b7cb2b-0fd7-4a88-9f82-a9921a3faa5b"}],"id":"6fcb5e3e-5a29-40fe-85c8-ddc283c607d1","_postman_id":"6fcb5e3e-5a29-40fe-85c8-ddc283c607d1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"datastores","item":[{"name":"datastore={name}","item":[{"name":"locks","item":[{"name":"GET - openconfig - ietf-netconf-monitoring - locks","id":"50570910-d926-4ef3-aec8-5197c5522d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>/locks?content=all","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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>","locks"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d9ec11e1-eba6-408d-bfab-da96d7f5be90","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>/locks?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>","locks"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"locks\": {\n    \"global-lock\": {\n      \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n    }\n  }\n}"}],"_postman_id":"50570910-d926-4ef3-aec8-5197c5522d80"}],"id":"ae415c75-2317-457a-96b3-1d0fa9db17f6","_postman_id":"ae415c75-2317-457a-96b3-1d0fa9db17f6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - ietf-netconf-monitoring - datastore","id":"28c0e9c9-be80-45a6-b009-d5b66c2df4ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>?content=all","description":"<p>List of NETCONF configuration datastores supported by\nthe NETCONF server and related information.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f2cf2632-5c58-4441-8e73-522b906ba0e0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores/datastore=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores","datastore=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"datastore\": [\n    {\n      \"name\": \"candidate\",\n      \"locks\": {\n        \"global-lock\": {\n          \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n        }\n      }\n    },\n    {\n      \"name\": \"candidate\",\n      \"locks\": {\n        \"global-lock\": {\n          \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"28c0e9c9-be80-45a6-b009-d5b66c2df4ea"}],"id":"f41cf371-a907-432d-8edf-7da00d4e9ed5","_postman_id":"f41cf371-a907-432d-8edf-7da00d4e9ed5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - ietf-netconf-monitoring - datastores","id":"5877024b-39d9-444f-bc5b-037631594076","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores?content=all","description":"<p>Contains the list of NETCONF configuration datastores.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"48d6a82a-d9c8-4aa8-9202-6ad0bf98cae0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/datastores?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","datastores"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"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\": \"startup\",\n        \"locks\": {\n          \"global-lock\": {\n            \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n          }\n        }\n      },\n      {\n        \"name\": \"candidate\",\n        \"locks\": {\n          \"global-lock\": {\n            \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"5877024b-39d9-444f-bc5b-037631594076"}],"id":"74443839-53c9-49fd-ac00-951dff0625d6","_postman_id":"74443839-53c9-49fd-ac00-951dff0625d6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"schemas","item":[{"name":"schema={identifier},{version},{format}","item":[{"name":"GET - openconfig - ietf-netconf-monitoring - schema","id":"8d18f722-ca97-4c96-a490-01cae17999ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas/schema=<string>,<string>,<string>?content=all","description":"<p>List of data model schemas supported by the server.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas","schema=<string>,<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e3dc900a-bf0b-45a9-8a4b-1f256ef0cb3b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas/schema=<string>,<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas","schema=<string>,<string>,<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schema\": [\n    {\n      \"namespace\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"format\": \"yin\",\n      \"location\": [\n        \"NETCONF\",\n        \"NETCONF\"\n      ],\n      \"version\": \"<string>\"\n    },\n    {\n      \"namespace\": \"<string>\",\n      \"identifier\": \"<string>\",\n      \"format\": \"rng\",\n      \"location\": [\n        \"NETCONF\",\n        \"NETCONF\"\n      ],\n      \"version\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"8d18f722-ca97-4c96-a490-01cae17999ff"}],"id":"25def67d-30e4-4dd1-8b59-17ed9d8d2c58","_postman_id":"25def67d-30e4-4dd1-8b59-17ed9d8d2c58","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - ietf-netconf-monitoring - schemas","id":"8887ca48-6865-46d5-b8eb-15a2f792c9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas?content=all","description":"<p>Contains the list of data model schemas supported by the\nserver.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c65f1020-9f53-4c3e-a273-bbe1247aebf0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/schemas?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","schemas"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"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\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"format\": \"yang\",\n        \"location\": [\n          \"NETCONF\",\n          \"NETCONF\"\n        ],\n        \"version\": \"<string>\"\n      },\n      {\n        \"namespace\": \"<string>\",\n        \"identifier\": \"<string>\",\n        \"format\": \"yang\",\n        \"location\": [\n          \"NETCONF\",\n          \"NETCONF\"\n        ],\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"8887ca48-6865-46d5-b8eb-15a2f792c9fc"}],"id":"fa652ca3-b8b4-4dae-bb4f-e24e14ff83be","_postman_id":"fa652ca3-b8b4-4dae-bb4f-e24e14ff83be","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"sessions","item":[{"name":"session={session-id}","item":[{"name":"GET - openconfig - ietf-netconf-monitoring - session","id":"e124deda-207c-47d8-9a5a-8422ecc0a2ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions/session=<integer>?content=all","description":"<p>All NETCONF sessions managed by the NETCONF server\nMUST be reported in this list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions","session=<integer>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5380f401-d1ae-4332-b738-57f69a178f69","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions/session=<integer>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions","session=<integer>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"session\": [\n    {\n      \"login-time\": \"<string>\",\n      \"transport\": \"netconf-beep\",\n      \"username\": \"<string>\",\n      \"source-host\": \"<string>\",\n      \"in-rpcs\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"session-id\": \"<long>\"\n    },\n    {\n      \"login-time\": \"<string>\",\n      \"transport\": \"netconf-tcp\",\n      \"username\": \"<string>\",\n      \"source-host\": \"<string>\",\n      \"in-rpcs\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"session-id\": \"<long>\"\n    }\n  ]\n}"}],"_postman_id":"e124deda-207c-47d8-9a5a-8422ecc0a2ee"}],"id":"551165e9-c458-445e-9d73-ac41530b85a7","_postman_id":"551165e9-c458-445e-9d73-ac41530b85a7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - ietf-netconf-monitoring - sessions","id":"b284eb4b-110f-49ea-898f-fac869db82d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions?content=all","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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ad304793-7d15-40e7-9a9f-15fbf1e25148","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/sessions?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","sessions"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sessions\": {\n    \"session\": [\n      {\n        \"login-time\": \"<string>\",\n        \"transport\": \"netconf-ssh\",\n        \"username\": \"<string>\",\n        \"source-host\": \"<string>\",\n        \"in-rpcs\": \"0\",\n        \"in-bad-rpcs\": \"0\",\n        \"session-id\": \"<long>\"\n      },\n      {\n        \"login-time\": \"<string>\",\n        \"transport\": \"netconf-soap-over-beep\",\n        \"username\": \"<string>\",\n        \"source-host\": \"<string>\",\n        \"in-rpcs\": \"0\",\n        \"in-bad-rpcs\": \"0\",\n        \"session-id\": \"<long>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"b284eb4b-110f-49ea-898f-fac869db82d8"}],"id":"371d8311-e253-4f9f-bd96-8dc9bbe57c42","_postman_id":"371d8311-e253-4f9f-bd96-8dc9bbe57c42","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"statistics","item":[{"name":"GET - openconfig - ietf-netconf-monitoring - statistics","id":"a44c53d1-19c7-42b9-be3d-6ad75486559a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/statistics?content=all","description":"<p>Statistical data pertaining to the NETCONF server.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","statistics"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"876afbf2-924a-4217-a936-46c7702d1f63","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state/statistics?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state","statistics"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statistics\": {\n    \"netconf-start-time\": \"<string>\",\n    \"in-rpcs\": \"0\",\n    \"in-sessions\": \"0\",\n    \"out-rpc-errors\": \"0\",\n    \"in-bad-hellos\": \"0\",\n    \"in-bad-rpcs\": \"0\",\n    \"dropped-sessions\": \"0\"\n  }\n}"}],"_postman_id":"a44c53d1-19c7-42b9-be3d-6ad75486559a"}],"id":"1358f606-115a-4dc6-9592-946eacc37533","_postman_id":"1358f606-115a-4dc6-9592-946eacc37533","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - ietf-netconf-monitoring - netconf-state","id":"ce219e38-6573-499e-bd4f-75bdb1eb0f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state?content=all","description":"<p>The netconf-state container is the root of the monitoring\ndata model.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"07af8776-2752-4d70-92f6-be9a36699f4c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/ietf-netconf-monitoring:netconf-state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:netconf-state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"netconf-state\": {\n    \"sessions\": {\n      \"session\": [\n        {\n          \"login-time\": \"<string>\",\n          \"transport\": \"netconf-tls\",\n          \"username\": \"<string>\",\n          \"source-host\": \"<string>\",\n          \"in-rpcs\": \"0\",\n          \"in-bad-rpcs\": \"0\",\n          \"session-id\": \"<long>\"\n        },\n        {\n          \"login-time\": \"<string>\",\n          \"transport\": \"netconf-soap-over-beep\",\n          \"username\": \"<string>\",\n          \"source-host\": \"<string>\",\n          \"in-rpcs\": \"0\",\n          \"in-bad-rpcs\": \"0\",\n          \"session-id\": \"<long>\"\n        }\n      ]\n    },\n    \"capabilities\": {\n      \"capability\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"schemas\": {\n      \"schema\": [\n        {\n          \"namespace\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"format\": \"xsd\",\n          \"location\": [\n            \"NETCONF\",\n            \"NETCONF\"\n          ],\n          \"version\": \"<string>\"\n        },\n        {\n          \"namespace\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"format\": \"schema-format\",\n          \"location\": [\n            \"NETCONF\",\n            \"NETCONF\"\n          ],\n          \"version\": \"<string>\"\n        }\n      ]\n    },\n    \"datastores\": {\n      \"datastore\": [\n        {\n          \"name\": \"running\",\n          \"locks\": {\n            \"global-lock\": {\n              \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n            }\n          }\n        },\n        {\n          \"name\": \"running\",\n          \"locks\": {\n            \"global-lock\": {\n              \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n            }\n          }\n        }\n      ]\n    },\n    \"statistics\": {\n      \"netconf-start-time\": \"<string>\",\n      \"in-rpcs\": \"0\",\n      \"in-sessions\": \"0\",\n      \"out-rpc-errors\": \"0\",\n      \"in-bad-hellos\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"dropped-sessions\": \"0\"\n    }\n  }\n}"}],"_postman_id":"ce219e38-6573-499e-bd4f-75bdb1eb0f99"}],"id":"b95374cd-559f-4d02-a815-a2d8658393ab","_postman_id":"b95374cd-559f-4d02-a815-a2d8658393ab","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-access-points:access-points","item":[{"name":"access-point={hostname}","item":[{"name":"config","item":[{"name":"PUT - openconfig-access-points - openconfig - config","id":"766442da-e9fc-417d-a744-d2c748046b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"hostname\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config","description":"<p>Config items at the global, Access Point level.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"111f3426-496b-453a-81ba-6c05c9304730","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"hostname\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bc17db78-cf94-41e6-ace0-da4c958ca330","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"hostname\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"766442da-e9fc-417d-a744-d2c748046b0b"},{"name":"PATCH - openconfig-access-points - openconfig - config","id":"4574903c-41ad-4500-ad85-bace2350c478","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"hostname\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config","description":"<p>Config items at the global, Access Point level.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fac67c23-a1cd-4541-bff8-f5742794d21b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"hostname\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6764d5be-c05b-4eef-808c-7163a5c2bdd6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"hostname\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4574903c-41ad-4500-ad85-bace2350c478"},{"name":"DELETE - openconfig - openconfig-access-points - config","id":"de763618-7683-4e82-bb6c-1f30f9cbec5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config","description":"<p>Config items at the global, Access Point level.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"36c80822-a91b-45c0-b10a-fb57ffc6f8d8","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de763618-7683-4e82-bb6c-1f30f9cbec5e"},{"name":"GET - openconfig - openconfig-access-points - config","id":"9dbb9197-6eb1-4bc6-a5bf-5d78711f1361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config?content=all","description":"<p>Config items at the global, Access Point level.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a7ca5d45-6843-48af-ba4f-cb483bed3cab","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"hostname\": \"<string>\"\n  }\n}"}],"_postman_id":"9dbb9197-6eb1-4bc6-a5bf-5d78711f1361"}],"id":"269dfcf8-4887-4cb1-9b21-2b3b57a6c71e","_postman_id":"269dfcf8-4887-4cb1-9b21-2b3b57a6c71e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-access-points - state","id":"6541cf31-8f47-4474-bef2-846b418b7893","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/state?content=all","description":"<p>State items at the global, Access Point level.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b1514004-e27a-48d5-9ca6-fbde338b0fd4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"hostname\": \"<string>\"\n  }\n}"}],"_postman_id":"6541cf31-8f47-4474-bef2-846b418b7893"}],"id":"ffa4a66e-51fd-4ec3-90b0-f1544e28a68e","_postman_id":"ffa4a66e-51fd-4ec3-90b0-f1544e28a68e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"assigned-ap-managers","item":[{"name":"ap-manager={id}","item":[{"name":"PUT - openconfig-access-points - openconfig - ap-manager","id":"adc79275-c44d-4680-bede-bf9a5ddef8b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>","description":"<p>Manager(s) this AP is assigned to, referenced by id.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers","ap-manager=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4d757cd3-3497-43d4-b950-c8631cea015f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"489c5cb9-36ef-446e-89f8-3ec0369a8f6c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"adc79275-c44d-4680-bede-bf9a5ddef8b2"},{"name":"PATCH - openconfig-access-points - openconfig - ap-manager","id":"933b74d3-3873-46c6-a4f2-ba39b8c844dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>","description":"<p>Manager(s) this AP is assigned to, referenced by id.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers","ap-manager=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"791bd14d-ba2d-4e18-addb-bc7594db3690","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b498364b-0059-4984-a6e5-baf5ce55faa5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"933b74d3-3873-46c6-a4f2-ba39b8c844dc"},{"name":"DELETE - openconfig - openconfig-access-points - ap-manager","id":"17741705-3641-469d-8767-bbf63ded25e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>","description":"<p>Manager(s) this AP is assigned to, referenced by id.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers","ap-manager=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d076d5aa-2b1b-486c-9049-c19baa5adf14","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17741705-3641-469d-8767-bbf63ded25e4"},{"name":"GET - openconfig - openconfig-access-points - ap-manager","id":"62a146eb-5c3f-48eb-a4de-32ad90c37034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>?content=all","description":"<p>Manager(s) this AP is assigned to, referenced by id.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers","ap-manager=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6b667c9a-1993-45ca-859d-cbd12b838965","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers/ap-manager=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers","ap-manager=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"62a146eb-5c3f-48eb-a4de-32ad90c37034"}],"id":"89ef84b0-c83a-4c4a-b025-0ed48c329e1f","_postman_id":"89ef84b0-c83a-4c4a-b025-0ed48c329e1f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-access-points - assigned-ap-managers","id":"f96bf3b4-3ad8-4e74-a59c-c4d1f465abfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers","description":"<p>Wireless manager(s) this AP is assigned to. eg. Primary\nSecondary, Tertiary etc.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c84baa3e-3ba5-4d19-9280-44bebab1dfad","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ap-manager\": [\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<string>\",\n      \"config\": {\n        \"ap-manager-ipv4-address\": \"<string>\",\n        \"fqdn\": \"<string>\",\n        \"id\": \"<string>\",\n        \"ap-manager-ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f96bf3b4-3ad8-4e74-a59c-c4d1f465abfd"},{"name":"PUT - openconfig-access-points - openconfig - assigned-ap-managers","id":"83c7ab0c-afba-47c7-9a6a-27d056b3ac2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers","description":"<p>Wireless manager(s) this AP is assigned to. eg. Primary\nSecondary, Tertiary etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cbb45646-10fe-4804-a041-2110e02ad916","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2d837da3-e931-4b5b-b0ba-e803564714f1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"83c7ab0c-afba-47c7-9a6a-27d056b3ac2b"},{"name":"PATCH - openconfig-access-points - openconfig - assigned-ap-managers","id":"7bcaa21a-a4ed-43eb-8e44-80f9602883f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers","description":"<p>Wireless manager(s) this AP is assigned to. eg. Primary\nSecondary, Tertiary etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"48218e7a-d46f-453c-a5ad-c2cda450be08","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"53acbb59-438b-44ee-992c-00893aec443d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bcaa21a-a4ed-43eb-8e44-80f9602883f1"},{"name":"DELETE - openconfig - openconfig-access-points - assigned-ap-managers","id":"677c2e8d-dbef-46ce-9db3-c9784c8c0473","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers","description":"<p>Wireless manager(s) this AP is assigned to. eg. Primary\nSecondary, Tertiary etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d473d5b4-f82d-4ac7-9e1c-b786ff8c5eed","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"677c2e8d-dbef-46ce-9db3-c9784c8c0473"},{"name":"GET - openconfig - openconfig-access-points - assigned-ap-managers","id":"94ccb3f0-63a3-494b-b17e-5962777ae3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers?content=all","description":"<p>Wireless manager(s) this AP is assigned to. eg. Primary\nSecondary, Tertiary etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8837a25a-d284-4b85-b3f1-fdcd1a68db33","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/assigned-ap-managers?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","assigned-ap-managers"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"assigned-ap-managers\": {\n    \"ap-manager\": [\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<string>\",\n        \"config\": {\n          \"ap-manager-ipv4-address\": \"<string>\",\n          \"fqdn\": \"<string>\",\n          \"id\": \"<string>\",\n          \"ap-manager-ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"94ccb3f0-63a3-494b-b17e-5962777ae3e0"}],"id":"7e5dd200-f5e1-4cf9-b573-9e8d61c8117b","_postman_id":"7e5dd200-f5e1-4cf9-b573-9e8d61c8117b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"radios","item":[{"name":"radio={id},{operating-frequency}","item":[{"name":"PUT - openconfig-access-points - openconfig - radio","id":"20224a2b-5e3e-48f4-bb55-c311862bc1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ee1d57e2-113e-4862-9b20-f692d3596455","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d3aead12-0edb-4d27-b18d-490c9285d270","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20224a2b-5e3e-48f4-bb55-c311862bc1eb"},{"name":"PATCH - openconfig-access-points - openconfig - radio","id":"70171179-9420-49ef-b237-2284b36eceaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6dd4b20b-7ef9-43ec-967a-b16f7883465c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b0f1934-0061-4cd2-82ea-07bbb7441c90","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70171179-9420-49ef-b237-2284b36eceaf"},{"name":"DELETE - openconfig - openconfig-access-points - radio","id":"e3bdc0da-c9e2-4aea-9990-611856234556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"46e906a4-1792-4070-a24b-6f45e4806aeb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3bdc0da-c9e2-4aea-9990-611856234556"},{"name":"GET - openconfig - openconfig-access-points - radio","id":"104fea8d-e813-4a69-b8e5-d2f27f5788df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>?content=all","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"41ad4eb4-da67-4903-b40a-20457754170f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios/radio=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios","radio=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}"}],"_postman_id":"104fea8d-e813-4a69-b8e5-d2f27f5788df"}],"id":"979b9ade-ea5e-404d-905b-c97c0b835f37","_postman_id":"979b9ade-ea5e-404d-905b-c97c0b835f37","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-access-points - radios","id":"1ba52327-8956-4865-9357-05db05f9d609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ec6826a0-9d46-4370-80f1-50de9deac247","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ba52327-8956-4865-9357-05db05f9d609"},{"name":"PUT - openconfig-access-points - openconfig - radios","id":"e45e0195-987c-4c59-b5ab-4e624c379e59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f763302f-76c9-4c79-9c6e-21141ee22b91","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a8777452-0325-4df4-80a6-dd947aaff8f2","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e45e0195-987c-4c59-b5ab-4e624c379e59"},{"name":"PATCH - openconfig-access-points - openconfig - radios","id":"e12c4d2c-9387-47f1-beba-7f5190a1bbcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fe4e3c3b-46ce-48cc-a6d2-60a5bafddc7c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"86aaa2fd-fcfd-4465-9c21-e46b0f7ab765","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e12c4d2c-9387-47f1-beba-7f5190a1bbcc"},{"name":"DELETE - openconfig - openconfig-access-points - radios","id":"2131887a-140b-49a9-b0eb-efe1d0082964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a7e714f9-bf4c-4e08-9f70-77789b13ffa5","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2131887a-140b-49a9-b0eb-efe1d0082964"},{"name":"GET - openconfig - openconfig-access-points - radios","id":"cf20de9a-4ef2-4c5f-a886-20066e04cf62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios?content=all","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fb916816-4f5c-4575-92af-84aa53d918a0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/radios?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","radios"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2_5_GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_5_6_GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"cf20de9a-4ef2-4c5f-a886-20066e04cf62"}],"id":"967d9710-3061-4fdf-9237-68665e922213","_postman_id":"967d9710-3061-4fdf-9237-68665e922213","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ssids","item":[{"name":"ssid={name}","item":[{"name":"PUT - openconfig-access-points - openconfig - ssid","id":"54167985-90b5-4194-a9e9-5804b38d7978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_12MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_5.5MB\",\n          \"RATE_9MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6dd3f822-3757-4cc2-aae9-66b0e22d8225","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_12MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_5.5MB\",\n          \"RATE_9MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c020c494-9549-4663-bf07-e01394a9f4f2","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_12MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_5.5MB\",\n          \"RATE_9MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54167985-90b5-4194-a9e9-5804b38d7978"},{"name":"PATCH - openconfig-access-points - openconfig - ssid","id":"d5719877-cdf9-4051-93fc-bcb95f8bffe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_12MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_5.5MB\",\n          \"RATE_9MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"54f124fd-c5db-484e-8502-fe7e6a03742b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_12MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_5.5MB\",\n          \"RATE_9MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af8c2c0d-a7b8-457f-b9d9-65faab3cfc1e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_12MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_5.5MB\",\n          \"RATE_9MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5719877-cdf9-4051-93fc-bcb95f8bffe3"},{"name":"DELETE - openconfig - openconfig-access-points - ssid","id":"05811992-5d3c-4e4f-ba44-bc9e3ae44c32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"31235d60-3ae1-4393-a5d2-5ac0e9a6f5e0","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05811992-5d3c-4e4f-ba44-bc9e3ae44c32"},{"name":"GET - openconfig - openconfig-access-points - ssid","id":"fdac945c-e8e8-4441-9480-9cdab2866951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>?content=all","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"276bedbc-e673-4a70-a1ea-ffd2ed016b88","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids/ssid=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids","ssid=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_6MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}"}],"_postman_id":"fdac945c-e8e8-4441-9480-9cdab2866951"}],"id":"f34b3bd1-3910-4967-9a9d-3dd90b76719a","_postman_id":"f34b3bd1-3910-4967-9a9d-3dd90b76719a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-access-points - ssids","id":"971052f3-2c01-47c2-813c-c79739e82a48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_6MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bcad9b38-d0e8-4b22-a0b7-e3205e7cfd6e","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_6MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_6MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {},\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"dot11v\": {},\n      \"dot11r\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"971052f3-2c01-47c2-813c-c79739e82a48"},{"name":"PUT - openconfig-access-points - openconfig - ssids","id":"625e2a6c-60a5-4bd9-993b-8a3607ee2f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_1MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"DATA_RATE\",\n            \"RATE_11MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ed2393f9-9bd2-40c2-8382-1de878353e69","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_1MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"DATA_RATE\",\n            \"RATE_11MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"388e3985-9034-4c20-8562-6e02b0ee7e42","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_1MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"DATA_RATE\",\n            \"RATE_11MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"625e2a6c-60a5-4bd9-993b-8a3607ee2f28"},{"name":"PATCH - openconfig-access-points - openconfig - ssids","id":"60830adb-d985-4233-afb3-7b2eb203803e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_1MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"DATA_RATE\",\n            \"RATE_11MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dda1941e-c696-4a1c-acff-f069de668850","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_1MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"DATA_RATE\",\n            \"RATE_11MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c00f0810-4b96-4eb7-b35f-98e3ad2f99c2","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_1MB\",\n            \"RATE_6MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"DATA_RATE\",\n            \"RATE_11MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60830adb-d985-4233-afb3-7b2eb203803e"},{"name":"DELETE - openconfig - openconfig-access-points - ssids","id":"74ad9f75-8056-46d2-9120-81743c1966c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7d916f33-c7bb-47e3-8ff3-f5c7b2e105c3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74ad9f75-8056-46d2-9120-81743c1966c0"},{"name":"GET - openconfig - openconfig-access-points - ssids","id":"20874221-1eb5-463d-a004-e33e4d478723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids?content=all","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7a84eeda-9070-4607-a85e-952da2883720","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/ssids?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","ssids"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"DATA_RATE\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_18MB\",\n            \"RATE_36MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_6MB\",\n            \"RATE_12MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {},\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_18MB\",\n            \"RATE_48MB\"\n          ]\n        },\n        \"dot11v\": {},\n        \"dot11r\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"20874221-1eb5-463d-a004-e33e4d478723"}],"id":"c9f2dff0-0be6-458b-9102-3fb7d3e32757","_postman_id":"c9f2dff0-0be6-458b-9102-3fb7d3e32757","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"system","item":[{"name":"config","item":[{"name":"PUT - openconfig-access-points - openconfig - config","id":"a7982119-5eae-4ca9-96ef-6c1be52992c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1d36b4b9-7f99-4266-98d0-96f365f77865","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9c5fe5ad-1bd7-4d07-9fed-0d06fbb5ca90","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7982119-5eae-4ca9-96ef-6c1be52992c1"},{"name":"PATCH - openconfig-access-points - openconfig - config","id":"5136faf5-e8ee-4df1-9f9d-a09bb0285691","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"85eff112-62ae-4d75-a86c-89a6a99fd132","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a9af91ac-0e43-4202-915f-1aec93488a91","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5136faf5-e8ee-4df1-9f9d-a09bb0285691"},{"name":"DELETE - openconfig - openconfig-access-points - config","id":"0e61fda9-d770-497b-a783-ec3ba2fe40c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"946996da-6a7e-41b3-9431-15f935cc7ce3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e61fda9-d770-497b-a783-ec3ba2fe40c8"},{"name":"GET - openconfig - openconfig-access-points - config","id":"83ccdf9e-d60c-4570-9009-f60142725a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config?content=all","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"20b9c6db-df28-4774-acf4-d4607143b9a5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}"}],"_postman_id":"83ccdf9e-d60c-4570-9009-f60142725a0e"}],"id":"027381f5-a75e-433a-aace-404d7082c27e","_postman_id":"027381f5-a75e-433a-aace-404d7082c27e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-access-points - state","id":"ad754017-f38b-4920-8c04-7c4b7bfbf98a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/state?content=all","description":"<p>Global operational state data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e8f3b4c1-be61-4aa4-a7d2-88d8ad993101","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"boot-time\": \"<integer>\",\n    \"up-time\": \"<integer>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\",\n    \"current-datetime\": \"<string>\"\n  }\n}"}],"_postman_id":"ad754017-f38b-4920-8c04-7c4b7bfbf98a"}],"id":"b38b9962-ea9d-40db-82cf-58b136385901","_postman_id":"b38b9962-ea9d-40db-82cf-58b136385901","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"clock","item":[{"name":"PUT - openconfig-access-points - openconfig - clock","id":"9d38981f-e659-475f-a53f-40308acaebed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c4779398-9243-4c51-8aa5-6840d6c74a14","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"85724879-24d5-40a2-b0b4-b42ff431a35d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d38981f-e659-475f-a53f-40308acaebed"},{"name":"PATCH - openconfig-access-points - openconfig - clock","id":"e3fd7a2b-bf8b-4a25-90a1-230d14cdd17c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"47e64882-d24b-4427-88b2-4f3051a6652e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"12cbadd2-c296-4222-86cf-35a90ae244c5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e3fd7a2b-bf8b-4a25-90a1-230d14cdd17c"},{"name":"DELETE - openconfig - openconfig-access-points - clock","id":"06b43005-c32d-4221-8c4a-7230b6f23827","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"91312979-f3aa-468c-b5fa-20806c44497c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06b43005-c32d-4221-8c4a-7230b6f23827"},{"name":"GET - openconfig - openconfig-access-points - clock","id":"67a65a5f-b205-4772-8b16-98b864330cc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock?content=all","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f3eb76f9-e50a-4b77-8713-b73b36489f9b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/clock?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","clock"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"67a65a5f-b205-4772-8b16-98b864330cc3"}],"id":"b562351a-bee2-4775-ae9d-7602da42e98c","_postman_id":"b562351a-bee2-4775-ae9d-7602da42e98c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mount-points","item":[{"name":"GET - openconfig - openconfig-access-points - mount-points","id":"27a9af45-9d08-46c4-8c39-04237598d179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/mount-points?content=all","description":"<p>When a system has a set of filesystems that are attached to a\ndirectory (i.e., mounted on the system) they are expected to be\npresent in this list. If the system has the concept of mounting\nphysical or virtual resources to a mount point within the root\nfilesystem (/) they should also be included in this list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","mount-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5988e28e-7147-425c-8724-247a25ff4f53","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/mount-points?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","mount-points"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount-points\": {\n    \"mount-point\": {}\n  }\n}"}],"_postman_id":"27a9af45-9d08-46c4-8c39-04237598d179"}],"id":"34335c6f-d888-4778-975e-018f27367209","_postman_id":"34335c6f-d888-4778-975e-018f27367209","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dns","item":[{"name":"PUT - openconfig-access-points - openconfig - dns","id":"466b2956-e2fe-489d-9547-aa08706584d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"116de9f6-4a37-48e4-8795-f08a2538dc5d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d0860dfe-8e2e-42b9-aa23-9dda5add7a11","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"466b2956-e2fe-489d-9547-aa08706584d4"},{"name":"PATCH - openconfig-access-points - openconfig - dns","id":"e95b25e9-371e-4f44-9d33-1ca60b8de035","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"243c12ca-f664-40b4-8ed9-c62a85c9d518","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e1a09952-7cf8-47e9-add9-bbccec49f53c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e95b25e9-371e-4f44-9d33-1ca60b8de035"},{"name":"DELETE - openconfig - openconfig-access-points - dns","id":"170a97ea-67e4-4ea2-9ba3-9b47d81d4f95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"99240385-f388-4731-bb57-f5777fff905c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"170a97ea-67e4-4ea2-9ba3-9b47d81d4f95"},{"name":"GET - openconfig - openconfig-access-points - dns","id":"4dc586d6-9666-49b3-804e-10c5fe09f422","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns?content=all","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"63e5b5e7-2f6f-492b-895e-63ed4a9133a5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/dns?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","dns"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dns\": {\n    \"servers\": {},\n    \"host-entries\": {},\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}"}],"_postman_id":"4dc586d6-9666-49b3-804e-10c5fe09f422"}],"id":"ec267a7d-759c-468c-99f7-8ecb63fa955a","_postman_id":"ec267a7d-759c-468c-99f7-8ecb63fa955a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"memory","item":[{"name":"PUT - openconfig-access-points - openconfig - memory","id":"3112b40e-f140-42ba-928b-3f9be314ac1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9abe8ba4-5e37-4884-aec9-4b919c016276","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dff6eb1b-e3e2-4fd9-8100-8cd0559692ff","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3112b40e-f140-42ba-928b-3f9be314ac1c"},{"name":"PATCH - openconfig-access-points - openconfig - memory","id":"e86423d9-6285-4786-8c1d-9e6a8c0619a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9def5b8a-2794-4ce3-8a59-ed7ac41e0094","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"267186a3-8268-42fc-9861-be30157d3a43","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e86423d9-6285-4786-8c1d-9e6a8c0619a2"},{"name":"DELETE - openconfig - openconfig-access-points - memory","id":"5d31da9e-ed1d-44eb-a855-ca17ab083567","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"490152d5-a10d-4c63-8ea9-d6d086aa98cd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d31da9e-ed1d-44eb-a855-ca17ab083567"},{"name":"GET - openconfig - openconfig-access-points - memory","id":"af8ad034-87b7-474f-8436-bad589a9c5c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory?content=all","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ff637122-21fc-40e9-b9ae-5cec32723623","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/memory?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","memory"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"memory\": {\n    \"config\": {}\n  }\n}"}],"_postman_id":"af8ad034-87b7-474f-8436-bad589a9c5c3"}],"id":"ebaf9f77-410e-4281-8a45-3cdb9ee39657","_postman_id":"ebaf9f77-410e-4281-8a45-3cdb9ee39657","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"license","item":[{"name":"PUT - openconfig-access-points - openconfig - license","id":"6c320803-9aef-4268-ba71-77e3052c8bde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:license\": {\n    \"licenses\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f36750b0-5024-4496-a101-7e49ef1ddc94","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:license\": {\n    \"licenses\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ea5d4354-81e9-428a-b074-518280b52986","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:license\": {\n    \"licenses\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c320803-9aef-4268-ba71-77e3052c8bde"},{"name":"PATCH - openconfig-access-points - openconfig - license","id":"cd99dff4-ec52-4a66-a322-0c42e64513e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:license\": {\n    \"licenses\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"73abda5e-cfef-47e9-a2b4-aae159b760ab","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:license\": {\n    \"licenses\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58573600-4e91-4980-947c-387a724cebb6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:license\": {\n    \"licenses\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd99dff4-ec52-4a66-a322-0c42e64513e6"},{"name":"DELETE - openconfig - openconfig-access-points - license","id":"5355096e-061b-4ccc-929a-1c0fc287f76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"89479a37-0dc2-4be3-be37-d4e4a008bf1d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5355096e-061b-4ccc-929a-1c0fc287f76e"},{"name":"GET - openconfig - openconfig-access-points - license","id":"652d2810-4c50-4a43-88a6-7a7e6927eb6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license?content=all","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3c84a7b7-79d7-4e4a-a2c5-44b5fbb4ee9e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system/license?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system","license"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"license\": {\n    \"licenses\": {}\n  }\n}"}],"_postman_id":"652d2810-4c50-4a43-88a6-7a7e6927eb6a"}],"id":"61447509-1beb-4ab9-a26f-66371a483f12","_postman_id":"61447509-1beb-4ab9-a26f-66371a483f12","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-access-points - system","id":"1983388c-a45a-428f-b320-660a8674a5d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8c502cb5-598c-41c9-b350-bc4aaf372541","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1983388c-a45a-428f-b320-660a8674a5d8"},{"name":"PUT - openconfig-access-points - openconfig - system","id":"4a389ff2-aa4d-4e60-a79c-31c67eb2ce55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1af52e8e-9288-4d61-9b86-06c9ca14694d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"85cf08d4-18b6-4468-837a-da210213e01b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a389ff2-aa4d-4e60-a79c-31c67eb2ce55"},{"name":"PATCH - openconfig-access-points - openconfig - system","id":"a4d97d5e-2b8c-48eb-85b7-d6d66c04ba34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f15c3284-27d8-4af5-8901-2869078e0d9f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"690ebcfe-5a00-4c77-acc9-827d82072b68","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a4d97d5e-2b8c-48eb-85b7-d6d66c04ba34"},{"name":"DELETE - openconfig - openconfig-access-points - system","id":"2cd3a0aa-c1ab-425c-a969-e186394fd536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"93c6d2ef-188e-4086-a8c8-d497858c10c5","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2cd3a0aa-c1ab-425c-a969-e186394fd536"},{"name":"GET - openconfig - openconfig-access-points - system","id":"a937dac1-e5b5-491a-90fd-7b45c1fb014a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system?content=all","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"74d85e08-2d5c-42e7-b7d6-4cd4d9a0f962","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>/system?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>","system"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system\": {\n    \"license\": {\n      \"licenses\": {}\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {},\n      \"host-entries\": {},\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"a937dac1-e5b5-491a-90fd-7b45c1fb014a"}],"id":"b1207241-26e6-4b22-9302-a05b4f11ee70","_postman_id":"b1207241-26e6-4b22-9302-a05b4f11ee70","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-access-points - openconfig - access-point","id":"c4b09054-42ab-4b72-afc9-9a4a81884c4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_9MB\",\n                \"RATE_24MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_2MB\",\n                \"RATE_1MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_54MB\",\n                \"RATE_36MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>","description":"<p>Configuration and state data for the access point referenced in the\nlist entry.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"831d6fd2-1aae-430e-bcad-99336e8f8288","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_9MB\",\n                \"RATE_24MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_2MB\",\n                \"RATE_1MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_54MB\",\n                \"RATE_36MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b14c36da-6c3c-48aa-a2e2-89dceafe42bf","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_9MB\",\n                \"RATE_24MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_2MB\",\n                \"RATE_1MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_54MB\",\n                \"RATE_36MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4b09054-42ab-4b72-afc9-9a4a81884c4c"},{"name":"PATCH - openconfig-access-points - openconfig - access-point","id":"3beb1ff9-8b38-408a-9d9a-a0ac92626337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_9MB\",\n                \"RATE_24MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_2MB\",\n                \"RATE_1MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_54MB\",\n                \"RATE_36MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>","description":"<p>Configuration and state data for the access point referenced in the\nlist entry.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"679cd099-0319-4563-b65d-2b3d0949b285","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_9MB\",\n                \"RATE_24MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_2MB\",\n                \"RATE_1MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_54MB\",\n                \"RATE_36MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6585905b-8478-4253-a0e8-4c63bfda00bc","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_9MB\",\n                \"RATE_24MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_2MB\",\n                \"RATE_1MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_6MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_54MB\",\n                \"RATE_36MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3beb1ff9-8b38-408a-9d9a-a0ac92626337"},{"name":"DELETE - openconfig - openconfig-access-points - access-point","id":"b01b317b-cf53-489c-a2e1-645e11e8ceb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>","description":"<p>Configuration and state data for the access point referenced in the\nlist entry.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7984b9b7-b415-4c92-a344-3b233b6d7009","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b01b317b-cf53-489c-a2e1-645e11e8ceb6"},{"name":"GET - openconfig - openconfig-access-points - access-point","id":"b59e1465-d6e2-49ee-b07d-81879b6ea4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>?content=all","description":"<p>Configuration and state data for the access point referenced in the\nlist entry.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"53f99929-335b-4ebd-8da5-8898a0b4430a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points/access-point=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points","access-point=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_12MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_12MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_2MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_24MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_48MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"b59e1465-d6e2-49ee-b07d-81879b6ea4b8"}],"id":"c7334d8f-63fe-41cd-896d-b3d709f25215","_postman_id":"c7334d8f-63fe-41cd-896d-b3d709f25215","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-access-points - access-points","id":"f1fadd6b-3c93-4fbf-96a4-e189be19b3e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_12MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_12MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_2MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_24MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_48MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points","description":"<p>Top most container for configuration and state data for Access\nPoints.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"13a4bb19-1383-4f3f-84e9-68242ebd355a","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"access-point\": [\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_12MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_11MB\",\n                \"RATE_12MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_18MB\",\n                \"RATE_2MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_2GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"ssids\": {\n        \"ssid\": [\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_1MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_24MB\",\n                \"RATE_5.5MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          },\n          {\n            \"config\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_6MB\",\n                \"DATA_RATE\"\n              ]\n            },\n            \"clients\": {},\n            \"wmm\": {},\n            \"name\": \"<string>\",\n            \"state\": {\n              \"vlan-list\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"default-vlan\": \"<integer>\",\n              \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n              \"hidden\": false,\n              \"name\": \"<string>\",\n              \"enabled\": true,\n              \"basic-data-rates-2g\": [\n                \"RATE_48MB\",\n                \"RATE_9MB\"\n              ]\n            },\n            \"dot11v\": {},\n            \"dot11r\": {}\n          }\n        ]\n      },\n      \"system\": {\n        \"license\": {\n          \"licenses\": {}\n        },\n        \"memory\": {\n          \"config\": {}\n        },\n        \"dns\": {\n          \"servers\": {},\n          \"host-entries\": {},\n          \"config\": {\n            \"search\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"clock\": {\n          \"config\": {\n            \"timezone-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"domain-name\": \"<string>\",\n          \"hostname\": \"<string>\",\n          \"login-banner\": \"<string>\",\n          \"motd-banner\": \"<string>\"\n        }\n      },\n      \"radios\": {\n        \"radio\": [\n          {\n            \"operating-frequency\": \"FREQ_6GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          },\n          {\n            \"operating-frequency\": \"FREQ_2_6_GHZ\",\n            \"neighbors\": {},\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"transmit-eirp\": \"<integer>\",\n              \"channel\": \"<integer>\",\n              \"channel-width\": 20,\n              \"id\": \"<integer>\",\n              \"transmit-power\": 9,\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hostname\": \"<string>\"\n      },\n      \"assigned-ap-managers\": {\n        \"ap-manager\": [\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<string>\",\n            \"config\": {\n              \"ap-manager-ipv4-address\": \"<string>\",\n              \"fqdn\": \"<string>\",\n              \"id\": \"<string>\",\n              \"ap-manager-ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1fadd6b-3c93-4fbf-96a4-e189be19b3e4"},{"name":"PUT - openconfig-access-points - openconfig - access-points","id":"457fa50d-5b89-4352-9657-7cd519486ff4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_24MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"DATA_RATE\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_11MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points","description":"<p>Top most container for configuration and state data for Access\nPoints.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"069f578d-2552-4786-b841-27d48a20c553","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_24MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"DATA_RATE\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_11MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6d8b1c28-2782-4920-a1ba-f92050691781","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_24MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"DATA_RATE\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_11MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"457fa50d-5b89-4352-9657-7cd519486ff4"},{"name":"PATCH - openconfig-access-points - openconfig - access-points","id":"2e4e99f1-86a8-432a-808f-83b8fa45dcfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_24MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"DATA_RATE\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_11MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points","description":"<p>Top most container for configuration and state data for Access\nPoints.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5bccca89-a936-46ec-abce-5deb3459d282","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_24MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"DATA_RATE\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_11MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8a8ab67f-b31c-4518-9d28-1ead2d56d0ba","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-access-points:access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_24MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"DATA_RATE\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_9MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_11MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"OPERATING_FREQUENCY\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e4e99f1-86a8-432a-808f-83b8fa45dcfe"},{"name":"DELETE - openconfig - openconfig-access-points - access-points","id":"67961753-f564-4ff6-8868-884c4c188c17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points","description":"<p>Top most container for configuration and state data for Access\nPoints.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"edc3cc6f-67b0-4bfe-8524-5a18b0acbec6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67961753-f564-4ff6-8868-884c4c188c17"},{"name":"GET - openconfig - openconfig-access-points - access-points","id":"23e76e2c-96fc-4578-948d-66ccdace7674","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points?content=all","description":"<p>Top most container for configuration and state data for Access\nPoints.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1c4e2178-598e-46f6-a3aa-5958816fd54d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-access-points:access-points?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-access-points:access-points"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"access-points\": {\n    \"access-point\": [\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_2MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_24MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_48MB\",\n                  \"RATE_48MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_12MB\",\n                  \"RATE_1MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_2_5_GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_5GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_5_6_GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"OPERATING_FREQUENCY\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"ssids\": {\n          \"ssid\": [\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_36MB\",\n                  \"RATE_54MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_11MB\",\n                  \"RATE_5.5MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            },\n            {\n              \"config\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_1MB\",\n                  \"RATE_6MB\"\n                ]\n              },\n              \"clients\": {},\n              \"wmm\": {},\n              \"name\": \"<string>\",\n              \"state\": {\n                \"vlan-list\": [\n                  \"<integer>\",\n                  \"<integer>\"\n                ],\n                \"default-vlan\": \"<integer>\",\n                \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n                \"hidden\": false,\n                \"name\": \"<string>\",\n                \"enabled\": true,\n                \"basic-data-rates-2g\": [\n                  \"RATE_18MB\",\n                  \"RATE_12MB\"\n                ]\n              },\n              \"dot11v\": {},\n              \"dot11r\": {}\n            }\n          ]\n        },\n        \"system\": {\n          \"license\": {\n            \"licenses\": {}\n          },\n          \"memory\": {\n            \"config\": {}\n          },\n          \"dns\": {\n            \"servers\": {},\n            \"host-entries\": {},\n            \"config\": {\n              \"search\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"clock\": {\n            \"config\": {\n              \"timezone-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"domain-name\": \"<string>\",\n            \"hostname\": \"<string>\",\n            \"login-banner\": \"<string>\",\n            \"motd-banner\": \"<string>\"\n          }\n        },\n        \"radios\": {\n          \"radio\": [\n            {\n              \"operating-frequency\": \"FREQ_6GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            },\n            {\n              \"operating-frequency\": \"FREQ_5GHZ\",\n              \"neighbors\": {},\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"operating-frequency\": \"FREQ_6GHZ\",\n                \"transmit-eirp\": \"<integer>\",\n                \"channel\": \"<integer>\",\n                \"channel-width\": 20,\n                \"id\": \"<integer>\",\n                \"transmit-power\": 9,\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"config\": {\n          \"hostname\": \"<string>\"\n        },\n        \"assigned-ap-managers\": {\n          \"ap-manager\": [\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<string>\",\n              \"config\": {\n                \"ap-manager-ipv4-address\": \"<string>\",\n                \"fqdn\": \"<string>\",\n                \"id\": \"<string>\",\n                \"ap-manager-ipv6-address\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"23e76e2c-96fc-4578-948d-66ccdace7674"}],"id":"b5bac6a6-2ec3-43d0-bc9c-14ad6485df8e","_postman_id":"b5bac6a6-2ec3-43d0-bc9c-14ad6485df8e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-acl:acl","item":[{"name":"config","item":[{"name":"PUT - openconfig-acl - openconfig - config","id":"91c4f757-3164-49e4-a33d-e1ed18cce812","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config","description":"<p>Global config data for ACLs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"29920ade-ab1e-4339-ab31-c24438813971","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a9e5e85-d7be-4837-ac97-d9e5cd5e7b06","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91c4f757-3164-49e4-a33d-e1ed18cce812"},{"name":"PATCH - openconfig-acl - openconfig - config","id":"11c79015-62cf-4a2b-85ab-fe1ea5d8a246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config","description":"<p>Global config data for ACLs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b4d7eee4-2ce2-4b9a-9ee9-e1acbef6a5ef","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1a9a3883-be9a-47c0-8092-f6ebd0d344a8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11c79015-62cf-4a2b-85ab-fe1ea5d8a246"},{"name":"DELETE - openconfig - openconfig-acl - config","id":"048729ba-1cc9-4d81-a159-f11510914888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config","description":"<p>Global config data for ACLs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5f874247-2669-4160-8382-e96f25aa99b1","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"048729ba-1cc9-4d81-a159-f11510914888"},{"name":"GET - openconfig - openconfig-acl - config","id":"ccaf4b35-7c77-4657-bb02-42d6203f413b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config?content=all","description":"<p>Global config data for ACLs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b5d31903-a7d5-4a3f-a4f2-9ed9081a80ad","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"ccaf4b35-7c77-4657-bb02-42d6203f413b"}],"id":"5fd7ee53-fc35-45e7-85de-e7d257a7b1c6","_postman_id":"5fd7ee53-fc35-45e7-85de-e7d257a7b1c6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-acl - state","id":"f552ed32-2c93-4ef2-82a5-d8acbbb64cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/state?content=all","description":"<p>Global operational state data for ACLs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2553a419-2545-4860-b57d-ebb4a63d6e91","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"counter-capability\": \"INTERFACE_ONLY\"\n  }\n}"}],"_postman_id":"f552ed32-2c93-4ef2-82a5-d8acbbb64cf1"}],"id":"5a3cf50d-00e9-45f5-a6d6-787869426348","_postman_id":"5a3cf50d-00e9-45f5-a6d6-787869426348","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-acl - openconfig - config","id":"05637cc1-7c75-4ff1-803f-6a7bc653634c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config","description":"<p>Configuration for ACL per-interface data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"33a7c256-012d-4bba-9de2-0ba5efeb387d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"99cf49ba-8e4c-433b-84d0-6593da6f0405","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05637cc1-7c75-4ff1-803f-6a7bc653634c"},{"name":"PATCH - openconfig-acl - openconfig - config","id":"15393f0e-7ea4-4243-ac10-3e5a5d3a6fd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config","description":"<p>Configuration for ACL per-interface data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ff1f5a07-0cf5-4e26-834a-715d482d6ffa","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c3ab4fa5-2f4f-4ac9-89fc-ad7497dbeb10","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"15393f0e-7ea4-4243-ac10-3e5a5d3a6fd9"},{"name":"DELETE - openconfig - openconfig-acl - config","id":"709a6f9d-26ea-4794-8835-03af6b122190","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config","description":"<p>Configuration for ACL per-interface data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6fd1c5db-3ce2-4bbe-b94d-cf0936c85587","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"709a6f9d-26ea-4794-8835-03af6b122190"},{"name":"GET - openconfig - openconfig-acl - config","id":"56447122-dd77-4ffc-9573-3840bc1b6d50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config?content=all","description":"<p>Configuration for ACL per-interface data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ae5cfea5-b8b4-4e69-9be7-c4cb70a9c2f2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"id\": \"<string>\"\n  }\n}"}],"_postman_id":"56447122-dd77-4ffc-9573-3840bc1b6d50"}],"id":"d3173bd3-8478-4118-9f7b-2a673132e3de","_postman_id":"d3173bd3-8478-4118-9f7b-2a673132e3de","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-acl - state","id":"a76194d4-ed3d-42a6-82ec-5e02c5de418d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/state?content=all","description":"<p>Operational state for ACL per-interface data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a06849ff-a9de-421d-8c0c-766dc7ed0dbd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"id\": \"<string>\"\n  }\n}"}],"_postman_id":"a76194d4-ed3d-42a6-82ec-5e02c5de418d"}],"id":"b26d13f7-758f-4105-8982-1c71e29a4d56","_postman_id":"b26d13f7-758f-4105-8982-1c71e29a4d56","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interface-ref","item":[{"name":"PUT - openconfig-acl - openconfig - interface-ref","id":"29bbdf30-80de-4bd6-9ca7-13ab086ed64e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"600b7f93-8318-4025-96af-a5203b596bfd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8feee1af-b959-4a4b-8eed-a7a9ddbba93b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29bbdf30-80de-4bd6-9ca7-13ab086ed64e"},{"name":"PATCH - openconfig-acl - openconfig - interface-ref","id":"1bcac004-2780-47c8-aca3-3f10a5f39497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a212392e-94b7-4fc7-a9c0-917bd80d0f7a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a8b9eff-e7ea-467b-96f9-b106530eda5e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bcac004-2780-47c8-aca3-3f10a5f39497"},{"name":"DELETE - openconfig - openconfig-acl - interface-ref","id":"039fb053-7de0-4181-bb3a-4c1c6b1d22cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"14485afc-47e9-4d22-a132-7c5a4c2115b3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"039fb053-7de0-4181-bb3a-4c1c6b1d22cf"},{"name":"GET - openconfig - openconfig-acl - interface-ref","id":"6c763645-c2ad-4936-a120-941c36f2063f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref?content=all","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"50ef8c91-18ea-4b9f-83c7-0df261cd471b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/interface-ref?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","interface-ref"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}"}],"_postman_id":"6c763645-c2ad-4936-a120-941c36f2063f"}],"id":"43700209-f268-403d-b119-43cbd8cb48be","_postman_id":"43700209-f268-403d-b119-43cbd8cb48be","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ingress-acl-sets","item":[{"name":"PUT - openconfig-acl - openconfig - ingress-acl-sets","id":"4bc3a630-72e9-4873-9da0-bd9aa84e6794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets","description":"<p>Enclosing container the list of ingress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","ingress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"82fa8790-3fab-4ae8-9048-c12bcc85a1ab","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ded72743-5f82-4934-822e-286f4a5ac8c4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4bc3a630-72e9-4873-9da0-bd9aa84e6794"},{"name":"PATCH - openconfig-acl - openconfig - ingress-acl-sets","id":"bb8701f3-4d19-4f39-bab3-22ab7899731b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets","description":"<p>Enclosing container the list of ingress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","ingress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a363940c-fd93-4eaa-a0aa-9954bb7d6d5b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"49f954ff-c5f4-4ffa-9e4c-ff834641e4f3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb8701f3-4d19-4f39-bab3-22ab7899731b"},{"name":"DELETE - openconfig - openconfig-acl - ingress-acl-sets","id":"8addbec2-88ac-4d3f-931d-6811169b3669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets","description":"<p>Enclosing container the list of ingress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","ingress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6702e834-c928-4520-abbd-4acb4b9534c6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8addbec2-88ac-4d3f-931d-6811169b3669"},{"name":"GET - openconfig - openconfig-acl - ingress-acl-sets","id":"72e8d3c6-33a3-4fd7-80d8-9de545d88edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets?content=all","description":"<p>Enclosing container the list of ingress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","ingress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bb5a46c3-32a9-4956-9868-032fdd937567","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/ingress-acl-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","ingress-acl-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ingress-acl-sets\": {\n    \"ingress-acl-set\": {}\n  }\n}"}],"_postman_id":"72e8d3c6-33a3-4fd7-80d8-9de545d88edd"}],"id":"1fbe658b-5cd6-4d1d-a4ea-751a7123874e","_postman_id":"1fbe658b-5cd6-4d1d-a4ea-751a7123874e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"egress-acl-sets","item":[{"name":"PUT - openconfig-acl - openconfig - egress-acl-sets","id":"89809a3a-5d03-41ba-8632-3c6209d74df6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets","description":"<p>Enclosing container the list of egress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","egress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"47494fff-6257-462c-87d3-fbfe87c99a10","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2bd3c5cc-290c-4bb1-b1f6-796ff8abb1d6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89809a3a-5d03-41ba-8632-3c6209d74df6"},{"name":"PATCH - openconfig-acl - openconfig - egress-acl-sets","id":"b2e3e89a-d7e0-4913-a5e2-1b64502585b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets","description":"<p>Enclosing container the list of egress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","egress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"19b27a8e-3e28-4ed5-8cad-59e3feddbb50","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b8f322ee-2108-4d11-a838-290e5136bc05","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2e3e89a-d7e0-4913-a5e2-1b64502585b7"},{"name":"DELETE - openconfig - openconfig-acl - egress-acl-sets","id":"dcc1f5bf-1cf3-4541-a726-197008e6e922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets","description":"<p>Enclosing container the list of egress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","egress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e1a97090-8e6a-4194-b9f0-8f91d01bbd97","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcc1f5bf-1cf3-4541-a726-197008e6e922"},{"name":"GET - openconfig - openconfig-acl - egress-acl-sets","id":"00d2c197-a10f-4553-88f5-6517a071f452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets?content=all","description":"<p>Enclosing container the list of egress ACLs on the\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","egress-acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6cbcfbc1-aa64-4c54-bdb2-77872814fd45","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>/egress-acl-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>","egress-acl-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"egress-acl-sets\": {\n    \"egress-acl-set\": {}\n  }\n}"}],"_postman_id":"00d2c197-a10f-4553-88f5-6517a071f452"}],"id":"ae3a1efb-7d90-4656-8cc7-09c9205f1cfe","_postman_id":"ae3a1efb-7d90-4656-8cc7-09c9205f1cfe","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-acl - openconfig - interface","id":"63cdd5d2-3179-42b9-9e47-f9159f4f85c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>","description":"<p>List of interfaces on which ACLs are set. The interface is resolved\nbased on the interface and subinterface leaves of the interface-ref\ncontainer, which are references to entries in the /interfaces\nlist. The key of the list is an arbitrary value that the\nimplementation should not use to resolve an interface name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5cca55c9-cfaa-4d56-ab15-b9f32156e4ca","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"86d3291d-7075-4137-822c-d47e75dae598","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63cdd5d2-3179-42b9-9e47-f9159f4f85c2"},{"name":"PATCH - openconfig-acl - openconfig - interface","id":"dae01793-809c-4c06-970b-a13733f93a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>","description":"<p>List of interfaces on which ACLs are set. The interface is resolved\nbased on the interface and subinterface leaves of the interface-ref\ncontainer, which are references to entries in the /interfaces\nlist. The key of the list is an arbitrary value that the\nimplementation should not use to resolve an interface name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"23deb102-3b69-4cbc-8ade-a680956e32ac","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6fe3c623-e9da-44fd-82ad-22082b813a8f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dae01793-809c-4c06-970b-a13733f93a77"},{"name":"DELETE - openconfig - openconfig-acl - interface","id":"d5360a8c-6a86-4e5e-a75b-f3d11b81da96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>","description":"<p>List of interfaces on which ACLs are set. The interface is resolved\nbased on the interface and subinterface leaves of the interface-ref\ncontainer, which are references to entries in the /interfaces\nlist. The key of the list is an arbitrary value that the\nimplementation should not use to resolve an interface name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"11632448-1b9b-41ad-a122-df73f746c660","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5360a8c-6a86-4e5e-a75b-f3d11b81da96"},{"name":"GET - openconfig - openconfig-acl - interface","id":"346eeb75-b6b5-4685-ba9f-e3957edc2020","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which ACLs are set. The interface is resolved\nbased on the interface and subinterface leaves of the interface-ref\ncontainer, which are references to entries in the /interfaces\nlist. The key of the list is an arbitrary value that the\nimplementation should not use to resolve an interface name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bbc71743-da62-4fc8-b52a-5d356db241ed","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"346eeb75-b6b5-4685-ba9f-e3957edc2020"}],"id":"d2769d7b-e6c0-46a9-897e-ead15fefdf55","_postman_id":"d2769d7b-e6c0-46a9-897e-ead15fefdf55","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-acl - interfaces","id":"2c7c978b-d4fc-41e4-abdd-dbd1d9d74f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces","description":"<p>Enclosing container for the list of interfaces on which\nACLs are set</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5bda529f-5f00-4628-ab25-cf339a52193f","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"ingress-acl-sets\": {\n        \"ingress-acl-set\": {}\n      },\n      \"egress-acl-sets\": {\n        \"egress-acl-set\": {}\n      },\n      \"id\": \"<string>\",\n      \"config\": {\n        \"id\": \"<string>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c7c978b-d4fc-41e4-abdd-dbd1d9d74f03"},{"name":"PUT - openconfig-acl - openconfig - interfaces","id":"8bbeb043-9a1d-4313-be7a-e252ac1203a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces","description":"<p>Enclosing container for the list of interfaces on which\nACLs are set</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c31d0757-86ff-4fe0-920a-f926b2ab05e8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4d5df3f8-7c73-4255-82c7-a0e992db53e4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8bbeb043-9a1d-4313-be7a-e252ac1203a9"},{"name":"PATCH - openconfig-acl - openconfig - interfaces","id":"cc2825d7-eef6-4783-9035-ce97930141eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces","description":"<p>Enclosing container for the list of interfaces on which\nACLs are set</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4f8655cd-7a1e-47cf-9886-f4d2c0c3bc68","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ff110da-9b89-4bd6-9e8f-9377551e61c9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc2825d7-eef6-4783-9035-ce97930141eb"},{"name":"DELETE - openconfig - openconfig-acl - interfaces","id":"39632136-7e21-4677-901c-2701fe92cb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces","description":"<p>Enclosing container for the list of interfaces on which\nACLs are set</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c4ac7b7c-156b-40b0-9d9b-90f7493a5803","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39632136-7e21-4677-901c-2701fe92cb53"},{"name":"GET - openconfig - openconfig-acl - interfaces","id":"9dabb8d0-db55-41ef-9926-778c221217a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces?content=all","description":"<p>Enclosing container for the list of interfaces on which\nACLs are set</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"183b43f3-96a8-4b5c-9cdc-f8bb88e9a127","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"ingress-acl-sets\": {\n          \"ingress-acl-set\": {}\n        },\n        \"egress-acl-sets\": {\n          \"egress-acl-set\": {}\n        },\n        \"id\": \"<string>\",\n        \"config\": {\n          \"id\": \"<string>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"9dabb8d0-db55-41ef-9926-778c221217a6"}],"id":"77db46e3-9157-40be-9358-644ee84d551e","_postman_id":"77db46e3-9157-40be-9358-644ee84d551e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"acl-sets","item":[{"name":"acl-set={name},{type}","item":[{"name":"config","item":[{"name":"PUT - openconfig-acl - openconfig - config","id":"779cd69c-48fd-49ef-bf2a-b0350201e28a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_MPLS\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config","description":"<p>Access list config</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c539bf05-0bc3-432e-b710-6c641f0cdf45","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_MPLS\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b7e0c787-0c62-430c-bdd8-ec04d755d71a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_MPLS\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"779cd69c-48fd-49ef-bf2a-b0350201e28a"},{"name":"PATCH - openconfig-acl - openconfig - config","id":"e9ebbc8e-d772-41cf-b31f-76624ad0c0bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_MPLS\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config","description":"<p>Access list config</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cc0b8079-135e-4776-aed0-2e3bd0abc046","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_MPLS\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c4a0f901-b496-4b3d-b389-16c88420a065","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_MPLS\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9ebbc8e-d772-41cf-b31f-76624ad0c0bf"},{"name":"DELETE - openconfig - openconfig-acl - config","id":"5745285e-f13f-45e9-8059-05d6f8e0d9db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config","description":"<p>Access list config</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f2c3bee-3f08-4fb4-83c5-dabebb33e02a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5745285e-f13f-45e9-8059-05d6f8e0d9db"},{"name":"GET - openconfig - openconfig-acl - config","id":"2929dad0-5114-4bf6-873b-f436c3ba8131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config?content=all","description":"<p>Access list config</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"56ddf369-cc1b-4f0c-8b0b-e42f8c85cb1c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_IPV6\"\n  }\n}"}],"_postman_id":"2929dad0-5114-4bf6-873b-f436c3ba8131"}],"id":"70828973-7e1b-45ba-9501-16ea9b0d63e1","_postman_id":"70828973-7e1b-45ba-9501-16ea9b0d63e1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-acl - state","id":"3c99155a-6e69-4e1b-8aef-14d9e92ec28b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/state?content=all","description":"<p>Access list state information</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c704b7d0-6955-4b40-a718-6efe41a68f77","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"type\": \"ACL_L2\"\n  }\n}"}],"_postman_id":"3c99155a-6e69-4e1b-8aef-14d9e92ec28b"}],"id":"84bf72c0-7028-4e39-aa42-66d6a52d6912","_postman_id":"84bf72c0-7028-4e39-aa42-66d6a52d6912","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"acl-entries","item":[{"name":"PUT - openconfig-acl - openconfig - acl-entries","id":"bf246aa4-9dce-4fb5-8c70-6418684d6f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-entries\": {\n    \"acl-entry\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries","description":"<p>Access list entries container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","acl-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cecf2790-6b4c-498b-9e1c-f1ba76302489","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-entries\": {\n    \"acl-entry\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a03eca24-53be-45c9-b997-8711ed872ae9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-entries\": {\n    \"acl-entry\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf246aa4-9dce-4fb5-8c70-6418684d6f69"},{"name":"PATCH - openconfig-acl - openconfig - acl-entries","id":"04fb82de-31cd-48ca-97ff-8512bc4b1fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-entries\": {\n    \"acl-entry\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries","description":"<p>Access list entries container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","acl-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"20d5ca62-8811-42bf-8ec2-af3bb0fa63a4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-entries\": {\n    \"acl-entry\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e4ad6b69-3457-40d6-ab9b-ece3dbab1114","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-entries\": {\n    \"acl-entry\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04fb82de-31cd-48ca-97ff-8512bc4b1fc3"},{"name":"DELETE - openconfig - openconfig-acl - acl-entries","id":"e823d758-3c2d-4b00-a845-1a2e9bec73cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries","description":"<p>Access list entries container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","acl-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5a5af665-f3e4-44fe-84fc-39a787ffedf2","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e823d758-3c2d-4b00-a845-1a2e9bec73cf"},{"name":"GET - openconfig - openconfig-acl - acl-entries","id":"67994152-a020-4e23-98c9-525809c71236","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries?content=all","description":"<p>Access list entries container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","acl-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"cfec04ae-491e-47ef-80e9-402379f53723","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>/acl-entries?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>","acl-entries"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"acl-entries\": {\n    \"acl-entry\": {}\n  }\n}"}],"_postman_id":"67994152-a020-4e23-98c9-525809c71236"}],"id":"0372e415-ff11-4d89-b547-9e3b0ae06414","_postman_id":"0372e415-ff11-4d89-b547-9e3b0ae06414","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-acl - openconfig - acl-set","id":"3dbe4dea-cace-4e09-b6b4-df024c8f4eac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MPLS\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_TYPE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_TYPE\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_MIXED\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>","description":"<p>List of ACL sets, each comprising of a list of ACL\nentries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"25b530d7-33c0-4d42-9fbc-8097b03d832a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MPLS\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_TYPE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_TYPE\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_MIXED\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"232caf2d-a0ab-47bf-b4ec-d97191e71f66","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MPLS\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_TYPE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_TYPE\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_MIXED\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3dbe4dea-cace-4e09-b6b4-df024c8f4eac"},{"name":"PATCH - openconfig-acl - openconfig - acl-set","id":"b581b79b-5a3d-4559-bccc-c532d79cbe2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MPLS\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_TYPE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_TYPE\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_MIXED\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>","description":"<p>List of ACL sets, each comprising of a list of ACL\nentries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ff6c6066-cf05-4b45-b3f3-7f58bd126722","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MPLS\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_TYPE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_TYPE\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_MIXED\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"88116c72-8f4a-4430-bfd4-5c2e8525e359","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MPLS\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_TYPE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_TYPE\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_MIXED\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b581b79b-5a3d-4559-bccc-c532d79cbe2f"},{"name":"DELETE - openconfig - openconfig-acl - acl-set","id":"7e5e61d0-623b-4417-a898-0a6bc2a13cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>","description":"<p>List of ACL sets, each comprising of a list of ACL\nentries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"68eac6cd-e535-4bdf-84ca-6a24268d92a5","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e5e61d0-623b-4417-a898-0a6bc2a13cf6"},{"name":"GET - openconfig - openconfig-acl - acl-set","id":"04ef3aa2-479e-4a96-bd89-cc27506a53ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>?content=all","description":"<p>List of ACL sets, each comprising of a list of ACL\nentries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5c7bf0cc-4142-4d97-a154-78edd62385b8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets/acl-set=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets","acl-set=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_IPV4\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_L2\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MIXED\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_IPV4\"\n      }\n    }\n  ]\n}"}],"_postman_id":"04ef3aa2-479e-4a96-bd89-cc27506a53ab"}],"id":"5cbbabe7-9fcb-4a26-9d7d-e20e7f2966b9","_postman_id":"5cbbabe7-9fcb-4a26-9d7d-e20e7f2966b9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-acl - acl-sets","id":"50e2d48b-e14e-4458-9991-06af77007078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_IPV4\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_L2\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MIXED\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_IPV4\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets","description":"<p>Access list entries variables enclosing container</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"980f5aa7-dc8f-4195-954a-b91391096850","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"acl-set\": [\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_IPV4\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_L2\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"acl-entries\": {\n        \"acl-entry\": {}\n      },\n      \"type\": \"ACL_MIXED\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"type\": \"ACL_IPV4\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50e2d48b-e14e-4458-9991-06af77007078"},{"name":"PUT - openconfig-acl - openconfig - acl-sets","id":"ac1d9eeb-e696-4e55-8af5-ac53e5626308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_TYPE\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_MIXED\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MIXED\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets","description":"<p>Access list entries variables enclosing container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b18f3721-a3ff-4d25-8036-b2a64f6629f4","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_TYPE\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_MIXED\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MIXED\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75667db3-5070-47be-8d5c-9eeb91a5a07f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_TYPE\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_MIXED\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MIXED\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ac1d9eeb-e696-4e55-8af5-ac53e5626308"},{"name":"PATCH - openconfig-acl - openconfig - acl-sets","id":"6abb9bdb-2cf1-460e-a9a2-dbcbd1c2249c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_TYPE\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_MIXED\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MIXED\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets","description":"<p>Access list entries variables enclosing container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6fe0b7cf-f42f-4e24-8eb1-ca84c0b5e868","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_TYPE\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_MIXED\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MIXED\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1ab08314-e342-4ee7-8965-91d270d26b27","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_TYPE\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_MIXED\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MIXED\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6abb9bdb-2cf1-460e-a9a2-dbcbd1c2249c"},{"name":"DELETE - openconfig - openconfig-acl - acl-sets","id":"604bcc50-88d1-4405-ae69-f0dff8a43c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets","description":"<p>Access list entries variables enclosing container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"88403927-3cbd-47c1-902b-3bfcaab1f93f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"604bcc50-88d1-4405-ae69-f0dff8a43c71"},{"name":"GET - openconfig - openconfig-acl - acl-sets","id":"273b0a0d-842d-4e6e-8393-75bec5b23930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets?content=all","description":"<p>Access list entries variables enclosing container</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ea8e54b6-08d4-4c2e-8566-37c399c4bca5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl/acl-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl","acl-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"acl-sets\": {\n    \"acl-set\": [\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_IPV4\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_MPLS\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"acl-entries\": {\n          \"acl-entry\": {}\n        },\n        \"type\": \"ACL_L2\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"type\": \"ACL_IPV6\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"273b0a0d-842d-4e6e-8393-75bec5b23930"}],"id":"59d56c02-0d57-4259-82c0-cb175e212bba","_postman_id":"59d56c02-0d57-4259-82c0-cb175e212bba","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-acl - acl","id":"9594ad85-3e26-453c-952f-1b67929ac9cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl","description":"<p>Top level enclosing container for ACL model config\nand operational state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6c723be1-f030-4a37-b882-f2d378e44a90","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9594ad85-3e26-453c-952f-1b67929ac9cd"},{"name":"PUT - openconfig-acl - openconfig - acl","id":"31cfb079-7d50-49a9-a7a8-4d9044b37180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_L2\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_IPV6\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV4\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MIXED\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl","description":"<p>Top level enclosing container for ACL model config\nand operational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"52f0299e-a7b5-498c-975c-cd25d61a6a23","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_L2\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_IPV6\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV4\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MIXED\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"19d821a3-baee-4020-886d-ca8ed04421e4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_L2\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_IPV6\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV4\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MIXED\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31cfb079-7d50-49a9-a7a8-4d9044b37180"},{"name":"PATCH - openconfig-acl - openconfig - acl","id":"38c07f1a-bf95-4b56-82ba-1a4bb65422f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_L2\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_IPV6\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV4\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MIXED\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl","description":"<p>Top level enclosing container for ACL model config\nand operational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"855fad16-e789-4493-a5cb-9094162d1b9f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_L2\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_IPV6\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV4\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MIXED\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dde4b4c1-b7a0-4f0b-8337-f8d0cfb38dba","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-acl:acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_L2\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_IPV6\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV4\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MIXED\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38c07f1a-bf95-4b56-82ba-1a4bb65422f1"},{"name":"DELETE - openconfig - openconfig-acl - acl","id":"ade08d60-3ba6-4b54-9c13-09c9cc95e43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl","description":"<p>Top level enclosing container for ACL model config\nand operational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"84614a20-1342-464d-92ea-ebd224fc1f7b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ade08d60-3ba6-4b54-9c13-09c9cc95e43a"},{"name":"GET - openconfig - openconfig-acl - acl","id":"8a079283-d863-4e9f-a56d-4846e8f83a88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl?content=all","description":"<p>Top level enclosing container for ACL model config\nand operational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e03df84f-adbd-4c3c-8bc2-6738a3e87ecc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-acl:acl?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-acl:acl"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"acl\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"ingress-acl-sets\": {\n            \"ingress-acl-set\": {}\n          },\n          \"egress-acl-sets\": {\n            \"egress-acl-set\": {}\n          },\n          \"id\": \"<string>\",\n          \"config\": {\n            \"id\": \"<string>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    },\n    \"acl-sets\": {\n      \"acl-set\": [\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV6\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_L2\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"acl-entries\": {\n            \"acl-entry\": {}\n          },\n          \"type\": \"ACL_IPV6\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"description\": \"<string>\",\n            \"type\": \"ACL_MPLS\"\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}"}],"_postman_id":"8a079283-d863-4e9f-a56d-4846e8f83a88"}],"id":"ba4b29db-1b89-4cb8-8fd3-dfe822d5d0b9","_postman_id":"ba4b29db-1b89-4cb8-8fd3-dfe822d5d0b9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-ap-manager:provision-aps","item":[{"name":"provision-ap={mac}","item":[{"name":"config","item":[{"name":"PUT - openconfig-ap-manager - openconfig - config","id":"49bf1707-320e-42af-aa7d-984099b2ed29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config","description":"<p>Config container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bf729ffa-1a28-44be-9d54-716cdfb8a1b2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4bc82ac7-d6ea-48b7-b54a-57530ef018e4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49bf1707-320e-42af-aa7d-984099b2ed29"},{"name":"PATCH - openconfig-ap-manager - openconfig - config","id":"52bfe11c-2f5f-40b0-9f4b-23ac6c5f83cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config","description":"<p>Config container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4b5ad069-ab05-46bf-a654-df3c69d3d6de","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"93601db5-13cb-4680-b663-78fbc669f73b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52bfe11c-2f5f-40b0-9f4b-23ac6c5f83cc"},{"name":"DELETE - openconfig - openconfig-ap-manager - config","id":"4f0e176b-1eb2-410f-af36-2f9f4c7741b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config","description":"<p>Config container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"25c0e13d-8799-4545-aa1d-65138ffc5152","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f0e176b-1eb2-410f-af36-2f9f4c7741b8"},{"name":"GET - openconfig - openconfig-ap-manager - config","id":"380dc8ab-9426-4d7e-b0dd-6e2ea2474fb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config?content=all","description":"<p>Config container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"69b5c79a-11c2-4f1d-a730-d348d203cfe6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}"}],"_postman_id":"380dc8ab-9426-4d7e-b0dd-6e2ea2474fb5"}],"id":"c2631ef3-c028-4141-b719-b6acab56ed05","_postman_id":"c2631ef3-c028-4141-b719-b6acab56ed05","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-ap-manager - state","id":"8ab07732-0a13-41dc-aa76-a5d755ca2dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/state?content=all","description":"<p>State container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fd6885fe-df7d-468e-ae9e-3ba8d4fdcc1e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"hostname\": \"<string>\",\n    \"country-code\": \"<string>\",\n    \"mac\": \"<string>\"\n  }\n}"}],"_postman_id":"8ab07732-0a13-41dc-aa76-a5d755ca2dac"}],"id":"5fda5904-da28-47b1-ac16-e1c5a92fccf2","_postman_id":"5fda5904-da28-47b1-ac16-e1c5a92fccf2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-ap-manager - openconfig - provision-ap","id":"0bfae8ad-2677-4785-bf45-cdc811442499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>","description":"<p>List of MAC addresses that will have hostnames assigned.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f8e785e5-59e7-464f-970e-29a5a243ae43","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a00e813-a196-4aac-80be-03a2373ed7b7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bfae8ad-2677-4785-bf45-cdc811442499"},{"name":"PATCH - openconfig-ap-manager - openconfig - provision-ap","id":"8ab50840-cd5f-46e3-8bc0-3dd51cc103c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>","description":"<p>List of MAC addresses that will have hostnames assigned.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"febd0788-6e57-4c9c-a1da-29ab59ed87d8","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4e84f57b-1b89-40cc-a291-73bf3dc1770b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ab50840-cd5f-46e3-8bc0-3dd51cc103c0"},{"name":"DELETE - openconfig - openconfig-ap-manager - provision-ap","id":"77d1e510-0754-4cba-824f-2a661b212ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>","description":"<p>List of MAC addresses that will have hostnames assigned.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0a8f3c60-a6fb-44b4-9efe-126382240a55","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77d1e510-0754-4cba-824f-2a661b212ef1"},{"name":"GET - openconfig - openconfig-ap-manager - provision-ap","id":"0e498dc9-262b-4b03-89fe-c44a58dcbd80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>?content=all","description":"<p>List of MAC addresses that will have hostnames assigned.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"db4706a0-6220-4e18-bc6b-0bbc6a35e4b4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps/provision-ap=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps","provision-ap=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"0e498dc9-262b-4b03-89fe-c44a58dcbd80"}],"id":"0cdb19a2-fed5-44d2-be9b-3c224403eec7","_postman_id":"0cdb19a2-fed5-44d2-be9b-3c224403eec7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ap-manager - provision-aps","id":"b5277201-f54d-4b3d-b777-1178def7e609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps","description":"<p>Top most container for assigning hostnames to APs.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"64c4ce2d-582a-452e-8949-7b88c20b019c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"provision-ap\": [\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"country-code\": \"<string>\",\n        \"mac\": \"<string>\"\n      },\n      \"mac\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5277201-f54d-4b3d-b777-1178def7e609"},{"name":"PUT - openconfig-ap-manager - openconfig - provision-aps","id":"6b0c06d4-6b05-467e-b29d-a3c20c160aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps","description":"<p>Top most container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"17ba9496-9977-4163-88ca-3be72e1e380f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5768ff30-06bf-4764-baac-c3f29430b7c4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b0c06d4-6b05-467e-b29d-a3c20c160aaf"},{"name":"PATCH - openconfig-ap-manager - openconfig - provision-aps","id":"e0678f91-8cc0-49d8-a5f1-e48832867417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps","description":"<p>Top most container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3a0cbe12-a5d1-4a46-aaf4-cb34e99e3021","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d423e186-6d1b-4959-8cd2-564a2aef5d8a","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0678f91-8cc0-49d8-a5f1-e48832867417"},{"name":"DELETE - openconfig - openconfig-ap-manager - provision-aps","id":"b4fb1c67-be73-491f-8fc6-a24f2e1f3182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps","description":"<p>Top most container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9da7d676-b909-4df8-8528-9baee68a0776","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4fb1c67-be73-491f-8fc6-a24f2e1f3182"},{"name":"GET - openconfig - openconfig-ap-manager - provision-aps","id":"2ebd4d53-d526-47cd-a925-5489b90370cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps?content=all","description":"<p>Top most container for assigning hostnames to APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f26d6c30-ec1d-4cc8-9825-cd4cc3fdd3b3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:provision-aps?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:provision-aps"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"provision-aps\": {\n    \"provision-ap\": [\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"country-code\": \"<string>\",\n          \"mac\": \"<string>\"\n        },\n        \"mac\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"2ebd4d53-d526-47cd-a925-5489b90370cf"}],"id":"1b401c66-c16d-4fb1-8cf6-96274f704696","_postman_id":"1b401c66-c16d-4fb1-8cf6-96274f704696","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-ap-manager:joined-aps","item":[{"name":"joined-ap={hostname}","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-ap-manager - state","id":"4f7cf41b-9242-45e0-b259-cb8fa52e3bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps/joined-ap=<string>/state?content=all","description":"<p>State container for Joined APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps","joined-ap=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5b6ae4ce-327c-4d26-b13d-29791791a393","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps/joined-ap=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps","joined-ap=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"hostname\": \"<string>\",\n    \"serial\": \"<string>\",\n    \"up-time\": \"<integer>\",\n    \"opstate\": \"UPGRADING\",\n    \"mac\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"uptime\": \"<long>\"\n  }\n}"}],"_postman_id":"4f7cf41b-9242-45e0-b259-cb8fa52e3bdf"}],"id":"0c876469-91cc-42c0-bc18-9c3d63544b69","_postman_id":"0c876469-91cc-42c0-bc18-9c3d63544b69","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-ap-manager - joined-ap","id":"f5fe6565-b915-4d48-873c-ceb700e5bcd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps/joined-ap=<string>?content=all","description":"<p>List of access points that have joined the controller.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps","joined-ap=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"25e31a5c-66f6-491f-a953-c3835c985396","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps/joined-ap=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps","joined-ap=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"joined-ap\": [\n    {\n      \"hostname\": \"<string>\",\n      \"state\": {\n        \"hostname\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"up-time\": \"<integer>\",\n        \"opstate\": \"UPGRADING\",\n        \"mac\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"uptime\": \"<long>\"\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"state\": {\n        \"hostname\": \"<string>\",\n        \"serial\": \"<string>\",\n        \"up-time\": \"<integer>\",\n        \"opstate\": \"AP_STATE\",\n        \"mac\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"uptime\": \"<long>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"f5fe6565-b915-4d48-873c-ceb700e5bcd2"}],"id":"f48035f5-ac5e-4af5-bb88-adf4bc18f0a7","_postman_id":"f48035f5-ac5e-4af5-bb88-adf4bc18f0a7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ap-manager - joined-aps","id":"d272fd00-d71a-4fde-be44-2bcb56114e52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps","description":"<p>Top most container for joined-aps.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ad024e34-b73a-409d-881a-5f1c85e97f8d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d272fd00-d71a-4fde-be44-2bcb56114e52"},{"name":"PUT - openconfig-ap-manager - openconfig - joined-aps","id":"a9cb855f-fac1-4d81-9e85-3dddd8816b8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:joined-aps\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps","description":"<p>Top most container for joined-aps.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d1562177-d73c-4137-a6e0-d6b9680243c9","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:joined-aps\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"356f65cb-0e82-4154-ae41-4d1284ddece5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:joined-aps\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9cb855f-fac1-4d81-9e85-3dddd8816b8a"},{"name":"PATCH - openconfig-ap-manager - openconfig - joined-aps","id":"a186375c-1ad2-49c2-8e24-82c68ca5f0cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:joined-aps\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps","description":"<p>Top most container for joined-aps.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8c67d621-8320-43a6-bc85-24e1cf2227a7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:joined-aps\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8e7f9778-fe56-4387-a613-f01e7840c2f5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ap-manager:joined-aps\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a186375c-1ad2-49c2-8e24-82c68ca5f0cb"},{"name":"DELETE - openconfig - openconfig-ap-manager - joined-aps","id":"2b1d97dc-cd02-45ac-87d1-21605dc72c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps","description":"<p>Top most container for joined-aps.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f494b228-9c6e-422a-adc6-d6773b538bb1","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b1d97dc-cd02-45ac-87d1-21605dc72c57"},{"name":"GET - openconfig - openconfig-ap-manager - joined-aps","id":"26024e0c-677a-45dc-888a-bf70b09e7e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps?content=all","description":"<p>Top most container for joined-aps.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"cc94b2bc-191c-4e66-be2a-55fb6b623574","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ap-manager:joined-aps?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ap-manager:joined-aps"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"joined-aps\": {}\n}"}],"_postman_id":"26024e0c-677a-45dc-888a-bf70b09e7e07"}],"id":"0a052489-6376-4c41-97ba-ca43694b1eb1","_postman_id":"0a052489-6376-4c41-97ba-ca43694b1eb1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-ate-flow:flows","item":[{"name":"flow={name}","item":[{"name":"state","item":[{"name":"counters","item":[{"name":"GET - openconfig - openconfig-ate-flow - counters","id":"a2739e33-5708-4d85-97f3-e0238692c9f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/state/counters?content=all","description":"<p>Counters that correspond to the individual flow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","state","counters"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b7133c4d-5fd9-42ed-9aaf-da13dfb519d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/state/counters?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","state","counters"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"counters\": {\n    \"in-pkts\": \"<integer>\",\n    \"out-octets\": \"<integer>\",\n    \"in-octets\": \"<integer>\",\n    \"out-pkts\": \"<integer>\"\n  }\n}"}],"_postman_id":"a2739e33-5708-4d85-97f3-e0238692c9f4"}],"id":"a7934fa1-b632-4a4c-9ad3-0969dd20ce4c","_postman_id":"a7934fa1-b632-4a4c-9ad3-0969dd20ce4c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-ate-flow - state","id":"a6ee4c23-9084-4d9c-9935-05d857a37b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/state?content=all","description":"<p>Operational state of the individual flow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a66fdbfc-1196-4433-8726-eeebb1520fc2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"dst-ipv4\": \"<string>\",\n    \"counters\": {\n      \"in-pkts\": \"<integer>\",\n      \"out-octets\": \"<integer>\",\n      \"in-octets\": \"<integer>\",\n      \"out-pkts\": \"<integer>\"\n    },\n    \"src-port\": \"<string>\",\n    \"src-ipv4\": \"<string>\",\n    \"name\": \"<string>\",\n    \"dst-port\": \"<string>\",\n    \"mpls-label\": \"<long>\"\n  }\n}"}],"_postman_id":"a6ee4c23-9084-4d9c-9935-05d857a37b99"}],"id":"374dfeac-c84d-451f-a7d0-7c979979d982","_postman_id":"374dfeac-c84d-451f-a7d0-7c979979d982","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ingress-tracking","item":[{"name":"ingress-tracking={src-port},{dst-port},{mpls-label},{src-ipv4},{dst-ipv4},{src-ipv6},{dst-ipv6},{vlan-id}","item":[{"name":"GET - openconfig - openconfig-ate-flow - ingress-tracking","id":"882d5dbf-310b-4dc3-9d1d-c326a377fdd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/ingress-tracking/ingress-tracking=<string>,<string>,<string>,<string>,<string>,<string>,<string>,<string>?content=all","description":"<p>If the ATE is configured to track incoming frames by their header\nfields, this list will map combinations of values of those header\nfields to the flow statistics specific to frames that match that\ncombination.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","ingress-tracking","ingress-tracking=<string>,<string>,<string>,<string>,<string>,<string>,<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"374ad572-09b1-4b0d-b1e7-799cc238490a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/ingress-tracking/ingress-tracking=<string>,<string>,<string>,<string>,<string>,<string>,<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","ingress-tracking","ingress-tracking=<string>,<string>,<string>,<string>,<string>,<string>,<string>,<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ingress-tracking\": [\n    {\n      \"dst-ipv6\": \"<string>\",\n      \"dst-ipv4\": \"<string>\",\n      \"src-port\": \"<string>\",\n      \"src-ipv4\": \"<string>\",\n      \"src-ipv6\": \"<string>\",\n      \"dst-port\": \"<string>\",\n      \"mpls-label\": \"<long>\"\n    },\n    {\n      \"dst-ipv6\": \"<string>\",\n      \"dst-ipv4\": \"<string>\",\n      \"src-port\": \"<string>\",\n      \"src-ipv4\": \"<string>\",\n      \"src-ipv6\": \"<string>\",\n      \"dst-port\": \"<string>\",\n      \"mpls-label\": \"<long>\"\n    }\n  ]\n}"}],"_postman_id":"882d5dbf-310b-4dc3-9d1d-c326a377fdd4"}],"id":"fd82c0fd-9b9b-4ef9-8b4a-6210add128a9","_postman_id":"fd82c0fd-9b9b-4ef9-8b4a-6210add128a9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-ate-flow - ingress-tracking","id":"76638ed5-8142-46ac-b405-657c0e3c4afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/ingress-tracking?content=all","description":"<p>Flow statistics grouped by ingress tracking filter.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","ingress-tracking"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"60d0f864-cf97-485f-816a-2198a6eb5d41","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/ingress-tracking?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","ingress-tracking"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ingress-tracking\": {\n    \"ingress-tracking\": [\n      {\n        \"dst-ipv6\": \"<string>\",\n        \"dst-ipv4\": \"<string>\",\n        \"src-port\": \"<string>\",\n        \"src-ipv4\": \"<string>\",\n        \"src-ipv6\": \"<string>\",\n        \"dst-port\": \"<string>\",\n        \"mpls-label\": \"<long>\"\n      },\n      {\n        \"dst-ipv6\": \"<string>\",\n        \"dst-ipv4\": \"<string>\",\n        \"src-port\": \"<string>\",\n        \"src-ipv4\": \"<string>\",\n        \"src-ipv6\": \"<string>\",\n        \"dst-port\": \"<string>\",\n        \"mpls-label\": \"<long>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"76638ed5-8142-46ac-b405-657c0e3c4afe"}],"id":"adad8415-25e3-4e97-92f5-257d43934c8b","_postman_id":"adad8415-25e3-4e97-92f5-257d43934c8b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"egress-tracking","item":[{"name":"egress-tracking={filter}","item":[{"name":"GET - openconfig - openconfig-ate-flow - egress-tracking","id":"fee1af04-34c6-4121-b162-7c4ade7871df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/egress-tracking/egress-tracking=<string>?content=all","description":"<p>If the ATE is configured to track outgoing frames by a header field,\nthis list will map values of that header field to the flow statistics\nspecific to frames that match that value.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","egress-tracking","egress-tracking=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"660b66d3-9903-4e1a-837f-989a9264f9e7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/egress-tracking/egress-tracking=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","egress-tracking","egress-tracking=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"egress-tracking\": [\n    {\n      \"filter\": \"<string>\",\n      \"state\": {\n        \"filter\": \"<string>\",\n        \"out-frame-rate\": \"<string>\",\n        \"out-rate\": \"<string>\",\n        \"in-rate\": \"<string>\",\n        \"in-frame-rate\": \"<string>\",\n        \"loss-pct\": \"<string>\"\n      }\n    },\n    {\n      \"filter\": \"<string>\",\n      \"state\": {\n        \"filter\": \"<string>\",\n        \"out-frame-rate\": \"<string>\",\n        \"out-rate\": \"<string>\",\n        \"in-rate\": \"<string>\",\n        \"in-frame-rate\": \"<string>\",\n        \"loss-pct\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"fee1af04-34c6-4121-b162-7c4ade7871df"}],"id":"e8257b4e-ea4d-46b0-a8d2-15eb3b6cd268","_postman_id":"e8257b4e-ea4d-46b0-a8d2-15eb3b6cd268","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-ate-flow - egress-tracking","id":"18ffd021-b3f8-4025-bc84-41bcd622d4d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/egress-tracking?content=all","description":"<p>Flow statistics grouped by egress tracking filter.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","egress-tracking"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4c32c36e-8ba6-41d1-89b3-1dd36b671910","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>/egress-tracking?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>","egress-tracking"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"egress-tracking\": {\n    \"egress-tracking\": [\n      {\n        \"filter\": \"<string>\",\n        \"state\": {\n          \"filter\": \"<string>\",\n          \"out-frame-rate\": \"<string>\",\n          \"out-rate\": \"<string>\",\n          \"in-rate\": \"<string>\",\n          \"in-frame-rate\": \"<string>\",\n          \"loss-pct\": \"<string>\"\n        }\n      },\n      {\n        \"filter\": \"<string>\",\n        \"state\": {\n          \"filter\": \"<string>\",\n          \"out-frame-rate\": \"<string>\",\n          \"out-rate\": \"<string>\",\n          \"in-rate\": \"<string>\",\n          \"in-frame-rate\": \"<string>\",\n          \"loss-pct\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"18ffd021-b3f8-4025-bc84-41bcd622d4d3"}],"id":"daa49007-157c-4696-ab07-41153accc98f","_postman_id":"daa49007-157c-4696-ab07-41153accc98f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-ate-flow - flow","id":"e16e98cb-5734-4284-9a6a-049483f61713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>?content=all","description":"<p>A flow of packets between one or more internal and external sources\nand one or more internal and external destinations that the target\nis able to track and report statistics on. Each flow is identified by\nan arbitrary string identifier.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6baf84c5-7000-4f71-be67-52008019ceaa","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows/flow=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows","flow=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"flow\": [\n    {\n      \"name\": \"<string>\",\n      \"egress-tracking\": {\n        \"egress-tracking\": [\n          {\n            \"filter\": \"<string>\",\n            \"state\": {\n              \"filter\": \"<string>\",\n              \"out-frame-rate\": \"<string>\",\n              \"out-rate\": \"<string>\",\n              \"in-rate\": \"<string>\",\n              \"in-frame-rate\": \"<string>\",\n              \"loss-pct\": \"<string>\"\n            }\n          },\n          {\n            \"filter\": \"<string>\",\n            \"state\": {\n              \"filter\": \"<string>\",\n              \"out-frame-rate\": \"<string>\",\n              \"out-rate\": \"<string>\",\n              \"in-rate\": \"<string>\",\n              \"in-frame-rate\": \"<string>\",\n              \"loss-pct\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"state\": {\n        \"dst-ipv4\": \"<string>\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"out-octets\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"out-pkts\": \"<integer>\"\n        },\n        \"src-port\": \"<string>\",\n        \"src-ipv4\": \"<string>\",\n        \"name\": \"<string>\",\n        \"dst-port\": \"<string>\",\n        \"mpls-label\": \"<long>\"\n      },\n      \"ingress-tracking\": {\n        \"ingress-tracking\": [\n          {\n            \"dst-ipv6\": \"<string>\",\n            \"dst-ipv4\": \"<string>\",\n            \"src-port\": \"<string>\",\n            \"src-ipv4\": \"<string>\",\n            \"src-ipv6\": \"<string>\",\n            \"dst-port\": \"<string>\",\n            \"mpls-label\": \"<long>\"\n          },\n          {\n            \"dst-ipv6\": \"<string>\",\n            \"dst-ipv4\": \"<string>\",\n            \"src-port\": \"<string>\",\n            \"src-ipv4\": \"<string>\",\n            \"src-ipv6\": \"<string>\",\n            \"dst-port\": \"<string>\",\n            \"mpls-label\": \"<long>\"\n          }\n        ]\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"egress-tracking\": {\n        \"egress-tracking\": [\n          {\n            \"filter\": \"<string>\",\n            \"state\": {\n              \"filter\": \"<string>\",\n              \"out-frame-rate\": \"<string>\",\n              \"out-rate\": \"<string>\",\n              \"in-rate\": \"<string>\",\n              \"in-frame-rate\": \"<string>\",\n              \"loss-pct\": \"<string>\"\n            }\n          },\n          {\n            \"filter\": \"<string>\",\n            \"state\": {\n              \"filter\": \"<string>\",\n              \"out-frame-rate\": \"<string>\",\n              \"out-rate\": \"<string>\",\n              \"in-rate\": \"<string>\",\n              \"in-frame-rate\": \"<string>\",\n              \"loss-pct\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"state\": {\n        \"dst-ipv4\": \"<string>\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"out-octets\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"out-pkts\": \"<integer>\"\n        },\n        \"src-port\": \"<string>\",\n        \"src-ipv4\": \"<string>\",\n        \"name\": \"<string>\",\n        \"dst-port\": \"<string>\",\n        \"mpls-label\": \"<long>\"\n      },\n      \"ingress-tracking\": {\n        \"ingress-tracking\": [\n          {\n            \"dst-ipv6\": \"<string>\",\n            \"dst-ipv4\": \"<string>\",\n            \"src-port\": \"<string>\",\n            \"src-ipv4\": \"<string>\",\n            \"src-ipv6\": \"<string>\",\n            \"dst-port\": \"<string>\",\n            \"mpls-label\": \"<long>\"\n          },\n          {\n            \"dst-ipv6\": \"<string>\",\n            \"dst-ipv4\": \"<string>\",\n            \"src-port\": \"<string>\",\n            \"src-ipv4\": \"<string>\",\n            \"src-ipv6\": \"<string>\",\n            \"dst-port\": \"<string>\",\n            \"mpls-label\": \"<long>\"\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"e16e98cb-5734-4284-9a6a-049483f61713"}],"id":"505f44a5-5fa5-417c-9a14-3261a3e70887","_postman_id":"505f44a5-5fa5-417c-9a14-3261a3e70887","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ate-flow - flows","id":"32d86894-2714-4e1c-aef5-d221f9f5abfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows","description":"<p>Flow statistics collected by the network device. A flow is defined to\nbe an arbitrary stream of packets whose definition is outside of the\ncontext of the module.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9293b348-3b32-4769-ac25-15adc5233ba4","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32d86894-2714-4e1c-aef5-d221f9f5abfe"},{"name":"PUT - openconfig-ate-flow - openconfig - flows","id":"3f35c99a-636a-427b-b84a-5b5b2d21ef9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ate-flow:flows\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows","description":"<p>Flow statistics collected by the network device. A flow is defined to\nbe an arbitrary stream of packets whose definition is outside of the\ncontext of the module.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8490079f-968e-439e-8a94-74e980f5f02f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ate-flow:flows\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"71d58fdb-4d93-4a2e-8842-1d4ac7bfd573","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ate-flow:flows\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f35c99a-636a-427b-b84a-5b5b2d21ef9f"},{"name":"PATCH - openconfig-ate-flow - openconfig - flows","id":"a9c0b05e-3d73-47f9-a404-6e36f78ad08a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ate-flow:flows\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows","description":"<p>Flow statistics collected by the network device. A flow is defined to\nbe an arbitrary stream of packets whose definition is outside of the\ncontext of the module.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7cb35b1d-9193-4095-a06a-5e435362d5e7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ate-flow:flows\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"131eba75-d775-4a76-8a69-8931b0128371","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ate-flow:flows\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9c0b05e-3d73-47f9-a404-6e36f78ad08a"},{"name":"DELETE - openconfig - openconfig-ate-flow - flows","id":"a59f1377-1def-4671-8777-13a06cadaacb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows","description":"<p>Flow statistics collected by the network device. A flow is defined to\nbe an arbitrary stream of packets whose definition is outside of the\ncontext of the module.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ea959390-3a60-4a81-a401-ffb7c8db03c2","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a59f1377-1def-4671-8777-13a06cadaacb"},{"name":"GET - openconfig - openconfig-ate-flow - flows","id":"798295ae-e6e1-445d-a566-52c108fc4b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows?content=all","description":"<p>Flow statistics collected by the network device. A flow is defined to\nbe an arbitrary stream of packets whose definition is outside of the\ncontext of the module.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"54d4a948-a7a3-49b9-896b-ef7311d56be0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ate-flow:flows?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ate-flow:flows"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"flows\": {}\n}"}],"_postman_id":"798295ae-e6e1-445d-a566-52c108fc4b4b"}],"id":"84a624e9-3e20-4f50-8258-3261a108589d","_postman_id":"84a624e9-3e20-4f50-8258-3261a108589d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-bfd:bfd","item":[{"name":"interfaces","item":[{"name":"interface={id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-bfd - openconfig - config","id":"b1259f3c-4bdf-4639-9857-e2eb49821c44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config","description":"<p>Configuration parameters for BFD on the specified\ninterface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"70496606-229e-4732-950b-deb8ea482abf","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b28bc6a0-77aa-48db-9b08-92b2ea870cd7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1259f3c-4bdf-4639-9857-e2eb49821c44"},{"name":"PATCH - openconfig-bfd - openconfig - config","id":"e9969b3f-ad9a-44fc-8967-597a86bab5b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config","description":"<p>Configuration parameters for BFD on the specified\ninterface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2a77b95c-744b-45d7-9c8f-80426fa94eaf","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"94bdea31-bc48-4dc0-b970-7cd5be300d77","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9969b3f-ad9a-44fc-8967-597a86bab5b0"},{"name":"DELETE - openconfig - openconfig-bfd - config","id":"cb1ccd7f-8a4c-467d-b0eb-60f29edd91b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config","description":"<p>Configuration parameters for BFD on the specified\ninterface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"77330738-6ef5-4f7b-a10b-9cb1324d712f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb1ccd7f-8a4c-467d-b0eb-60f29edd91b6"},{"name":"GET - openconfig - openconfig-bfd - config","id":"d1e496d2-4157-4a3b-a39b-1c408b680956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config?content=all","description":"<p>Configuration parameters for BFD on the specified\ninterface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"75e27cd9-6abe-4409-8d3c-49500d7e0d98","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}"}],"_postman_id":"d1e496d2-4157-4a3b-a39b-1c408b680956"}],"id":"80b4f643-44d4-4222-9e85-2658522bba45","_postman_id":"80b4f643-44d4-4222-9e85-2658522bba45","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-bfd - state","id":"72ed4210-7001-43aa-bb9b-7dbb09f95dd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/state?content=all","description":"<p>Operational state parameters for BFD on the specified\ninterface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"07f1073c-0989-4a6b-9d5a-c52b9ddeee25","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"detection-multiplier\": \"<integer>\",\n    \"desired-minimum-tx-interval\": \"<long>\",\n    \"id\": \"<string>\",\n    \"enable-per-member-link\": false,\n    \"enabled\": \"<boolean>\",\n    \"local-address\": \"<string>\",\n    \"required-minimum-receive\": \"<long>\"\n  }\n}"}],"_postman_id":"72ed4210-7001-43aa-bb9b-7dbb09f95dd2"}],"id":"246a9cca-7b13-4f41-9060-be2809aaf494","_postman_id":"246a9cca-7b13-4f41-9060-be2809aaf494","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interface-ref","item":[{"name":"PUT - openconfig-bfd - openconfig - interface-ref","id":"130e703f-55bc-4f00-942e-771006e2c873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ce352f95-01b0-4586-928d-f2252f6c02ec","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"45bdd649-833f-45c2-9538-4ff45d18f8fb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"130e703f-55bc-4f00-942e-771006e2c873"},{"name":"PATCH - openconfig-bfd - openconfig - interface-ref","id":"96fd5572-8237-4930-97bf-e3024464bf42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"67a905dd-b265-4554-a394-cf38f55f96d4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1cbd97a7-930a-4871-8488-707196e29e87","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"96fd5572-8237-4930-97bf-e3024464bf42"},{"name":"DELETE - openconfig - openconfig-bfd - interface-ref","id":"8e20a390-4fb4-40bb-9619-1b44878014fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a1ec068e-40c5-48a1-8456-39698dc9b17d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e20a390-4fb4-40bb-9619-1b44878014fe"},{"name":"GET - openconfig - openconfig-bfd - interface-ref","id":"4bdb371d-3c94-4e53-a77c-4aefffa7ab70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref?content=all","description":"<p>Reference to an interface or subinterface. The interface\nthat is being referenced is uniquely referenced based on\nthe specified interface and subinterface leaves. In contexts\nwhere a Layer 3 interface is to be referenced, both the\ninterface and subinterface leaves must be populated, as\nLayer 3 configuration within the OpenConfig models is\nassociated with a subinterface. In the case where a\nLayer 2 interface is to be referenced, only the\ninterface is specified.</p>\n<p>The interface/subinterface leaf tuple must be used as\nthe means by which the interface is specified, regardless\nof any other context information (e.g., key in a list).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","interface-ref"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"536ddab3-9265-4cc0-a505-3800a5c1523e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/interface-ref?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","interface-ref"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-ref\": {\n    \"config\": {\n      \"interface\": \"<string>\",\n      \"subinterface\": \"0\"\n    }\n  }\n}"}],"_postman_id":"4bdb371d-3c94-4e53-a77c-4aefffa7ab70"}],"id":"4d71f470-05b5-4962-8a76-5401eca1a51c","_postman_id":"4d71f470-05b5-4962-8a76-5401eca1a51c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"micro-bfd-sessions","item":[{"name":"PUT - openconfig-bfd - openconfig - micro-bfd-sessions","id":"0c29af9d-4950-4644-86e4-3e5af31bd681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions","description":"<p>Parameters relating to micro-BFD sessions associated\nwith the interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","micro-bfd-sessions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2cb387c3-ceb0-4c4a-bf93-425084ab1eeb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75b575ea-895b-4a13-adba-893e2b730513","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c29af9d-4950-4644-86e4-3e5af31bd681"},{"name":"PATCH - openconfig-bfd - openconfig - micro-bfd-sessions","id":"07efbcb4-2f35-4bc9-9d1c-35ac93403f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions","description":"<p>Parameters relating to micro-BFD sessions associated\nwith the interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","micro-bfd-sessions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9732cb9b-0f27-41e1-ab2a-db5dc9eba523","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d00750f0-fbc9-4969-b8d0-67b73b4543f5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07efbcb4-2f35-4bc9-9d1c-35ac93403f30"},{"name":"DELETE - openconfig - openconfig-bfd - micro-bfd-sessions","id":"f23b8320-bd21-409d-b5f0-7b2a065286fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions","description":"<p>Parameters relating to micro-BFD sessions associated\nwith the interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","micro-bfd-sessions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5e93967a-5cf7-4cc3-a9e1-af8e46289fdc","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f23b8320-bd21-409d-b5f0-7b2a065286fd"},{"name":"GET - openconfig - openconfig-bfd - micro-bfd-sessions","id":"49493894-435b-4e70-8e83-080617ca4b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions?content=all","description":"<p>Parameters relating to micro-BFD sessions associated\nwith the interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","micro-bfd-sessions"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"69fe8d22-2aa2-4042-b131-1372ad11ce98","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/micro-bfd-sessions?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","micro-bfd-sessions"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"micro-bfd-sessions\": {\n    \"micro-bfd-session\": {}\n  }\n}"}],"_postman_id":"49493894-435b-4e70-8e83-080617ca4b3a"}],"id":"8623a249-b347-4592-8909-3b57c7b3adb9","_postman_id":"8623a249-b347-4592-8909-3b57c7b3adb9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"peers","item":[{"name":"PUT - openconfig-bfd - openconfig - peers","id":"800a18a3-79bc-4420-b2e6-4edc5cfc84f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:peers\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers","description":"<p>Parameters relating to the BFD peers which are seen\nover this interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","peers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fcf42bfc-9c56-4f07-a40f-33b4eae87638","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:peers\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58c0f830-d021-4cb8-b5b0-a37dc7aec0eb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:peers\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"800a18a3-79bc-4420-b2e6-4edc5cfc84f5"},{"name":"PATCH - openconfig-bfd - openconfig - peers","id":"33ad8fca-279c-4592-b139-59931b5c188b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:peers\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers","description":"<p>Parameters relating to the BFD peers which are seen\nover this interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","peers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"38ca3a3b-c47c-4133-abaf-e721a6dc6874","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:peers\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dd76bc03-e92b-4cff-ab0b-fbfdcc69d8ea","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:peers\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33ad8fca-279c-4592-b139-59931b5c188b"},{"name":"DELETE - openconfig - openconfig-bfd - peers","id":"b7f6d9cd-26b6-4467-8730-2379c81c55a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers","description":"<p>Parameters relating to the BFD peers which are seen\nover this interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","peers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e0aa9205-f6d9-4aea-814e-bfef3bf8c5d4","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b7f6d9cd-26b6-4467-8730-2379c81c55a4"},{"name":"GET - openconfig - openconfig-bfd - peers","id":"8681ec2c-5414-4c25-9355-cca1525a6453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers?content=all","description":"<p>Parameters relating to the BFD peers which are seen\nover this interface.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","peers"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fbad047b-0fe4-44c1-9748-b0b6c154ed2f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>/peers?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>","peers"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"peers\": {}\n}"}],"_postman_id":"8681ec2c-5414-4c25-9355-cca1525a6453"}],"id":"39aba48f-3ff4-4b2f-b6dc-f7c6080ca178","_postman_id":"39aba48f-3ff4-4b2f-b6dc-f7c6080ca178","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-bfd - openconfig - interface","id":"e0a49572-5bf5-45a4-a93b-3fea20c559dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>","description":"<p>Per-interface configuration and state parameters for BFD.\nThe interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"80be5cb2-ed9d-44ce-8f17-94b3fe3df13e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b2e74468-fee2-49c4-9865-4205a13fcc23","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0a49572-5bf5-45a4-a93b-3fea20c559dc"},{"name":"PATCH - openconfig-bfd - openconfig - interface","id":"89d3b681-bdc7-40d5-949d-81ce2a21b9eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>","description":"<p>Per-interface configuration and state parameters for BFD.\nThe interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4c0a5112-7c47-4281-9a9d-b800a7cdadcc","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7a1d6344-2054-45e4-aa1f-9b0b18f0b400","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89d3b681-bdc7-40d5-949d-81ce2a21b9eb"},{"name":"DELETE - openconfig - openconfig-bfd - interface","id":"a310146e-ab5f-4175-a2bd-66c56f7b3b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>","description":"<p>Per-interface configuration and state parameters for BFD.\nThe interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a2e10e9f-79cf-4d88-b9b7-4598f2d741dd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a310146e-ab5f-4175-a2bd-66c56f7b3b6d"},{"name":"GET - openconfig - openconfig-bfd - interface","id":"a7a063bd-88df-48f2-90ee-f4beb01bccae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>?content=all","description":"<p>Per-interface configuration and state parameters for BFD.\nThe interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ff5d9fd1-6ecf-4a1d-a3ba-aaaa0f7b793e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"a7a063bd-88df-48f2-90ee-f4beb01bccae"}],"id":"cd130622-6281-4fcf-9c8d-d3e03a5937f1","_postman_id":"cd130622-6281-4fcf-9c8d-d3e03a5937f1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-bfd - interfaces","id":"72904006-c46f-4178-8702-ceeb4c27571e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces","description":"<p>Interfaces on which BFD sessions are to be enabled.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"54d73925-b9d5-4b3e-903a-85e82e7aa5ab","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    },\n    {\n      \"micro-bfd-sessions\": {\n        \"micro-bfd-session\": {}\n      },\n      \"peers\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"detection-multiplier\": \"<integer>\",\n        \"desired-minimum-tx-interval\": \"<long>\",\n        \"id\": \"<string>\",\n        \"enable-per-member-link\": false,\n        \"enabled\": \"<boolean>\",\n        \"local-address\": \"<string>\",\n        \"required-minimum-receive\": \"<long>\"\n      },\n      \"interface-ref\": {\n        \"config\": {\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72904006-c46f-4178-8702-ceeb4c27571e"},{"name":"PUT - openconfig-bfd - openconfig - interfaces","id":"a26ff523-9aa2-4935-af51-a423a80ca426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces","description":"<p>Interfaces on which BFD sessions are to be enabled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f43b5fa4-6f71-4746-9c2d-8e35ac7b8d4a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3bb6cead-148f-4cd1-9aac-8d1bb5fabcda","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a26ff523-9aa2-4935-af51-a423a80ca426"},{"name":"PATCH - openconfig-bfd - openconfig - interfaces","id":"80682440-87ba-469b-a62a-f09e6e829196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces","description":"<p>Interfaces on which BFD sessions are to be enabled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ed21d9d1-2aa3-461d-b700-db2a6bbc490c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9565c9d5-c4fc-4dcd-8bfe-dfbef3ea3574","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80682440-87ba-469b-a62a-f09e6e829196"},{"name":"DELETE - openconfig - openconfig-bfd - interfaces","id":"8af1d7cc-519e-4dda-b9ad-9eee6ae61774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces","description":"<p>Interfaces on which BFD sessions are to be enabled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2a6720fb-40ad-4d93-b77d-3a11aac6e1c1","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8af1d7cc-519e-4dda-b9ad-9eee6ae61774"},{"name":"GET - openconfig - openconfig-bfd - interfaces","id":"1593be39-32d9-4e00-a7c2-cd73f66e474f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces?content=all","description":"<p>Interfaces on which BFD sessions are to be enabled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9df4ea9f-0f4c-4a91-8268-581f21001e0a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"1593be39-32d9-4e00-a7c2-cd73f66e474f"}],"id":"c84a96fd-10d6-41c6-b824-852ad151fa48","_postman_id":"c84a96fd-10d6-41c6-b824-852ad151fa48","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-bfd - bfd","id":"177d9519-34e5-4fb9-9f15-e0af43df1b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd","description":"<p>Configuration and operational state parameters for BFD.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c5876a13-78bc-4963-bc3c-c51200b142b4","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      },\n      {\n        \"micro-bfd-sessions\": {\n          \"micro-bfd-session\": {}\n        },\n        \"peers\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"detection-multiplier\": \"<integer>\",\n          \"desired-minimum-tx-interval\": \"<long>\",\n          \"id\": \"<string>\",\n          \"enable-per-member-link\": false,\n          \"enabled\": \"<boolean>\",\n          \"local-address\": \"<string>\",\n          \"required-minimum-receive\": \"<long>\"\n        },\n        \"interface-ref\": {\n          \"config\": {\n            \"interface\": \"<string>\",\n            \"subinterface\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"177d9519-34e5-4fb9-9f15-e0af43df1b05"},{"name":"PUT - openconfig-bfd - openconfig - bfd","id":"7d18c4c4-bbdd-4578-ba57-fd187b8013f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd","description":"<p>Configuration and operational state parameters for BFD.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"70b5780b-d406-438c-8aa3-07ed00104d98","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e02738e8-ba5c-42a4-9726-da818b072fb1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d18c4c4-bbdd-4578-ba57-fd187b8013f4"},{"name":"PATCH - openconfig-bfd - openconfig - bfd","id":"49f9eb8c-6f73-48d6-95e5-5a35eacf1f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd","description":"<p>Configuration and operational state parameters for BFD.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9e90500d-bab6-4d1b-89a1-a33b18ba4a34","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8c877a59-5006-4fba-b402-430eb4acf946","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bfd:bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49f9eb8c-6f73-48d6-95e5-5a35eacf1f83"},{"name":"DELETE - openconfig - openconfig-bfd - bfd","id":"da8c166c-463f-4154-9310-d9d27ba95112","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd","description":"<p>Configuration and operational state parameters for BFD.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fb4befe7-c854-42e5-a359-9e8370259f42","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da8c166c-463f-4154-9310-d9d27ba95112"},{"name":"GET - openconfig - openconfig-bfd - bfd","id":"06af7bfe-29bd-463b-82b4-b93ce0cacc3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd?content=all","description":"<p>Configuration and operational state parameters for BFD.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7d0885f6-2fc9-43d8-8204-0820052e23c3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-bfd:bfd?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-bfd:bfd"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"bfd\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        },\n        {\n          \"micro-bfd-sessions\": {\n            \"micro-bfd-session\": {}\n          },\n          \"peers\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"detection-multiplier\": \"<integer>\",\n            \"desired-minimum-tx-interval\": \"<long>\",\n            \"id\": \"<string>\",\n            \"enable-per-member-link\": false,\n            \"enabled\": \"<boolean>\",\n            \"local-address\": \"<string>\",\n            \"required-minimum-receive\": \"<long>\"\n          },\n          \"interface-ref\": {\n            \"config\": {\n              \"interface\": \"<string>\",\n              \"subinterface\": \"0\"\n            }\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"06af7bfe-29bd-463b-82b4-b93ce0cacc3e"}],"id":"30dd397c-2ece-4102-afc9-092bb4ce8365","_postman_id":"30dd397c-2ece-4102-afc9-092bb4ce8365","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-channel-monitor:channel-monitors","item":[{"name":"channel-monitor={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-channel-monitor - openconfig - config","id":"2af1e3e7-6053-4cf4-9f26-43f1c50a0308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"424f0be3-e1fa-4c8f-afc6-637ec7098ca0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8aecd24a-8b98-4b75-b8d0-0fbe319a3995","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2af1e3e7-6053-4cf4-9f26-43f1c50a0308"},{"name":"PATCH - openconfig-channel-monitor - openconfig - config","id":"d65bf57d-5568-43f5-a62a-9008c9dc34c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"404ab874-6b2c-4563-9c33-42e033495435","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4b566246-8dd8-4b1b-b3b5-c56ed99fdec1","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d65bf57d-5568-43f5-a62a-9008c9dc34c8"},{"name":"DELETE - openconfig - openconfig-channel-monitor - config","id":"de47ae70-15fe-4bdc-9633-96718a808feb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a7d17b5a-4df7-4456-a25a-d2e1bfb59288","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"de47ae70-15fe-4bdc-9633-96718a808feb"},{"name":"GET - openconfig - openconfig-channel-monitor - config","id":"588a53e1-a302-4b5b-80b3-5795400a1bab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config?content=all","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9d7af783-af38-4064-9402-8a288e87b04e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"588a53e1-a302-4b5b-80b3-5795400a1bab"}],"id":"cff035ab-066b-44f2-b107-3d6a6fd61333","_postman_id":"cff035ab-066b-44f2-b107-3d6a6fd61333","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-channel-monitor - state","id":"7d84c784-6bb5-43b9-8bac-283ad22c7ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/state?content=all","description":"<p>Operational state data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"38e2fffb-f873-4b34-a38f-a7b4302842e7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"monitor-port\": \"<string>\",\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"7d84c784-6bb5-43b9-8bac-283ad22c7ae4"}],"id":"72d9e3cf-9c7a-4517-b384-19613b69a420","_postman_id":"72d9e3cf-9c7a-4517-b384-19613b69a420","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"channels","item":[{"name":"channel={lower-frequency},{upper-frequency}","item":[{"name":"GET - openconfig - openconfig-channel-monitor - channel","id":"29a1c3af-5f3b-464c-b3cb-c0db2927db7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels/channel=<string>,<string>?content=all","description":"<p>List of tuples describing the spectrum power distribution</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels","channel=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8fdd4b87-c59b-465c-9c4a-26afde4ff12e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels/channel=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels","channel=<string>,<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": [\n    {\n      \"state\": {\n        \"power\": \"<number>\",\n        \"target-power\": \"<number>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\"\n      },\n      \"lower-frequency\": \"<integer>\",\n      \"upper-frequency\": \"<integer>\"\n    },\n    {\n      \"state\": {\n        \"power\": \"<number>\",\n        \"target-power\": \"<number>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\"\n      },\n      \"lower-frequency\": \"<integer>\",\n      \"upper-frequency\": \"<integer>\"\n    }\n  ]\n}"}],"_postman_id":"29a1c3af-5f3b-464c-b3cb-c0db2927db7c"}],"id":"436a5394-26e1-4408-bb05-154039b670ec","_postman_id":"436a5394-26e1-4408-bb05-154039b670ec","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-channel-monitor - channels","id":"40d90e33-a3ff-423c-87ea-95686ba30e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels","description":"<p>Enclosing container for the list of values describing\nthe spectrum power distribution</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"87943a9f-00b9-4a1e-93a7-fa90466f314e","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40d90e33-a3ff-423c-87ea-95686ba30e32"},{"name":"PUT - openconfig-channel-monitor - openconfig - channels","id":"b4bc12e5-35da-4213-bbd8-0909d9925591","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channels\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels","description":"<p>Enclosing container for the list of values describing\nthe spectrum power distribution</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"37f15ddf-8ea8-47bb-852f-340084696695","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channels\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7a046169-88bb-44e3-b742-1bf268b4069b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channels\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4bc12e5-35da-4213-bbd8-0909d9925591"},{"name":"PATCH - openconfig-channel-monitor - openconfig - channels","id":"8aa354e1-d446-4ebb-a94b-d8315c05bc72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channels\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels","description":"<p>Enclosing container for the list of values describing\nthe spectrum power distribution</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2e880c17-0a3a-4529-892f-503b945bd2f2","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channels\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7ea25a25-6b41-4f70-ab28-208c108b92bd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channels\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8aa354e1-d446-4ebb-a94b-d8315c05bc72"},{"name":"DELETE - openconfig - openconfig-channel-monitor - channels","id":"0fd90a73-5c87-43ef-88b5-b82c50a20982","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels","description":"<p>Enclosing container for the list of values describing\nthe spectrum power distribution</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7ee86341-2328-4678-97a5-db5b42c41723","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fd90a73-5c87-43ef-88b5-b82c50a20982"},{"name":"GET - openconfig - openconfig-channel-monitor - channels","id":"4e40bc78-56e2-4382-aca5-7c7d246a2008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels?content=all","description":"<p>Enclosing container for the list of values describing\nthe spectrum power distribution</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c0b11cba-5716-4b15-9a31-06dcf01f75ed","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>/channels?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>","channels"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channels\": {}\n}"}],"_postman_id":"4e40bc78-56e2-4382-aca5-7c7d246a2008"}],"id":"45041f78-10ed-4b0b-bb82-5b03c415cc64","_postman_id":"45041f78-10ed-4b0b-bb82-5b03c415cc64","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-channel-monitor - openconfig - channel-monitor","id":"d2c93100-843b-41f1-82e5-61abfbdd4f74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>","description":"<p>List of channel monitors, keyed by channel monitor name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7300f18a-5689-41c9-b7d6-79978c18c1af","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4e68eac3-e928-4f59-929a-32115e5226fa","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d2c93100-843b-41f1-82e5-61abfbdd4f74"},{"name":"PATCH - openconfig-channel-monitor - openconfig - channel-monitor","id":"ce021f6f-373b-45b0-aa8d-88679195fb91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>","description":"<p>List of channel monitors, keyed by channel monitor name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"df047794-012b-40a2-9231-9ad716f42728","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dce6d12e-e229-4610-9913-8725785b62ec","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce021f6f-373b-45b0-aa8d-88679195fb91"},{"name":"DELETE - openconfig - openconfig-channel-monitor - channel-monitor","id":"08768d64-a6a2-4453-acf4-04fbda64b6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>","description":"<p>List of channel monitors, keyed by channel monitor name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2a7eb0d7-5508-4507-bd39-61b8f34dad47","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08768d64-a6a2-4453-acf4-04fbda64b6d1"},{"name":"GET - openconfig - openconfig-channel-monitor - channel-monitor","id":"ba4f231e-b81e-4aeb-a3cb-2251952abf6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>?content=all","description":"<p>List of channel monitors, keyed by channel monitor name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6f5cda64-3213-48a0-b82d-3c3b5b868479","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors/channel-monitor=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors","channel-monitor=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"ba4f231e-b81e-4aeb-a3cb-2251952abf6f"}],"id":"84decb43-aa22-4d2d-aa9f-46a4ae9e37a5","_postman_id":"84decb43-aa22-4d2d-aa9f-46a4ae9e37a5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-channel-monitor - channel-monitors","id":"e688724f-2d61-4f19-9752-6f998aa59ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors","description":"<p>Top-level container for optical channel monitors</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cd232a17-cb2f-4f83-82b5-3f99eaa61d6b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"channel-monitor\": [\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"channels\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"monitor-port\": \"<string>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e688724f-2d61-4f19-9752-6f998aa59ea5"},{"name":"PUT - openconfig-channel-monitor - openconfig - channel-monitors","id":"45a279f4-9413-4edb-96c2-209228026b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors","description":"<p>Top-level container for optical channel monitors</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"642de1c6-e327-441f-bc44-6070e894a55a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6558c0b2-73df-41f7-b2ba-51bd94fc19ad","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45a279f4-9413-4edb-96c2-209228026b86"},{"name":"PATCH - openconfig-channel-monitor - openconfig - channel-monitors","id":"777321ef-69ee-40f1-9855-c9e65b6ac609","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors","description":"<p>Top-level container for optical channel monitors</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"af05e225-038b-4113-b871-78b6c795076d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1c0d4a44-4b1f-42f6-a26a-486ed43c230d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-channel-monitor:channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"777321ef-69ee-40f1-9855-c9e65b6ac609"},{"name":"DELETE - openconfig - openconfig-channel-monitor - channel-monitors","id":"8e1c1466-59d4-406a-8ed6-ad042b893831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors","description":"<p>Top-level container for optical channel monitors</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c514d3ba-c85a-4460-bcb9-1b3045c82076","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e1c1466-59d4-406a-8ed6-ad042b893831"},{"name":"GET - openconfig - openconfig-channel-monitor - channel-monitors","id":"ba7387cf-3e2a-4584-bbec-b6eaf2ab7b7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors?content=all","description":"<p>Top-level container for optical channel monitors</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f5496d85-63db-4dc2-a15e-767fc049c0f1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-channel-monitor:channel-monitors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-channel-monitor:channel-monitors"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel-monitors\": {\n    \"channel-monitor\": [\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"channels\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"monitor-port\": \"<string>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"ba7387cf-3e2a-4584-bbec-b6eaf2ab7b7f"}],"id":"a0d37cb0-659a-4458-9083-1066ea6405f5","_postman_id":"a0d37cb0-659a-4458-9083-1066ea6405f5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-defined-sets:defined-sets","item":[{"name":"ipv4-prefix-sets","item":[{"name":"ipv4-prefix-set={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-defined-sets - openconfig - config","id":"06adfef4-7342-4c49-9d7f-07f737cc0309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config","description":"<p>Configuration data for IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ed25da1b-384c-4426-8286-6548573f14af","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b4e08771-7398-495d-bf34-61ae1dde336c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06adfef4-7342-4c49-9d7f-07f737cc0309"},{"name":"PATCH - openconfig-defined-sets - openconfig - config","id":"f6d5a784-9dc1-4fb9-91a5-b5270913a085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config","description":"<p>Configuration data for IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0075b885-ecc4-4c1f-9769-bbd0cac74f78","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2d1a985d-5283-48e4-93e1-0682eeaaf9ad","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6d5a784-9dc1-4fb9-91a5-b5270913a085"},{"name":"DELETE - openconfig - openconfig-defined-sets - config","id":"68e0c75b-4aa5-4ca2-8a99-86e46a3d9d9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config","description":"<p>Configuration data for IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bca8ce73-17bf-4409-bbbe-723be314bf0e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68e0c75b-4aa5-4ca2-8a99-86e46a3d9d9c"},{"name":"GET - openconfig - openconfig-defined-sets - config","id":"5a2189d7-8d63-4c9d-aff1-f9b0cdaa4c26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config?content=all","description":"<p>Configuration data for IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"dc8ecf9b-51c8-4202-b385-980b9582a11d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"5a2189d7-8d63-4c9d-aff1-f9b0cdaa4c26"}],"id":"023512ab-7f87-4402-af04-095ebf554535","_postman_id":"023512ab-7f87-4402-af04-095ebf554535","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-defined-sets - state","id":"eac4396b-1451-4a9b-baf7-1cc1d17a26d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/state?content=all","description":"<p>State data for IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"156fc2a6-82df-4401-8c82-d9415cd83201","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"eac4396b-1451-4a9b-baf7-1cc1d17a26d9"}],"id":"aaefe7a9-8cb7-4764-9be1-f94c5ab1ddac","_postman_id":"aaefe7a9-8cb7-4764-9be1-f94c5ab1ddac","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-defined-sets - openconfig - ipv4-prefix-set","id":"53249e4c-1b5c-449c-a7da-28cbd24c15fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>","description":"<p>List of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cda4a86d-72b1-488b-9f70-2f60811482d3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"040a4135-576c-4eff-a34d-19df5934284d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53249e4c-1b5c-449c-a7da-28cbd24c15fd"},{"name":"PATCH - openconfig-defined-sets - openconfig - ipv4-prefix-set","id":"a8db248d-4f60-48fa-8f44-4704e821a8d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>","description":"<p>List of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"26cdc1df-13bb-4a5e-8639-f0b73124143c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2b7b67ba-acc0-48e6-a64a-efa994eb6192","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8db248d-4f60-48fa-8f44-4704e821a8d8"},{"name":"DELETE - openconfig - openconfig-defined-sets - ipv4-prefix-set","id":"aff00cee-449a-445d-9e27-0356c1175b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>","description":"<p>List of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b730c01b-3446-4461-8a46-d8167e8b982a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aff00cee-449a-445d-9e27-0356c1175b03"},{"name":"GET - openconfig - openconfig-defined-sets - ipv4-prefix-set","id":"bd051524-d4f3-4dbb-b6f2-cf1901973b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>?content=all","description":"<p>List of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5a310892-8772-4a9a-bc9f-b3aae2d0b12e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets/ipv4-prefix-set=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets","ipv4-prefix-set=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"bd051524-d4f3-4dbb-b6f2-cf1901973b0c"}],"id":"e4c0cddc-53f6-4abd-ba7d-ea324929f2cf","_postman_id":"e4c0cddc-53f6-4abd-ba7d-ea324929f2cf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-defined-sets - ipv4-prefix-sets","id":"4f4f3192-49b3-4110-8d01-2ff3790c779d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ce590fe3-a1bc-4cbd-8677-0bcc4232ce22","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ipv4-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f4f3192-49b3-4110-8d01-2ff3790c779d"},{"name":"PUT - openconfig-defined-sets - openconfig - ipv4-prefix-sets","id":"a19128cf-9b05-421c-8195-e964a09024da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e1928605-5695-4e59-b395-389fd507443f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c34d6a3e-a9f1-4bf9-a6a3-b2221ca9ba50","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a19128cf-9b05-421c-8195-e964a09024da"},{"name":"PATCH - openconfig-defined-sets - openconfig - ipv4-prefix-sets","id":"488b7e6c-ac50-4c4c-b149-eca5e54d7217","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4d846a8a-7957-4718-8ab2-94c597b42d89","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7629cb42-4b93-48d6-b018-19da6c103701","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"488b7e6c-ac50-4c4c-b149-eca5e54d7217"},{"name":"DELETE - openconfig - openconfig-defined-sets - ipv4-prefix-sets","id":"e830a0a1-75b3-427d-bf9e-363480d35b88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f8a40412-0384-40c5-be74-23c0ff06017d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e830a0a1-75b3-427d-bf9e-363480d35b88"},{"name":"GET - openconfig - openconfig-defined-sets - ipv4-prefix-sets","id":"1125be3d-ad61-4a2a-b3bc-000bce28467a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets?content=all","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"420b41ec-70d0-4ea0-a162-24027c8d5958","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv4-prefix-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv4-prefix-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"1125be3d-ad61-4a2a-b3bc-000bce28467a"}],"id":"73f8387b-14e9-4d53-a597-0099b73bcb89","_postman_id":"73f8387b-14e9-4d53-a597-0099b73bcb89","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ipv6-prefix-sets","item":[{"name":"ipv6-prefix-set={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-defined-sets - openconfig - config","id":"c17c69d4-c24d-4578-ba0a-cd4a7f6dc9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config","description":"<p>Configuration data for IPv6 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2e9ccce5-e1a3-4536-a991-74957508c0a8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"98ab484f-8ae7-4ff0-9377-193184159c38","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c17c69d4-c24d-4578-ba0a-cd4a7f6dc9fd"},{"name":"PATCH - openconfig-defined-sets - openconfig - config","id":"2f039610-aa16-4d6d-9d0c-e9cd203ea763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config","description":"<p>Configuration data for IPv6 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"965383f5-c968-4704-b442-baced4d78c64","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e971f21b-b865-4f09-8432-5e8ec3e7ae6d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f039610-aa16-4d6d-9d0c-e9cd203ea763"},{"name":"DELETE - openconfig - openconfig-defined-sets - config","id":"e1fbf279-72cf-470d-8bf6-c0338f6fd598","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config","description":"<p>Configuration data for IPv6 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d92d2e8b-23a1-46e5-9c56-327d2fa151c7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e1fbf279-72cf-470d-8bf6-c0338f6fd598"},{"name":"GET - openconfig - openconfig-defined-sets - config","id":"0cd43780-8035-4560-8b1f-37b9234f7555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config?content=all","description":"<p>Configuration data for IPv6 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3651cfb4-9ec6-43ef-8352-b079ce76ce77","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"0cd43780-8035-4560-8b1f-37b9234f7555"}],"id":"3e93a2df-95f2-4eda-b292-39b70414959b","_postman_id":"3e93a2df-95f2-4eda-b292-39b70414959b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-defined-sets - state","id":"75846334-fc8f-4e5e-83bd-ec18ddf88386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/state?content=all","description":"<p>State data for prefix lists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3823f8c5-b164-4c7c-b21f-7688fdfbdf29","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"prefix\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"75846334-fc8f-4e5e-83bd-ec18ddf88386"}],"id":"4c10a9af-342d-4772-b295-15136cad9aff","_postman_id":"4c10a9af-342d-4772-b295-15136cad9aff","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-defined-sets - openconfig - ipv6-prefix-set","id":"fc720d18-de61-465b-b58d-94c74c4dfcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>","description":"<p>List of IPv6 prefix sets. Each defined set\nis uniquely identified by a name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"739377ce-0c04-4777-9a3e-e8b945aaa56f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"78949b9b-3e42-4c98-9a4a-dd220569a10e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc720d18-de61-465b-b58d-94c74c4dfcfb"},{"name":"PATCH - openconfig-defined-sets - openconfig - ipv6-prefix-set","id":"5cd10258-f47e-4209-8feb-b8a262dd9afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>","description":"<p>List of IPv6 prefix sets. Each defined set\nis uniquely identified by a name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7bac1ed6-7358-4820-8678-d2fbed49e702","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8a337b92-7bd6-4a9b-a13c-32ccd7ff05f4","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cd10258-f47e-4209-8feb-b8a262dd9afc"},{"name":"DELETE - openconfig - openconfig-defined-sets - ipv6-prefix-set","id":"8acb4d09-3ed5-4502-b1b6-a67efe603562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>","description":"<p>List of IPv6 prefix sets. Each defined set\nis uniquely identified by a name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4e016e42-a4f5-4176-b26c-83ec41de1f44","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8acb4d09-3ed5-4502-b1b6-a67efe603562"},{"name":"GET - openconfig - openconfig-defined-sets - ipv6-prefix-set","id":"7f07c829-7393-4ef9-b130-1e8933dffff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>?content=all","description":"<p>List of IPv6 prefix sets. Each defined set\nis uniquely identified by a name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"028f8738-3ca2-4ffe-b213-7f4b9069fbd0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets/ipv6-prefix-set=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets","ipv6-prefix-set=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"7f07c829-7393-4ef9-b130-1e8933dffff2"}],"id":"20e70a8f-175c-4fa1-9f0a-dec2df92a9aa","_postman_id":"20e70a8f-175c-4fa1-9f0a-dec2df92a9aa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-defined-sets - ipv6-prefix-sets","id":"e68ddbf1-76b7-41a0-8d8d-ddad15a33c45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5869856d-9d96-4d4c-aa09-1da37b6d9fcd","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ipv6-prefix-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"prefix\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e68ddbf1-76b7-41a0-8d8d-ddad15a33c45"},{"name":"PUT - openconfig-defined-sets - openconfig - ipv6-prefix-sets","id":"3d6c8bc8-d552-4310-9ea1-36283d2da5b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5017e505-722a-43a8-8e38-8c04ebdec2c6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5046d1d3-97c9-451a-9846-aafe08f9bd0a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d6c8bc8-d552-4310-9ea1-36283d2da5b8"},{"name":"PATCH - openconfig-defined-sets - openconfig - ipv6-prefix-sets","id":"e23ef876-0395-40b8-90b6-cc6066d47a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"62c91efa-78bb-4c14-bfa8-48c5cb145e3b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b9a1ad6a-8caa-4b1d-8cbf-5c903270fa58","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e23ef876-0395-40b8-90b6-cc6066d47a74"},{"name":"DELETE - openconfig - openconfig-defined-sets - ipv6-prefix-sets","id":"db14cd52-5035-4053-8e7b-4c8725b8573a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"706c7692-2942-40d2-a74c-ab34743f73eb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db14cd52-5035-4053-8e7b-4c8725b8573a"},{"name":"GET - openconfig - openconfig-defined-sets - ipv6-prefix-sets","id":"59d63064-71e1-4826-9712-73aaade62e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets?content=all","description":"<p>Container to hold the list of IPv4 prefix sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7cdfbab4-c585-4afd-b632-287ff283e237","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/ipv6-prefix-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","ipv6-prefix-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ipv6-prefix-sets\": {\n    \"ipv6-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"59d63064-71e1-4826-9712-73aaade62e66"}],"id":"da91e1e2-010a-46a3-9464-aeb15da729e9","_postman_id":"da91e1e2-010a-46a3-9464-aeb15da729e9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"port-sets","item":[{"name":"port-set={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-defined-sets - openconfig - config","id":"0fbfd183-b2d1-4742-95a4-80215757b8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config","description":"<p>Configuration data for port lists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"927b610c-70dc-4858-b3b1-f9933e418659","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9fc10a7f-7caf-42f5-bc13-ef3eeab843d9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fbfd183-b2d1-4742-95a4-80215757b8d2"},{"name":"PATCH - openconfig-defined-sets - openconfig - config","id":"5d97a16e-3cb1-495b-a118-0cc2c56f8b31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config","description":"<p>Configuration data for port lists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"20c37ef1-30de-496b-919f-791099894059","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f144ed4c-c235-4568-84de-520e105b6802","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d97a16e-3cb1-495b-a118-0cc2c56f8b31"},{"name":"DELETE - openconfig - openconfig-defined-sets - config","id":"2a423dde-5f38-4331-aa68-920ae400cb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config","description":"<p>Configuration data for port lists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"12f3c90a-59c8-4ee6-b778-d9c8174a0cfd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a423dde-5f38-4331-aa68-920ae400cb5d"},{"name":"GET - openconfig - openconfig-defined-sets - config","id":"d79f1073-2a67-4334-812e-b2793834ed8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config?content=all","description":"<p>Configuration data for port lists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8729e7a5-9f2f-4b92-945c-250cc30f4be1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"d79f1073-2a67-4334-812e-b2793834ed8b"}],"id":"b3f548be-b693-4726-beef-0753c659e6bf","_postman_id":"b3f548be-b693-4726-beef-0753c659e6bf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-defined-sets - state","id":"3cb479f8-4c54-4ba4-8c34-82604d704e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/state?content=all","description":"<p>State data for port lists.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4ea9f437-f0df-44de-9304-d75e9ebfd296","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"port\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"name\": \"<string>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"3cb479f8-4c54-4ba4-8c34-82604d704e42"}],"id":"d052501a-5222-4189-a2e9-dc459f7c4ae2","_postman_id":"d052501a-5222-4189-a2e9-dc459f7c4ae2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-defined-sets - openconfig - port-set","id":"b5c43d7f-cdf0-41f9-90c1-c0f9e76ec859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>","description":"<p>List of port sets. Each por set is uniquely\nidentified by its name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"889ee93b-93c0-4e6d-8e5e-491403a24893","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f906f632-7060-46ac-bb7b-b35a71c57052","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5c43d7f-cdf0-41f9-90c1-c0f9e76ec859"},{"name":"PATCH - openconfig-defined-sets - openconfig - port-set","id":"3e6986ff-6fa9-4fce-a8ec-c8ca5b27e871","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>","description":"<p>List of port sets. Each por set is uniquely\nidentified by its name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"064a03e5-3291-4b52-8d66-274994981390","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"07a1f863-60f5-4456-85cc-5e4f9aa154cd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3e6986ff-6fa9-4fce-a8ec-c8ca5b27e871"},{"name":"DELETE - openconfig - openconfig-defined-sets - port-set","id":"3629d99c-6948-43fc-8964-180f812609dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>","description":"<p>List of port sets. Each por set is uniquely\nidentified by its name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cc5c9985-1cac-4bf8-b0c9-9938168a1a05","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3629d99c-6948-43fc-8964-180f812609dd"},{"name":"GET - openconfig - openconfig-defined-sets - port-set","id":"34b6f120-1162-43ba-8934-308c28c7942d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>?content=all","description":"<p>List of port sets. Each por set is uniquely\nidentified by its name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8475644f-0fd1-4b62-aca9-819da7250b08","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets/port-set=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets","port-set=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"34b6f120-1162-43ba-8934-308c28c7942d"}],"id":"c287a85f-d180-4bbf-9513-91247c2612e1","_postman_id":"c287a85f-d180-4bbf-9513-91247c2612e1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-defined-sets - port-sets","id":"0eee9c64-4fcb-414f-a356-c0de27fd15f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets","description":"<p>Container to hold the list of port sets.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6127aee9-e400-4f68-802a-819f417c167e","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"port-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"port\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"description\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0eee9c64-4fcb-414f-a356-c0de27fd15f0"},{"name":"PUT - openconfig-defined-sets - openconfig - port-sets","id":"d4d8a051-2f9e-42cb-a827-24ae0574b602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets","description":"<p>Container to hold the list of port sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"338b2da1-e7ff-45a8-9288-d72a2bdacce6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ad2342a5-c4f3-4940-80fa-a8089488bb20","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d4d8a051-2f9e-42cb-a827-24ae0574b602"},{"name":"PATCH - openconfig-defined-sets - openconfig - port-sets","id":"f3de82fe-54e0-40bd-bb54-d587615cdb69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets","description":"<p>Container to hold the list of port sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"581b5de5-ccda-4353-b330-9e2b5089f777","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e072b49-cbe4-48b8-895d-8b9bd381dfcc","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3de82fe-54e0-40bd-bb54-d587615cdb69"},{"name":"DELETE - openconfig - openconfig-defined-sets - port-sets","id":"07471212-a651-4173-a90c-fd736d2dae9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets","description":"<p>Container to hold the list of port sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a1db6f3c-75fd-47bc-9e48-95854b287fe4","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07471212-a651-4173-a90c-fd736d2dae9a"},{"name":"GET - openconfig - openconfig-defined-sets - port-sets","id":"95b73509-e568-4eb6-851e-9bb476f0aafc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets?content=all","description":"<p>Container to hold the list of port sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c4d6d43c-8eaa-4fec-8d9c-ddd74e30a3cc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets/port-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets","port-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-sets\": {\n    \"port-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"port\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"95b73509-e568-4eb6-851e-9bb476f0aafc"}],"id":"392fab1c-7536-4ff0-a64e-e9434dcc793e","_postman_id":"392fab1c-7536-4ff0-a64e-e9434dcc793e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-defined-sets - defined-sets","id":"3196f17c-2f0d-43f0-8f75-64ec872efe9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets","description":"<p>Top level enclosing container for defined-set model\nconfig and operational state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"afcc2b75-2f4a-4d08-9a6d-2db26e48d6ca","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ipv4-prefix-sets\": {\n    \"ipv4-prefix-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"prefix\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3196f17c-2f0d-43f0-8f75-64ec872efe9c"},{"name":"PUT - openconfig-defined-sets - openconfig - defined-sets","id":"2dbe8eaa-fccf-4039-be08-fa6e23fabe63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets","description":"<p>Top level enclosing container for defined-set model\nconfig and operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"22e54a8f-2d7c-4de3-bf4e-8b964a5383f0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87d47f5c-03f5-481a-b94b-d826c55a0e13","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2dbe8eaa-fccf-4039-be08-fa6e23fabe63"},{"name":"PATCH - openconfig-defined-sets - openconfig - defined-sets","id":"0c44a224-29a6-402b-9202-fd82863053f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets","description":"<p>Top level enclosing container for defined-set model\nconfig and operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e1d88959-bbc8-47b9-8280-d828e3896ae9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8319e8f8-32f7-4f27-9a2f-3cc9fd692194","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-defined-sets:defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c44a224-29a6-402b-9202-fd82863053f7"},{"name":"DELETE - openconfig - openconfig-defined-sets - defined-sets","id":"fc039346-2a1e-4877-b9f5-058ee3f40697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets","description":"<p>Top level enclosing container for defined-set model\nconfig and operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a0762293-76f9-482d-a01f-fb9c878a5e27","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fc039346-2a1e-4877-b9f5-058ee3f40697"},{"name":"GET - openconfig - openconfig-defined-sets - defined-sets","id":"e8333285-5546-40fa-aae7-4ad382a3a232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets?content=all","description":"<p>Top level enclosing container for defined-set model\nconfig and operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6ada05ab-ca1f-4995-b977-50efa5b0ba07","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-defined-sets:defined-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-defined-sets:defined-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"defined-sets\": {\n    \"ipv4-prefix-sets\": {\n      \"ipv4-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"port-sets\": {\n      \"port-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"port\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"ipv6-prefix-sets\": {\n      \"ipv6-prefix-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"prefix\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"e8333285-5546-40fa-aae7-4ad382a3a232"}],"id":"089d5591-5cc8-4b40-8bcf-6645ee2690af","_postman_id":"089d5591-5cc8-4b40-8bcf-6645ee2690af","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-ethernet-segments:ethernet-segments","item":[{"name":"ethernet-segment={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-ethernet-segments - openconfig - config","id":"7deae9a2-23c2-4e49-a320-54b83ff1de0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config","description":"<p>Configuration data for the Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"873258c0-149a-4d57-bb9d-a63f874297fd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a906188-4c62-4c39-a016-225839408163","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7deae9a2-23c2-4e49-a320-54b83ff1de0d"},{"name":"PATCH - openconfig-ethernet-segments - openconfig - config","id":"fec61ff6-2001-4245-95a0-8e2f7ff6e9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config","description":"<p>Configuration data for the Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0d61f6fa-bef1-4e07-86da-40fdc765de44","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"08bc23cd-0958-48cb-963f-34bbe43d0448","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fec61ff6-2001-4245-95a0-8e2f7ff6e9fd"},{"name":"DELETE - openconfig - openconfig-ethernet-segments - config","id":"2f5de8e6-4ad7-45bb-8452-3734784a30e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config","description":"<p>Configuration data for the Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"656a6de3-0c67-4f9c-96a4-1162bace852b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f5de8e6-4ad7-45bb-8452-3734784a30e8"},{"name":"GET - openconfig - openconfig-ethernet-segments - config","id":"906e6691-35ea-44c5-b7a2-0cf2a3b9986f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config?content=all","description":"<p>Configuration data for the Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6fa0bbfd-c964-460c-b414-6c56f95cfcbc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"ALL_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}"}],"_postman_id":"906e6691-35ea-44c5-b7a2-0cf2a3b9986f"}],"id":"3951a9db-28ae-45ef-9ac9-db7acc741304","_postman_id":"3951a9db-28ae-45ef-9ac9-db7acc741304","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-ethernet-segments - state","id":"e5a19842-ca0b-444d-8428-db71cf3d0e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/state?content=all","description":"<p>Operational state data for the Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"74f00214-cf13-41e3-a74f-44bf99ca5730","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"es-import-route-target\": \"<string>\",\n    \"name\": \"<string>\",\n    \"esi\": \"<string>\",\n    \"redundancy-mode\": \"SINGLE_ACTIVE\",\n    \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n    \"interface\": \"<string>\",\n    \"subinterface\": \"0\"\n  }\n}"}],"_postman_id":"e5a19842-ca0b-444d-8428-db71cf3d0e7e"}],"id":"4f613ca1-e8a1-4bb4-bb12-260aed8f1617","_postman_id":"4f613ca1-e8a1-4bb4-bb12-260aed8f1617","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"df-election","item":[{"name":"config","item":[{"name":"PUT - openconfig-ethernet-segments - openconfig - config","id":"cba17cb0-8400-4fc8-b3de-a75c551bfa62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config","description":"<p>Configuration parameters for the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2fdcd190-f54d-4b8b-bc93-0189c1485d17","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c7c24edd-51cc-4e7f-bb37-39bf44a5d2d9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cba17cb0-8400-4fc8-b3de-a75c551bfa62"},{"name":"PATCH - openconfig-ethernet-segments - openconfig - config","id":"0f20f64c-ca5c-44df-ba32-7c72003a43d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config","description":"<p>Configuration parameters for the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e6f6aa25-36e6-4150-b811-c175184c937f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0f5af862-14a1-418c-9b17-13519a912e5a","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f20f64c-ca5c-44df-ba32-7c72003a43d2"},{"name":"DELETE - openconfig - openconfig-ethernet-segments - config","id":"e212f857-acb9-46c3-b654-7132cf9509d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config","description":"<p>Configuration parameters for the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1f57b997-ce0b-4b01-a267-4a2ed605190c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e212f857-acb9-46c3-b654-7132cf9509d5"},{"name":"GET - openconfig - openconfig-ethernet-segments - config","id":"d4bd6813-7712-47b4-8db7-015989bff2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config?content=all","description":"<p>Configuration parameters for the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"92d9c1c7-c4a2-4ae6-8e98-500f583a6313","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}"}],"_postman_id":"d4bd6813-7712-47b4-8db7-015989bff2ce"}],"id":"cdd4a979-790c-4789-b683-89a213ee0613","_postman_id":"cdd4a979-790c-4789-b683-89a213ee0613","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-ethernet-segments - state","id":"a88add53-e2cf-4b49-ac97-8855916b1e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/state?content=all","description":"<p>Configuration parameters for the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b21e52d4-8d84-463b-99f5-48fdfd5e81d0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"DEFAULT\"\n  }\n}"}],"_postman_id":"a88add53-e2cf-4b49-ac97-8855916b1e1a"}],"id":"03746045-0793-45b8-a5af-6707884ffad9","_postman_id":"03746045-0793-45b8-a5af-6707884ffad9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ethernet-segments - df-election","id":"dc1e4e83-8e57-4baf-a2a7-cd2074cc55ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election","description":"<p>Top container for the configuration and state parameters\nfor the Designated forwarding Election</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6867bfcc-d672-4acc-836b-c4d240568ea8","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"revertive\": true,\n    \"election-wait-time\": \"<long>\",\n    \"preference\": \"<integer>\",\n    \"df-election-method\": \"PREFERENCE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc1e4e83-8e57-4baf-a2a7-cd2074cc55ef"},{"name":"PUT - openconfig-ethernet-segments - openconfig - df-election","id":"020413ba-0024-4b86-bc32-66911e4d4d36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"PREFERENCE\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election","description":"<p>Top container for the configuration and state parameters\nfor the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b39c8b77-b458-4f95-b90c-3dc01bd3586a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"PREFERENCE\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"98e2c560-d604-4955-bfa0-157f6a5171b1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"PREFERENCE\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"020413ba-0024-4b86-bc32-66911e4d4d36"},{"name":"PATCH - openconfig-ethernet-segments - openconfig - df-election","id":"ec24295e-eba6-4ede-9bc7-b720e49dd8d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"PREFERENCE\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election","description":"<p>Top container for the configuration and state parameters\nfor the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"076230df-5873-4651-a6fb-4b3cffe26b58","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"PREFERENCE\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"693b5ff5-ecce-4995-b0cd-8652d3e37668","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"PREFERENCE\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec24295e-eba6-4ede-9bc7-b720e49dd8d9"},{"name":"DELETE - openconfig - openconfig-ethernet-segments - df-election","id":"9a2514d5-e3da-4412-8ec5-d8d4eb73bc33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election","description":"<p>Top container for the configuration and state parameters\nfor the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9742556a-39a0-4f1e-b7a2-4694a464f7f7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a2514d5-e3da-4412-8ec5-d8d4eb73bc33"},{"name":"GET - openconfig - openconfig-ethernet-segments - df-election","id":"e042a051-ee66-41ee-b580-9e33738cbc60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election?content=all","description":"<p>Top container for the configuration and state parameters\nfor the Designated forwarding Election</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"999e64e0-28bb-49f4-83e7-cd33704c42ff","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>/df-election?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>","df-election"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"df-election\": {\n    \"config\": {\n      \"revertive\": true,\n      \"election-wait-time\": \"<long>\",\n      \"preference\": \"<integer>\",\n      \"df-election-method\": \"DEFAULT\"\n    }\n  }\n}"}],"_postman_id":"e042a051-ee66-41ee-b580-9e33738cbc60"}],"id":"6cfaf86e-522d-4031-8162-c8ece398eb5e","_postman_id":"6cfaf86e-522d-4031-8162-c8ece398eb5e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-ethernet-segments - openconfig - ethernet-segment","id":"c85c8de1-128b-45d4-aafc-c845d451abcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>","description":"<p>List of Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c25f2019-deab-43be-beb4-63242c29fd64","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e890a29a-7b20-4ede-b22e-2593a79bd7c5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c85c8de1-128b-45d4-aafc-c845d451abcc"},{"name":"PATCH - openconfig-ethernet-segments - openconfig - ethernet-segment","id":"5cf37e96-f8fd-460f-b6f7-1a30c0814c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>","description":"<p>List of Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b4050c6b-a5d2-4932-8d92-d2fd65cb71c5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a1a03bf9-912c-4bb7-b3a7-c4eb215f432b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cf37e96-f8fd-460f-b6f7-1a30c0814c4b"},{"name":"DELETE - openconfig - openconfig-ethernet-segments - ethernet-segment","id":"54652db9-037a-45d2-9eaf-a5c4fe524167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>","description":"<p>List of Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fceb1398-6e9f-4539-a5cd-3c2f8cbb8d9c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54652db9-037a-45d2-9eaf-a5c4fe524167"},{"name":"GET - openconfig - openconfig-ethernet-segments - ethernet-segment","id":"d835a516-da52-4b58-9c57-399bb6b9e237","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>?content=all","description":"<p>List of Ethernet Segments.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"28c4dad3-997c-417e-8f46-abe3591514fa","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments/ethernet-segment=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments","ethernet-segment=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"ALL_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"DEFAULT\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"d835a516-da52-4b58-9c57-399bb6b9e237"}],"id":"30cc98c5-ac0f-4ec7-a519-450e7aea68ad","_postman_id":"30cc98c5-ac0f-4ec7-a519-450e7aea68ad","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ethernet-segments - ethernet-segments","id":"f03893a3-bd6b-453d-8ec1-2a4f30156b44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"ALL_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"DEFAULT\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments","description":"<p>Top-level container for ethernet segments. An Ethernet Segment\nis referenced by a name and an ESI</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d012905c-717b-4363-83c2-0926f8891334","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ethernet-segment\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"SINGLE_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"PREFERENCE\"\n        }\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"es-import-route-target\": \"<string>\",\n        \"name\": \"<string>\",\n        \"esi\": \"<string>\",\n        \"redundancy-mode\": \"ALL_ACTIVE\",\n        \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n        \"interface\": \"<string>\",\n        \"subinterface\": \"0\"\n      },\n      \"df-election\": {\n        \"config\": {\n          \"revertive\": true,\n          \"election-wait-time\": \"<long>\",\n          \"preference\": \"<integer>\",\n          \"df-election-method\": \"DEFAULT\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f03893a3-bd6b-453d-8ec1-2a4f30156b44"},{"name":"PUT - openconfig-ethernet-segments - openconfig - ethernet-segments","id":"488482f7-6184-4593-8ef3-daee454c3512","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"DEFAULT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"PREFERENCE\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments","description":"<p>Top-level container for ethernet segments. An Ethernet Segment\nis referenced by a name and an ESI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8bd57db3-9660-477c-977d-d4be4adcad27","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"DEFAULT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"PREFERENCE\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f41c1f93-5c61-4fc8-8203-6cadf3380e53","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"DEFAULT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"PREFERENCE\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"488482f7-6184-4593-8ef3-daee454c3512"},{"name":"PATCH - openconfig-ethernet-segments - openconfig - ethernet-segments","id":"922232fe-302d-4354-aa93-12faed077eb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"DEFAULT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"PREFERENCE\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments","description":"<p>Top-level container for ethernet segments. An Ethernet Segment\nis referenced by a name and an ESI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0125885b-21a5-43a5-8d4a-cc079f692a45","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"DEFAULT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"PREFERENCE\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ef279a6c-8d70-4d2e-b8ed-ee45c599907c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ethernet-segments:ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"DEFAULT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"PREFERENCE\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"922232fe-302d-4354-aa93-12faed077eb6"},{"name":"DELETE - openconfig - openconfig-ethernet-segments - ethernet-segments","id":"b893e63d-7d2d-4f89-87c8-12d89abb29a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments","description":"<p>Top-level container for ethernet segments. An Ethernet Segment\nis referenced by a name and an ESI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f5c1a046-5b83-459b-aed8-e9a444cc4662","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b893e63d-7d2d-4f89-87c8-12d89abb29a5"},{"name":"GET - openconfig - openconfig-ethernet-segments - ethernet-segments","id":"f77497e6-5839-44c7-a343-b3b9e63cf4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments?content=all","description":"<p>Top-level container for ethernet segments. An Ethernet Segment\nis referenced by a name and an ESI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"71250a1d-8077-4193-b2c3-90c7d18636c6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ethernet-segments:ethernet-segments?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ethernet-segments:ethernet-segments"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ethernet-segments\": {\n    \"ethernet-segment\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"EVPN_REDUNDANCY_MODE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n          }\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"es-import-route-target\": \"<string>\",\n          \"name\": \"<string>\",\n          \"esi\": \"<string>\",\n          \"redundancy-mode\": \"ALL_ACTIVE\",\n          \"esi-type\": \"TYPE_0_OPERATOR_CONFIGURED\",\n          \"interface\": \"<string>\",\n          \"subinterface\": \"0\"\n        },\n        \"df-election\": {\n          \"config\": {\n            \"revertive\": true,\n            \"election-wait-time\": \"<long>\",\n            \"preference\": \"<integer>\",\n            \"df-election-method\": \"HIGHEST_RANDOM_WEIGHT\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"f77497e6-5839-44c7-a343-b3b9e63cf4ee"}],"id":"ec0d150a-c81d-453d-ac21-1271333e710f","_postman_id":"ec0d150a-c81d-453d-ac21-1271333e710f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-fw-high-availability:ha-groups","item":[{"name":"ha-group={id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-fw-high-availability - openconfig - config","id":"31987d67-caeb-42d8-aa8f-7caf2292aa29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config","description":"<p>Config container for HA parameters</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"84f7034f-b34d-4716-802e-d25e1ba73ea8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5d3cde1f-ff99-4249-b1d7-eff37207708b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31987d67-caeb-42d8-aa8f-7caf2292aa29"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - config","id":"c76d8bc4-ad9d-4dea-84a0-4270c06128ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config","description":"<p>Config container for HA parameters</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a76a883c-b86a-41a6-858c-15310b377e52","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d1ba1481-9c71-46d7-a285-ba436d23ef1f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c76d8bc4-ad9d-4dea-84a0-4270c06128ee"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - config","id":"d59ce8f2-eca2-456b-a203-7feb1e812e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config","description":"<p>Config container for HA parameters</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"15a2da35-8ae9-4d68-9cff-c4cfba92ca84","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d59ce8f2-eca2-456b-a203-7feb1e812e34"},{"name":"GET - openconfig - openconfig-fw-high-availability - config","id":"fc16f00c-72ef-40c4-8531-854795fb8fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config?content=all","description":"<p>Config container for HA parameters</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"148aefcf-81ec-4404-b701-1a4a98870d71","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}"}],"_postman_id":"fc16f00c-72ef-40c4-8531-854795fb8fc9"}],"id":"825e0002-5fc5-40b8-a8d6-be7acc49be5c","_postman_id":"825e0002-5fc5-40b8-a8d6-be7acc49be5c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-fw-high-availability - state","id":"9be9e13a-8229-49c2-9f6a-3fd15883ac3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/state?content=all","description":"<p>State container for HA parameters</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d2c9b469-41d3-4224-aaa2-4688a2cf695f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"ha-key-hashed\": \"<string>\",\n    \"ha-msg-encryption\": false,\n    \"ha-enabled\": false,\n    \"ha-device-id\": \"<integer>\",\n    \"id\": \"<integer>\",\n    \"ha-mode\": \"ACTIVE_PASSIVE\",\n    \"ha-key\": \"<string>\"\n  }\n}"}],"_postman_id":"9be9e13a-8229-49c2-9f6a-3fd15883ac3e"}],"id":"fdd2ee5b-48e7-42c2-95c5-98b63a8f2134","_postman_id":"fdd2ee5b-48e7-42c2-95c5-98b63a8f2134","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"control-link","item":[{"name":"config","item":[{"name":"PUT - openconfig-fw-high-availability - openconfig - config","id":"a2a633d1-07fe-489a-b86b-64343aa8fb41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config","description":"<p>Configuration parameters related to primary HA control\nlink</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"51d10149-5464-453f-8f69-353a8bb7d475","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a7a7b930-d878-4a23-9b2a-e64f535cb320","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2a633d1-07fe-489a-b86b-64343aa8fb41"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - config","id":"c70e5654-4100-435b-98bc-fb85152a4bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config","description":"<p>Configuration parameters related to primary HA control\nlink</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"08453df6-5cd9-469b-b91c-9787bd382cb3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e8708d2d-87df-4e58-bfde-c118ea7f6579","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c70e5654-4100-435b-98bc-fb85152a4bf8"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - config","id":"0031f014-d762-47bf-a962-412ed5bf056a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config","description":"<p>Configuration parameters related to primary HA control\nlink</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f5589c7-c3a8-4539-b8f2-11c6e8a333d4","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0031f014-d762-47bf-a962-412ed5bf056a"},{"name":"GET - openconfig - openconfig-fw-high-availability - config","id":"bb10ed6a-4460-4ed8-8731-6b113059c59c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config?content=all","description":"<p>Configuration parameters related to primary HA control\nlink</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4db32f02-190e-45e3-b3a7-1aca6a20e563","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}"}],"_postman_id":"bb10ed6a-4460-4ed8-8731-6b113059c59c"}],"id":"71aa39ae-86ac-4f34-bb2d-d37ee4d5b4e5","_postman_id":"71aa39ae-86ac-4f34-bb2d-d37ee4d5b4e5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-fw-high-availability - state","id":"18ccaadd-dbee-42c9-8295-e06991d2902f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/state?content=all","description":"<p>Operational state data related to primary HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d89cdd48-d92a-4498-be26-106416e3b940","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}"}],"_postman_id":"18ccaadd-dbee-42c9-8295-e06991d2902f"}],"id":"5bc4c3f5-38ce-4fd9-b3a3-ae017af16cdd","_postman_id":"5bc4c3f5-38ce-4fd9-b3a3-ae017af16cdd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"backup","item":[{"name":"PUT - openconfig-fw-high-availability - openconfig - backup","id":"512f9939-a29a-48d1-a734-7023b0ca8e24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup","description":"<p>Data related to backup HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"13e0e234-df80-44a3-873f-5efad53fd9f9","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c0e01829-3ac6-4dfd-9bfd-05c2f75c8f0d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"512f9939-a29a-48d1-a734-7023b0ca8e24"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - backup","id":"fa25b53a-799c-4f85-bb16-b42f7cea3ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup","description":"<p>Data related to backup HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3a7636bd-381e-4fca-8f56-c38f3c230b32","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7540d994-a57b-42e1-8851-c6311906bfb6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa25b53a-799c-4f85-bb16-b42f7cea3ca0"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - backup","id":"142debf7-3488-4086-8bfb-d3b9a0981186","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup","description":"<p>Data related to backup HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"18b7a82f-3419-465b-a24b-32e6d351ac29","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"142debf7-3488-4086-8bfb-d3b9a0981186"},{"name":"GET - openconfig - openconfig-fw-high-availability - backup","id":"46d8e0d0-cbab-433c-8f93-45e527997228","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup?content=all","description":"<p>Data related to backup HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"82acae6e-970c-4c04-b206-34791db83e04","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link/backup?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link","backup"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"backup\": {\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"46d8e0d0-cbab-433c-8f93-45e527997228"}],"id":"bf3a04ae-1a83-4696-aece-563b7f951d46","_postman_id":"bf3a04ae-1a83-4696-aece-563b7f951d46","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-fw-high-availability - control-link","id":"b070ed85-b315-40f3-8de9-3967109bcf57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link","description":"<p>Top-level container for HA control link</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b5a2d9cd-82fd-49b0-b907-03b4db7a8a32","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"control-link-port\": \"<integer>\",\n    \"control-link-gateway\": \"<string>\",\n    \"control-link-ipv6-gateway\": \"<string>\",\n    \"control-link-peer-ipv4\": \"<string>\",\n    \"control-link-interface\": \"<string>\",\n    \"control-link-ipv4\": \"<string>\",\n    \"control-link-ipv6\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b070ed85-b315-40f3-8de9-3967109bcf57"},{"name":"PUT - openconfig-fw-high-availability - openconfig - control-link","id":"d0de7eca-5a20-4447-826d-8e8135be738a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link","description":"<p>Top-level container for HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0af822ec-a6db-497e-b16e-9d0e40b96b07","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c4a5b71f-a2de-430e-9db6-e951eb9e0160","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0de7eca-5a20-4447-826d-8e8135be738a"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - control-link","id":"ec6fe1bf-408b-495a-8a52-6faf4d3ad3ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link","description":"<p>Top-level container for HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8d6f73f0-090c-4cc7-b5e8-bbc0aec504e7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"18a5234f-db74-4c7b-9f5b-85de753de130","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec6fe1bf-408b-495a-8a52-6faf4d3ad3ee"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - control-link","id":"6195d02a-947d-4917-b67f-c7e0e0fe5cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link","description":"<p>Top-level container for HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"60c50c1c-f08f-46a5-bf23-e84027648a84","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6195d02a-947d-4917-b67f-c7e0e0fe5cb1"},{"name":"GET - openconfig - openconfig-fw-high-availability - control-link","id":"cd4d429f-4a40-4113-8632-53b31926c027","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link?content=all","description":"<p>Top-level container for HA control link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"15526c85-3e83-43f3-bb74-ba229256ecf7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/control-link?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","control-link"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"control-link\": {\n    \"backup\": {\n      \"config\": {\n        \"control-link-port\": \"<integer>\",\n        \"control-link-gateway\": \"<string>\",\n        \"control-link-ipv6-gateway\": \"<string>\",\n        \"control-link-peer-ipv4\": \"<string>\",\n        \"control-link-interface\": \"<string>\",\n        \"control-link-ipv4\": \"<string>\",\n        \"control-link-ipv6\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"control-link-port\": \"<integer>\",\n      \"control-link-gateway\": \"<string>\",\n      \"control-link-ipv6-gateway\": \"<string>\",\n      \"control-link-peer-ipv4\": \"<string>\",\n      \"control-link-interface\": \"<string>\",\n      \"control-link-ipv4\": \"<string>\",\n      \"control-link-ipv6\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"cd4d429f-4a40-4113-8632-53b31926c027"}],"id":"2105e7f4-3e66-43d3-8c10-2af2b6d11946","_postman_id":"2105e7f4-3e66-43d3-8c10-2af2b6d11946","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"data-link","item":[{"name":"config","item":[{"name":"PUT - openconfig-fw-high-availability - openconfig - config","id":"ae4f794a-689c-49fe-9bb4-1fc606a9da5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config","description":"<p>Configuration parameters related to primary HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"00bab317-2ce7-4683-aa70-27726d0ba9f2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3a521a50-75ff-47b5-8fc8-f5626654f864","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae4f794a-689c-49fe-9bb4-1fc606a9da5b"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - config","id":"3ef66ae2-1fa4-4c30-b5aa-b93af0962f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config","description":"<p>Configuration parameters related to primary HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"341392af-1339-45c7-b9d7-208122e1498e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4ac0f829-4cd6-48c0-b3b2-31fc696bc6a9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ef66ae2-1fa4-4c30-b5aa-b93af0962f6a"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - config","id":"4a1c275d-0f31-49b5-b641-30bd83e896fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config","description":"<p>Configuration parameters related to primary HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d35f88eb-9556-426c-92d6-c58905ded3ae","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a1c275d-0f31-49b5-b641-30bd83e896fc"},{"name":"GET - openconfig - openconfig-fw-high-availability - config","id":"e71a6a89-98e8-4a99-aa7d-19aeb51c1b0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config?content=all","description":"<p>Configuration parameters related to primary HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"75dc2b7f-943a-4646-8c3d-5e4ce50e38e7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}"}],"_postman_id":"e71a6a89-98e8-4a99-aa7d-19aeb51c1b0b"}],"id":"2b5e341e-d250-48b5-8058-3ce2efe621eb","_postman_id":"2b5e341e-d250-48b5-8058-3ce2efe621eb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-fw-high-availability - state","id":"2d6d57b7-a25c-4535-9ad4-d85b04df78f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/state?content=all","description":"<p>Operational state parameters related to primary HA data\nlink</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"67822031-c693-43ba-b522-8ac39b19cf35","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}"}],"_postman_id":"2d6d57b7-a25c-4535-9ad4-d85b04df78f9"}],"id":"b2b72a4d-c395-4c88-b6a3-01ba5ca7bc0f","_postman_id":"b2b72a4d-c395-4c88-b6a3-01ba5ca7bc0f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"backup","item":[{"name":"PUT - openconfig-fw-high-availability - openconfig - backup","id":"0e1eff60-0b62-4b34-a493-c4a60c3fe316","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup","description":"<p>Parameters related to backup HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2daa6b59-df5f-44e6-b07c-a5c27437dcb2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"effb7fe5-e8bb-457a-9ec1-7baa87cd438f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e1eff60-0b62-4b34-a493-c4a60c3fe316"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - backup","id":"2a8c724b-707b-4f42-bdc4-f01415a4379c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup","description":"<p>Parameters related to backup HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a7ef90e4-b2a3-411f-b3b5-1e7d49a4376c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a9edbab9-f5c4-48c0-b384-431b2ed75083","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a8c724b-707b-4f42-bdc4-f01415a4379c"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - backup","id":"2f26cb7d-da93-4be2-b8f1-4ac8ecea654b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup","description":"<p>Parameters related to backup HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f5518747-b6ad-46ed-ab37-e741c1ba1a09","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f26cb7d-da93-4be2-b8f1-4ac8ecea654b"},{"name":"GET - openconfig - openconfig-fw-high-availability - backup","id":"21e0de10-432c-4a7e-9f2e-022dc0fd85ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup?content=all","description":"<p>Parameters related to backup HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","backup"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"57d03ed0-25ef-4b1c-931e-9190a9bca148","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link/backup?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link","backup"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"backup\": {\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"21e0de10-432c-4a7e-9f2e-022dc0fd85ff"}],"id":"80c79c84-093d-42e6-8c8a-471e4a392d24","_postman_id":"80c79c84-093d-42e6-8c8a-471e4a392d24","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-fw-high-availability - data-link","id":"fffc62d0-626f-4f69-a8a0-acc7bb97e2a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link","description":"<p>Top-level container for HA data link</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9e6494d3-9532-40d9-a746-ec1033b307f7","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"data-link-gateway\": \"<string>\",\n    \"data-link-ipv6-gateway\": \"<string>\",\n    \"data-link-interface\": \"<string>\",\n    \"data-link-ipv4\": \"<string>\",\n    \"data-link-port\": \"<integer>\",\n    \"data-link-ipv6\": \"<string>\",\n    \"data-link-peer-ipv4\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fffc62d0-626f-4f69-a8a0-acc7bb97e2a9"},{"name":"PUT - openconfig-fw-high-availability - openconfig - data-link","id":"311e7be6-9d4d-4cb4-8c2e-676b54e8db32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link","description":"<p>Top-level container for HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"610da665-0bd0-46cb-869d-4f2578e01c14","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3be30038-4b83-4a14-8214-fbe14ea2da03","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"311e7be6-9d4d-4cb4-8c2e-676b54e8db32"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - data-link","id":"6e9d60fc-c415-4890-9539-3fa488abfbaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link","description":"<p>Top-level container for HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"561e8242-d16b-4ccf-87e0-e6e4db4f51c5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c34badbb-c329-4df0-a662-c1e86b7bccf0","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e9d60fc-c415-4890-9539-3fa488abfbaa"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - data-link","id":"03565cc9-0586-405c-8f5f-2b2077416a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link","description":"<p>Top-level container for HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"15d7bbc6-f40a-4f17-ac86-618cd2897401","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03565cc9-0586-405c-8f5f-2b2077416a7a"},{"name":"GET - openconfig - openconfig-fw-high-availability - data-link","id":"0b27aa12-97e2-428a-928a-aac23a5bcd17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link?content=all","description":"<p>Top-level container for HA data link</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"15c4637a-c245-4a41-ae8e-887a80966f3f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/data-link?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","data-link"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data-link\": {\n    \"backup\": {\n      \"config\": {\n        \"data-link-gateway\": \"<string>\",\n        \"data-link-ipv6-gateway\": \"<string>\",\n        \"data-link-interface\": \"<string>\",\n        \"data-link-ipv4\": \"<string>\",\n        \"data-link-port\": \"<integer>\",\n        \"data-link-ipv6\": \"<string>\",\n        \"data-link-peer-ipv4\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"data-link-gateway\": \"<string>\",\n      \"data-link-ipv6-gateway\": \"<string>\",\n      \"data-link-interface\": \"<string>\",\n      \"data-link-ipv4\": \"<string>\",\n      \"data-link-port\": \"<integer>\",\n      \"data-link-ipv6\": \"<string>\",\n      \"data-link-peer-ipv4\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"0b27aa12-97e2-428a-928a-aac23a5bcd17"}],"id":"ac9f6a2f-5ceb-4f97-a8f1-9deeb2b73c9c","_postman_id":"ac9f6a2f-5ceb-4f97-a8f1-9deeb2b73c9c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interface-groups","item":[{"name":"interface-group={id1}","item":[{"name":"PUT - openconfig-fw-high-availability - openconfig - interface-group","id":"ac87a8f9-1a8e-46cf-b40d-b15c2f6b5a7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>","description":"<p>List of interface groups being monitored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups","interface-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cf225de7-6961-4178-8ed4-4e7567c11848","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0c16d97a-f961-418c-9726-b7069ec12939","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ac87a8f9-1a8e-46cf-b40d-b15c2f6b5a7e"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - interface-group","id":"7a5a5d32-742a-4cac-8736-a585fde8d1f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>","description":"<p>List of interface groups being monitored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups","interface-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5b10aa35-38ec-4db3-8d6e-9c82c6d02778","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9e52b3a3-56eb-42af-ab61-12e37e3446b6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ANY\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a5a5d32-742a-4cac-8736-a585fde8d1f1"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - interface-group","id":"63184862-29ec-44ff-b443-9518e9c4d336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>","description":"<p>List of interface groups being monitored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups","interface-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f3e4c3e7-8f32-4a2f-acb6-a711e2c241a8","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63184862-29ec-44ff-b443-9518e9c4d336"},{"name":"GET - openconfig - openconfig-fw-high-availability - interface-group","id":"67006a8a-6164-4551-a4bc-0ba7683c2c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>?content=all","description":"<p>List of interface groups being monitored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups","interface-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4442c343-42aa-417a-ba3f-4df97bd9b29a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups/interface-group=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups","interface-group=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ALL\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ALL\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"67006a8a-6164-4551-a4bc-0ba7683c2c8e"}],"id":"1d3cabe5-1269-4f18-901e-ff81fe8e2ef6","_postman_id":"1d3cabe5-1269-4f18-901e-ff81fe8e2ef6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-fw-high-availability - interface-groups","id":"39ec03f2-0494-4fc2-8b8b-41273430165a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ALL\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ALL\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups","description":"<p>Top level container for monitored interface groups</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e0d4470f-3e07-4b5b-94e9-aa8b35435b1c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface-group\": [\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ALL\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"group-policy\": \"ALL\",\n        \"id\": \"<integer>\",\n        \"monitored-interfaces\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39ec03f2-0494-4fc2-8b8b-41273430165a"},{"name":"PUT - openconfig-fw-high-availability - openconfig - interface-groups","id":"79bde871-eb26-40fe-b70a-ee6728ebbaba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups","description":"<p>Top level container for monitored interface groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"20c43f29-84f8-432b-ab93-d39d3ed43d20","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"13163f6a-4969-4091-9d1f-a1d656e02f40","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79bde871-eb26-40fe-b70a-ee6728ebbaba"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - interface-groups","id":"5410c178-082f-44f3-99f2-a2e84cc930a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups","description":"<p>Top level container for monitored interface groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0dacfad3-4297-4964-aef2-c0a3fbe2a99b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f35073dc-78e4-4e67-ae1f-6327d7051734","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5410c178-082f-44f3-99f2-a2e84cc930a0"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - interface-groups","id":"8a3fc99a-842a-44b8-89d5-bd237625814a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups","description":"<p>Top level container for monitored interface groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0b434f3e-16d2-4777-baac-6d36775795d8","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a3fc99a-842a-44b8-89d5-bd237625814a"},{"name":"GET - openconfig - openconfig-fw-high-availability - interface-groups","id":"a983eaf0-30ef-43f4-917e-a98b864ebbc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups?content=all","description":"<p>Top level container for monitored interface groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d56f9ceb-ebdb-4e24-bd96-671be26d7b2a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>/interface-groups?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>","interface-groups"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface-groups\": {\n    \"interface-group\": [\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ALL\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"group-policy\": \"ANY\",\n          \"id\": \"<integer>\",\n          \"monitored-interfaces\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"a983eaf0-30ef-43f4-917e-a98b864ebbc7"}],"id":"80d9360d-7ddb-4b71-8c3e-1677441ba212","_postman_id":"80d9360d-7ddb-4b71-8c3e-1677441ba212","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-fw-high-availability - openconfig - ha-group","id":"6efb0aca-61f4-44ab-a06a-6797d2b1c043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>","description":"<p>HA group id used to create a logical HA group</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"82129dca-c892-49f6-8e50-0f3cde5fea66","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fe246eba-ddfc-49e6-bc00-417c3cca18bb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6efb0aca-61f4-44ab-a06a-6797d2b1c043"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - ha-group","id":"812546b5-4c89-4dd3-a4c5-56099238e032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>","description":"<p>HA group id used to create a logical HA group</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e77274b4-f426-476f-b1ba-10a9d4fd504f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"09d58c10-a0ff-4332-b547-9700fbdfd713","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ANY\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"812546b5-4c89-4dd3-a4c5-56099238e032"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - ha-group","id":"137562e1-aa56-49d7-8a68-2b8a881546ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>","description":"<p>HA group id used to create a logical HA group</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b66f4ccc-7b55-4386-925c-cde65327ad17","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"137562e1-aa56-49d7-8a68-2b8a881546ba"},{"name":"GET - openconfig - openconfig-fw-high-availability - ha-group","id":"a3e88e93-244b-4eec-9c51-8220c8b1ca66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>?content=all","description":"<p>HA group id used to create a logical HA group</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a767612a-6343-4d0f-adfe-ed650f765887","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups/ha-group=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups","ha-group=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"a3e88e93-244b-4eec-9c51-8220c8b1ca66"}],"id":"00f64c98-e52b-4bff-9fd8-d76339c0e567","_postman_id":"00f64c98-e52b-4bff-9fd8-d76339c0e567","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-fw-high-availability - ha-groups","id":"ecd5f9b1-674c-45c8-8751-2d4e038f0f40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups","description":"<p>Top level container for HA groups</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9ff2b799-cc7f-48ca-9f5f-499aebc4e08c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ha-group\": [\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    },\n    {\n      \"control-link\": {\n        \"backup\": {\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"control-link-port\": \"<integer>\",\n          \"control-link-gateway\": \"<string>\",\n          \"control-link-ipv6-gateway\": \"<string>\",\n          \"control-link-peer-ipv4\": \"<string>\",\n          \"control-link-interface\": \"<string>\",\n          \"control-link-ipv4\": \"<string>\",\n          \"control-link-ipv6\": \"<string>\"\n        }\n      },\n      \"interface-groups\": {\n        \"interface-group\": [\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"id\": \"<integer>\",\n            \"config\": {\n              \"group-policy\": \"ALL\",\n              \"id\": \"<integer>\",\n              \"monitored-interfaces\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"ha-key-hashed\": \"<string>\",\n        \"ha-msg-encryption\": false,\n        \"ha-enabled\": false,\n        \"ha-device-id\": \"<integer>\",\n        \"id\": \"<integer>\",\n        \"ha-mode\": \"ACTIVE_PASSIVE\",\n        \"ha-key\": \"<string>\"\n      },\n      \"data-link\": {\n        \"backup\": {\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"data-link-gateway\": \"<string>\",\n          \"data-link-ipv6-gateway\": \"<string>\",\n          \"data-link-interface\": \"<string>\",\n          \"data-link-ipv4\": \"<string>\",\n          \"data-link-port\": \"<integer>\",\n          \"data-link-ipv6\": \"<string>\",\n          \"data-link-peer-ipv4\": \"<string>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecd5f9b1-674c-45c8-8751-2d4e038f0f40"},{"name":"PUT - openconfig-fw-high-availability - openconfig - ha-groups","id":"c2b87cd4-cbd5-4a13-84d6-ba0cd26ee082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups","description":"<p>Top level container for HA groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a6145e1e-1749-46e7-bd6b-0d2b40b5d0d5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3a048576-6f4c-4828-948a-970947ee1e4f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2b87cd4-cbd5-4a13-84d6-ba0cd26ee082"},{"name":"PATCH - openconfig-fw-high-availability - openconfig - ha-groups","id":"8b6c3a08-a870-4dc2-96d1-94f62f45bb74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups","description":"<p>Top level container for HA groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"62bde648-fbce-4cf8-9350-089a1ef7b41b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ac4e0255-d17c-4346-92ea-4e3730abe581","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-fw-high-availability:ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b6c3a08-a870-4dc2-96d1-94f62f45bb74"},{"name":"DELETE - openconfig - openconfig-fw-high-availability - ha-groups","id":"d3dbc5c5-b552-4beb-a76d-0ab0bfdfe8c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups","description":"<p>Top level container for HA groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5716af33-1110-403c-9348-18b978be6164","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3dbc5c5-b552-4beb-a76d-0ab0bfdfe8c5"},{"name":"GET - openconfig - openconfig-fw-high-availability - ha-groups","id":"c2bce2ec-3f42-488b-97cb-902b6d083b9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups?content=all","description":"<p>Top level container for HA groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"58409466-ed07-45c2-a443-2568e301ef27","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-fw-high-availability:ha-groups?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-fw-high-availability:ha-groups"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ha-groups\": {\n    \"ha-group\": [\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ALL\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      },\n      {\n        \"control-link\": {\n          \"backup\": {\n            \"config\": {\n              \"control-link-port\": \"<integer>\",\n              \"control-link-gateway\": \"<string>\",\n              \"control-link-ipv6-gateway\": \"<string>\",\n              \"control-link-peer-ipv4\": \"<string>\",\n              \"control-link-interface\": \"<string>\",\n              \"control-link-ipv4\": \"<string>\",\n              \"control-link-ipv6\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"control-link-port\": \"<integer>\",\n            \"control-link-gateway\": \"<string>\",\n            \"control-link-ipv6-gateway\": \"<string>\",\n            \"control-link-peer-ipv4\": \"<string>\",\n            \"control-link-interface\": \"<string>\",\n            \"control-link-ipv4\": \"<string>\",\n            \"control-link-ipv6\": \"<string>\"\n          }\n        },\n        \"interface-groups\": {\n          \"interface-group\": [\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"id\": \"<integer>\",\n              \"config\": {\n                \"group-policy\": \"ANY\",\n                \"id\": \"<integer>\",\n                \"monitored-interfaces\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        },\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"ha-key-hashed\": \"<string>\",\n          \"ha-msg-encryption\": false,\n          \"ha-enabled\": false,\n          \"ha-device-id\": \"<integer>\",\n          \"id\": \"<integer>\",\n          \"ha-mode\": \"ACTIVE_PASSIVE\",\n          \"ha-key\": \"<string>\"\n        },\n        \"data-link\": {\n          \"backup\": {\n            \"config\": {\n              \"data-link-gateway\": \"<string>\",\n              \"data-link-ipv6-gateway\": \"<string>\",\n              \"data-link-interface\": \"<string>\",\n              \"data-link-ipv4\": \"<string>\",\n              \"data-link-port\": \"<integer>\",\n              \"data-link-ipv6\": \"<string>\",\n              \"data-link-peer-ipv4\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"data-link-gateway\": \"<string>\",\n            \"data-link-ipv6-gateway\": \"<string>\",\n            \"data-link-interface\": \"<string>\",\n            \"data-link-ipv4\": \"<string>\",\n            \"data-link-port\": \"<integer>\",\n            \"data-link-ipv6\": \"<string>\",\n            \"data-link-peer-ipv4\": \"<string>\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"c2bce2ec-3f42-488b-97cb-902b6d083b9e"}],"id":"a9717835-6547-4655-b1c9-46e9319beb09","_postman_id":"a9717835-6547-4655-b1c9-46e9319beb09","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-interfaces:interfaces","item":[{"name":"interface={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-interfaces - openconfig - config","id":"b1d96f84-e31b-4a1b-b81d-70ce2111beaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"type\": \"atmVciEndPt\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config","description":"<p>Configurable items at the global, physical interface\nlevel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"05ded5c6-eea2-45e3-8ddd-382be34c7fdf","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"type\": \"atmVciEndPt\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ac352b5-45f4-4f11-8ebe-4f6dc340037f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"type\": \"atmVciEndPt\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1d96f84-e31b-4a1b-b81d-70ce2111beaf"},{"name":"PATCH - openconfig-interfaces - openconfig - config","id":"7710515a-9abf-4eb4-8fd2-13e7d18ef3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"type\": \"atmVciEndPt\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config","description":"<p>Configurable items at the global, physical interface\nlevel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"46a37ae8-4bed-4a66-89b1-3faf78d14fd0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"type\": \"atmVciEndPt\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d1ce5a2a-cbda-47cf-8f93-5af767bea385","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"type\": \"atmVciEndPt\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7710515a-9abf-4eb4-8fd2-13e7d18ef3d7"},{"name":"DELETE - openconfig - openconfig-interfaces - config","id":"8b41fd50-30ca-430f-b75d-5ea48feffde7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config","description":"<p>Configurable items at the global, physical interface\nlevel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6854ce47-9a77-4be2-b5b1-2a1afea7ed2d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b41fd50-30ca-430f-b75d-5ea48feffde7"},{"name":"GET - openconfig - openconfig-interfaces - config","id":"7dd99e52-5d83-4221-93b6-63aef1e4d13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config?content=all","description":"<p>Configurable items at the global, physical interface\nlevel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"be965757-3083-4507-bc40-99b3927ed28a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"type\": \"sipSig\",\n    \"openconfig-if-sdn-ext:forwarding-viable\": true,\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}"}],"_postman_id":"7dd99e52-5d83-4221-93b6-63aef1e4d13a"}],"id":"25f43b2c-6af3-43d3-9134-6ae1bfd65954","_postman_id":"25f43b2c-6af3-43d3-9134-6ae1bfd65954","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"counters","item":[{"name":"GET - openconfig - openconfig-interfaces - counters","id":"cd6ce264-5cc4-47a2-9a81-c8197f203f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/state/counters?content=all","description":"<p>A collection of interface specific statistics entitites which are\nnot common to subinterfaces.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","state","counters"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e1bac879-2fb9-41b8-b1dc-15eb916310f8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/state/counters?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","state","counters"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"counters\": {\n    \"in-pkts\": \"<integer>\",\n    \"in-octets\": \"<integer>\",\n    \"in-multicast-pkts\": \"<integer>\",\n    \"in-errors\": \"<integer>\",\n    \"in-discards\": \"<integer>\",\n    \"in-unicast-pkts\": \"<integer>\",\n    \"in-broadcast-pkts\": \"<integer>\"\n  }\n}"}],"_postman_id":"cd6ce264-5cc4-47a2-9a81-c8197f203f58"}],"id":"280d3492-92c0-4dc0-9976-7314235abe47","_postman_id":"280d3492-92c0-4dc0-9976-7314235abe47","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-interfaces - state","id":"a6938b5a-f5aa-4b3c-97da-788da0804f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/state?content=all","description":"<p>Operational state data at the global interface level</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f525b713-679a-4afd-9cd4-29328e49cde6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"type\": \"bsc\",\n    \"counters\": {\n      \"in-pkts\": \"<integer>\",\n      \"in-octets\": \"<integer>\",\n      \"in-multicast-pkts\": \"<integer>\",\n      \"in-errors\": \"<integer>\",\n      \"in-discards\": \"<integer>\",\n      \"in-unicast-pkts\": \"<integer>\",\n      \"in-broadcast-pkts\": \"<integer>\"\n    },\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"loopback-mode\": \"NONE\",\n    \"enabled\": true,\n    \"mtu\": \"<integer>\"\n  }\n}"}],"_postman_id":"a6938b5a-f5aa-4b3c-97da-788da0804f47"}],"id":"848138ea-ac1c-4d9f-ae1c-bb5e21e81c88","_postman_id":"848138ea-ac1c-4d9f-ae1c-bb5e21e81c88","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"hold-time","item":[{"name":"config","item":[{"name":"PUT - openconfig-interfaces - openconfig - config","id":"573adb06-2cd7-4a0a-ba82-9567ff085afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config","description":"<p>Configuration data for interface hold-time settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"da282882-0820-406e-94dd-254551a707c1","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"66d79eda-0361-4d4c-946b-045739207d29","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"573adb06-2cd7-4a0a-ba82-9567ff085afd"},{"name":"PATCH - openconfig-interfaces - openconfig - config","id":"0a94b1c6-e290-49bc-8d71-a58294d22ff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config","description":"<p>Configuration data for interface hold-time settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bb05a9a7-745c-4d38-90a4-46bc04feeffb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4c5a7b4a-5b05-462b-a46a-2840e7f74ec2","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0a94b1c6-e290-49bc-8d71-a58294d22ff5"},{"name":"DELETE - openconfig - openconfig-interfaces - config","id":"54e01fbb-88a8-4fec-825b-f612ec498a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config","description":"<p>Configuration data for interface hold-time settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"76832f8a-cc18-4d5f-9e6a-312b494b8768","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54e01fbb-88a8-4fec-825b-f612ec498a42"},{"name":"GET - openconfig - openconfig-interfaces - config","id":"e88739e7-22c5-450a-adf1-003ebb694603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config?content=all","description":"<p>Configuration data for interface hold-time settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5c8167c0-6dd0-46d3-bd39-b6cce6b8e435","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}"}],"_postman_id":"e88739e7-22c5-450a-adf1-003ebb694603"}],"id":"9041327d-9e1f-490b-b489-4195427368c5","_postman_id":"9041327d-9e1f-490b-b489-4195427368c5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-interfaces - state","id":"ec1f408a-eb34-4d17-8cf1-45c0dc40cae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/state?content=all","description":"<p>Operational state data for interface hold-time.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ff30b089-559e-4b41-80f4-b7b1ad31de27","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}"}],"_postman_id":"ec1f408a-eb34-4d17-8cf1-45c0dc40cae7"}],"id":"dd6b182c-ee6d-42f0-a28c-6a2756e7eabd","_postman_id":"dd6b182c-ee6d-42f0-a28c-6a2756e7eabd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-interfaces - hold-time","id":"6f2f190c-9079-48ea-80dc-f8ad4283e424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time","description":"<p>Top-level container for hold-time settings to enable\ndampening advertisements of interface transitions.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c14e96b7-6130-43e8-91e4-834204d6b968","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"up\": \"0\",\n    \"down\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f2f190c-9079-48ea-80dc-f8ad4283e424"},{"name":"PUT - openconfig-interfaces - openconfig - hold-time","id":"aedb806f-daca-42e8-b610-4a16e0f1042e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time","description":"<p>Top-level container for hold-time settings to enable\ndampening advertisements of interface transitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"96b75a1c-b141-459a-a025-12f7047f8952","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ee5a3256-7588-444f-ba25-870cd7970096","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aedb806f-daca-42e8-b610-4a16e0f1042e"},{"name":"PATCH - openconfig-interfaces - openconfig - hold-time","id":"bd9b470e-bf5a-4fa8-9d22-c82598e6eed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time","description":"<p>Top-level container for hold-time settings to enable\ndampening advertisements of interface transitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"562ea130-5d22-4904-8c6f-b4979123cfc4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a03ea46b-ecaf-40d1-b613-f1b14217632d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd9b470e-bf5a-4fa8-9d22-c82598e6eed0"},{"name":"DELETE - openconfig - openconfig-interfaces - hold-time","id":"f249b90d-beb4-494f-ada3-d96be90f5806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time","description":"<p>Top-level container for hold-time settings to enable\ndampening advertisements of interface transitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ffc6be45-e08a-41af-8e83-a1053b579c12","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f249b90d-beb4-494f-ada3-d96be90f5806"},{"name":"GET - openconfig - openconfig-interfaces - hold-time","id":"01b2797a-7d5b-4037-bdbe-9d4c67d343e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time?content=all","description":"<p>Top-level container for hold-time settings to enable\ndampening advertisements of interface transitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c6779b0f-ddac-4b20-8f98-8b1e1d7b8e45","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/hold-time?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","hold-time"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"hold-time\": {\n    \"config\": {\n      \"up\": \"0\",\n      \"down\": \"0\"\n    }\n  }\n}"}],"_postman_id":"01b2797a-7d5b-4037-bdbe-9d4c67d343e2"}],"id":"8fc0773e-8560-493b-b5a6-4d8a0c75af3f","_postman_id":"8fc0773e-8560-493b-b5a6-4d8a0c75af3f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"penalty-based-aied","item":[{"name":"config","item":[{"name":"PUT - openconfig-interfaces - openconfig - config","id":"bfa5df80-d3b9-4c78-8c6f-77077a8e7d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config","description":"<p>Configuration data for link damping settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6d8c09e9-a38a-4078-883f-fed810bada7c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f94960e9-fa27-4da5-8412-5c2616f55683","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfa5df80-d3b9-4c78-8c6f-77077a8e7d4e"},{"name":"PATCH - openconfig-interfaces - openconfig - config","id":"5d3b7990-e9f6-472a-a82d-27f8082efed5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config","description":"<p>Configuration data for link damping settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3ab9334e-a5f2-4acd-80d1-7278f64bd35c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"efbbb9c2-7593-4eb6-95c8-061c7746b35a","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d3b7990-e9f6-472a-a82d-27f8082efed5"},{"name":"DELETE - openconfig - openconfig-interfaces - config","id":"e55de539-ecb5-4e1c-a1b3-d48572a45bd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config","description":"<p>Configuration data for link damping settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ef2aa778-e0ed-4697-b4c7-215b222c6103","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e55de539-ecb5-4e1c-a1b3-d48572a45bd8"},{"name":"GET - openconfig - openconfig-interfaces - config","id":"40f25554-2ef3-443e-9049-e8bc53ae7574","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config?content=all","description":"<p>Configuration data for link damping settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fa1c02e4-f3f7-4a4c-829b-069555b4a808","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}"}],"_postman_id":"40f25554-2ef3-443e-9049-e8bc53ae7574"}],"id":"2e9cd84e-fd7c-4ec9-b0d7-09732005d707","_postman_id":"2e9cd84e-fd7c-4ec9-b0d7-09732005d707","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-interfaces - state","id":"2db58b8c-c103-4719-a953-63a951116e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/state?content=all","description":"<p>Operational state data for link damping settings.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bfc188c0-0f65-4585-8a26-469e8ca856ac","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}"}],"_postman_id":"2db58b8c-c103-4719-a953-63a951116e87"}],"id":"8c4c3c3f-f59a-4731-b9df-6f4a88d2a1d9","_postman_id":"8c4c3c3f-f59a-4731-b9df-6f4a88d2a1d9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-interfaces - penalty-based-aied","id":"6dba4b9b-e436-4f72-a39d-c5f92035d838","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied","description":"<p>Top level container to suppress UP-&gt;DOWN link events using a penalty based additive-increase, exponential-decrease algorithm.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dc0e9f96-c51c-4df7-bb91-ca7aed7095ed","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"suppress-threshold\": \"0\",\n    \"reuse-threshold\": \"0\",\n    \"max-suppress-time\": \"0\",\n    \"flap-penalty\": \"0\",\n    \"decay-half-life\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6dba4b9b-e436-4f72-a39d-c5f92035d838"},{"name":"PUT - openconfig-interfaces - openconfig - penalty-based-aied","id":"6bde3121-0a88-4f4e-b739-b3cb9aab627a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied","description":"<p>Top level container to suppress UP-&gt;DOWN link events using a penalty based additive-increase, exponential-decrease algorithm.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"622e4395-e848-4e78-86fc-cda457859456","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aed76090-8914-494f-9545-dac34c3526a9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bde3121-0a88-4f4e-b739-b3cb9aab627a"},{"name":"PATCH - openconfig-interfaces - openconfig - penalty-based-aied","id":"31b2cd62-fdcd-4e1b-a04e-7db7a4963b99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied","description":"<p>Top level container to suppress UP-&gt;DOWN link events using a penalty based additive-increase, exponential-decrease algorithm.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2dc33801-2d46-4b4c-a5ed-04b3d9c38b1a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6b591741-607a-4681-8bb1-4ad21532a67b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31b2cd62-fdcd-4e1b-a04e-7db7a4963b99"},{"name":"DELETE - openconfig - openconfig-interfaces - penalty-based-aied","id":"ade9812f-c881-4fd5-96cf-1fdcc272dae1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied","description":"<p>Top level container to suppress UP-&gt;DOWN link events using a penalty based additive-increase, exponential-decrease algorithm.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a624563b-f0fb-47e6-9248-fe678dd69572","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ade9812f-c881-4fd5-96cf-1fdcc272dae1"},{"name":"GET - openconfig - openconfig-interfaces - penalty-based-aied","id":"63187212-3952-4a8a-aae3-7801b87bf7b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied?content=all","description":"<p>Top level container to suppress UP-&gt;DOWN link events using a penalty based additive-increase, exponential-decrease algorithm.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"253e59df-2dfd-47ad-a18c-ed60053efdcf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/penalty-based-aied?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","penalty-based-aied"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"penalty-based-aied\": {\n    \"config\": {\n      \"suppress-threshold\": \"0\",\n      \"reuse-threshold\": \"0\",\n      \"max-suppress-time\": \"0\",\n      \"flap-penalty\": \"0\",\n      \"decay-half-life\": \"0\"\n    }\n  }\n}"}],"_postman_id":"63187212-3952-4a8a-aae3-7801b87bf7b8"}],"id":"cffe21c6-9d00-4d7d-974e-890a0c196e80","_postman_id":"cffe21c6-9d00-4d7d-974e-890a0c196e80","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"subinterfaces","item":[{"name":"subinterface={index}","item":[{"name":"PUT - openconfig-interfaces - openconfig - subinterface","id":"fb6cbb62-1f3c-4b47-a4e2-98af3dc63c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"UP\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>","description":"<p>The list of subinterfaces (logical interfaces) associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces","subinterface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"97678637-5daf-4177-af17-bb102ab5dfb2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"UP\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cbf54513-2a14-4d98-9975-50552fd34e15","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"UP\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb6cbb62-1f3c-4b47-a4e2-98af3dc63c49"},{"name":"PATCH - openconfig-interfaces - openconfig - subinterface","id":"a5542757-aab1-4483-91b5-09975aa1c71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"UP\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>","description":"<p>The list of subinterfaces (logical interfaces) associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces","subinterface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5c0c3a5c-8646-4eb9-9205-dbf65b2dcae9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"UP\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f85a5d2b-2a34-4a93-8e30-7765ad82ad17","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"UP\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5542757-aab1-4483-91b5-09975aa1c71e"},{"name":"DELETE - openconfig - openconfig-interfaces - subinterface","id":"7d4c2891-bdd0-4054-9baa-1df5a041a689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>","description":"<p>The list of subinterfaces (logical interfaces) associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces","subinterface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e45f9979-4bd7-457c-a2dc-5b7cbb698c06","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d4c2891-bdd0-4054-9baa-1df5a041a689"},{"name":"GET - openconfig - openconfig-interfaces - subinterface","id":"3609efad-a444-4d96-834e-d50cc7d05cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>?content=all","description":"<p>The list of subinterfaces (logical interfaces) associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces","subinterface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"45c36399-6337-4ffc-8c7b-4724406bbd51","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces/subinterface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces","subinterface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}"}],"_postman_id":"3609efad-a444-4d96-834e-d50cc7d05cc1"}],"id":"9684bc72-f423-4f90-8511-16a01456d178","_postman_id":"9684bc72-f423-4f90-8511-16a01456d178","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-interfaces - subinterfaces","id":"5300ceb2-2a72-4ac6-ac91-167b52432b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces","description":"<p>Enclosing container for the list of subinterfaces associated\nwith a physical interface</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"17c93edf-0cc2-49e5-ba1d-27ba3db33d34","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"subinterface\": [\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"openconfig-if-ip:ipv4\": {},\n      \"openconfig-vlan:vlan\": {},\n      \"openconfig-if-ip:ipv6\": {},\n      \"index\": \"0\",\n      \"state\": {\n        \"admin-status\": \"DOWN\",\n        \"ifindex\": \"<long>\",\n        \"name\": \"<string>\",\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      \"config\": {\n        \"index\": \"0\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5300ceb2-2a72-4ac6-ac91-167b52432b24"},{"name":"PUT - openconfig-interfaces - openconfig - subinterfaces","id":"ecbb7630-c4c2-4e38-926b-3649d3634938","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"TESTING\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces","description":"<p>Enclosing container for the list of subinterfaces associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"05b119e9-6efe-4299-8791-6d7dfb9a2ef2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"TESTING\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"536147c8-867f-4351-b6c5-a38fd86ac3cb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"TESTING\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecbb7630-c4c2-4e38-926b-3649d3634938"},{"name":"PATCH - openconfig-interfaces - openconfig - subinterfaces","id":"fb8d79a5-477b-4ad6-9267-cbe1a0534414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"TESTING\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces","description":"<p>Enclosing container for the list of subinterfaces associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2f72bb1b-2c8f-45bd-8e5a-b841b4753438","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"TESTING\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d39f2bff-8a00-40ac-921d-d449d8b52d7f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"TESTING\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb8d79a5-477b-4ad6-9267-cbe1a0534414"},{"name":"DELETE - openconfig - openconfig-interfaces - subinterfaces","id":"36d30162-a06f-4e72-8ce5-789f3d382141","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces","description":"<p>Enclosing container for the list of subinterfaces associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"def76756-db45-4bb5-b90c-fe23b570421e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36d30162-a06f-4e72-8ce5-789f3d382141"},{"name":"GET - openconfig - openconfig-interfaces - subinterfaces","id":"f83d626e-0474-42db-8e89-07db8ce431f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces?content=all","description":"<p>Enclosing container for the list of subinterfaces associated\nwith a physical interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e905c821-742f-4e03-98dc-a226af195586","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/subinterfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","subinterfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subinterfaces\": {\n    \"subinterface\": [\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"UP\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"openconfig-if-ip:ipv4\": {},\n        \"openconfig-vlan:vlan\": {},\n        \"openconfig-if-ip:ipv6\": {},\n        \"index\": \"0\",\n        \"state\": {\n          \"admin-status\": \"DOWN\",\n          \"ifindex\": \"<long>\",\n          \"name\": \"<string>\",\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        },\n        \"config\": {\n          \"index\": \"0\",\n          \"description\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"f83d626e-0474-42db-8e89-07db8ce431f6"}],"id":"ca9bf523-24e7-47a8-9c3e-3bd89a766562","_postman_id":"ca9bf523-24e7-47a8-9c3e-3bd89a766562","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-if-rates:rates","item":[{"name":"config","item":[{"name":"PUT - openconfig-interfaces - openconfig - config","id":"41274d52-84f4-4a67-88e1-4489ad402b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config","description":"<p>Enclosing container for interface rates related configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2880cdc6-a08a-41bf-a1d7-d8b1697aa2bf","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"57001865-604d-4f9a-8568-93e8757e0632","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41274d52-84f4-4a67-88e1-4489ad402b4e"},{"name":"PATCH - openconfig-interfaces - openconfig - config","id":"6403f7d1-f84f-46aa-ac68-500dc914c152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config","description":"<p>Enclosing container for interface rates related configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bc29e505-9c2b-47de-913e-f83876b02ad4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"adc74046-1fac-40e1-a7b1-09e14a2dba81","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6403f7d1-f84f-46aa-ac68-500dc914c152"},{"name":"DELETE - openconfig - openconfig-interfaces - config","id":"c5248929-2767-4c1c-9a36-13d76fecd1fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config","description":"<p>Enclosing container for interface rates related configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"db4d80c5-15f9-44e0-86a9-e3f4469b0d96","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5248929-2767-4c1c-9a36-13d76fecd1fb"},{"name":"GET - openconfig - openconfig-interfaces - config","id":"8d3c53e3-0837-4d6b-a1ed-d9ca8d18516f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config?content=all","description":"<p>Enclosing container for interface rates related configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ddf078e6-3209-45ee-a5f4-f056b33e0943","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"load-interval\": 300\n  }\n}"}],"_postman_id":"8d3c53e3-0837-4d6b-a1ed-d9ca8d18516f"}],"id":"80642606-6e7d-4933-b090-d7065204e4d8","_postman_id":"80642606-6e7d-4933-b090-d7065204e4d8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-interfaces - state","id":"5d5a561e-6992-473e-a6a3-e3725650b0c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/state?content=all","description":"<p>Enclosing container for operational state representing\ninterface rates.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f4328398-3c50-4499-87f4-bac3313c5a6c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"load-interval\": \"<integer>\",\n    \"in-pkts-rate\": \"<integer>\",\n    \"in-bits-rate\": \"<integer>\",\n    \"out-pkts-rate\": \"<integer>\",\n    \"out-bits-rate\": \"<integer>\"\n  }\n}"}],"_postman_id":"5d5a561e-6992-473e-a6a3-e3725650b0c5"}],"id":"64c0b98c-99a8-40bb-80c1-ee1cb3ee43eb","_postman_id":"64c0b98c-99a8-40bb-80c1-ee1cb3ee43eb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-interfaces - rates","id":"e9ef22bd-5591-4529-8222-6eeac57646d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates","description":"<p>Enclosing container for interface rates.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"486ca6cc-1b74-403a-b4ba-3647438e188d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"load-interval\": 300\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9ef22bd-5591-4529-8222-6eeac57646d6"},{"name":"PUT - openconfig-interfaces - openconfig - rates","id":"51e655e0-1b34-4cae-a472-f9545e66fc9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates","description":"<p>Enclosing container for interface rates.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c7565088-958b-488b-a1c7-3e4b0188a452","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"23116c56-da8d-4dff-97e0-c2fd21682a50","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51e655e0-1b34-4cae-a472-f9545e66fc9f"},{"name":"PATCH - openconfig-interfaces - openconfig - rates","id":"f67d522a-89db-4bcf-8335-d941b1bbca45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates","description":"<p>Enclosing container for interface rates.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"69303c31-2470-4535-8e07-cf8c5b3003e3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bc12746c-ff57-4dde-be76-1ea3f8c06b0e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-if-rates:rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f67d522a-89db-4bcf-8335-d941b1bbca45"},{"name":"DELETE - openconfig - openconfig-interfaces - rates","id":"d887a09b-2b3f-420e-a078-5c45994be87e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates","description":"<p>Enclosing container for interface rates.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6a75428b-793d-4091-95de-1dddc8a0c701","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d887a09b-2b3f-420e-a078-5c45994be87e"},{"name":"GET - openconfig - openconfig-interfaces - rates","id":"1436e0a6-d24b-40fd-a07e-8938b40a273b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates?content=all","description":"<p>Enclosing container for interface rates.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8e9cdaa8-ef08-4c72-93b6-8802374ad8c6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>/openconfig-if-rates:rates?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>","openconfig-if-rates:rates"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rates\": {\n    \"config\": {\n      \"load-interval\": 300\n    }\n  }\n}"}],"_postman_id":"1436e0a6-d24b-40fd-a07e-8938b40a273b"}],"id":"e0f2be4c-91ce-4de5-b3a4-2f16fec1737e","_postman_id":"e0f2be4c-91ce-4de5-b3a4-2f16fec1737e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-interfaces - openconfig - interface","id":"c823d65d-f752-4dfc-9a03-c99b517d7a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interface\": [\n    {\n      \"config\": {\n        \"type\": \"myrinet\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"localTalk\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"ieee80216WMAN\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"frf16MfrBundle\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>","description":"<p>The list of named interfaces on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5fb27800-8c99-4311-a306-9f16f6335bd5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interface\": [\n    {\n      \"config\": {\n        \"type\": \"myrinet\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"localTalk\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"ieee80216WMAN\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"frf16MfrBundle\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"121bf9e8-4a03-401f-97d0-63d61b675b2e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interface\": [\n    {\n      \"config\": {\n        \"type\": \"myrinet\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"localTalk\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"ieee80216WMAN\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"frf16MfrBundle\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c823d65d-f752-4dfc-9a03-c99b517d7a58"},{"name":"PATCH - openconfig-interfaces - openconfig - interface","id":"db884d2d-765b-433c-b05c-325525897f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interface\": [\n    {\n      \"config\": {\n        \"type\": \"myrinet\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"localTalk\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"ieee80216WMAN\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"frf16MfrBundle\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>","description":"<p>The list of named interfaces on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8fc91534-32f1-4e7f-aa5c-d0ace945ab84","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interface\": [\n    {\n      \"config\": {\n        \"type\": \"myrinet\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"localTalk\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"ieee80216WMAN\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"frf16MfrBundle\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8a3a77c0-f348-404f-bfe4-d84e9907fad2","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interface\": [\n    {\n      \"config\": {\n        \"type\": \"myrinet\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"localTalk\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"ieee80216WMAN\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"frf16MfrBundle\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db884d2d-765b-433c-b05c-325525897f53"},{"name":"DELETE - openconfig - openconfig-interfaces - interface","id":"37ebaa51-9835-4f33-9bb1-5eb8a763f118","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>","description":"<p>The list of named interfaces on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"13dfbcf3-cd94-4fac-ae91-6ed34db4d30c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37ebaa51-9835-4f33-9bb1-5eb8a763f118"},{"name":"GET - openconfig - openconfig-interfaces - interface","id":"89b7667d-70ce-48b5-b1ea-315ef53355f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>?content=all","description":"<p>The list of named interfaces on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bf52ce52-cb90-4739-94f8-ff1b6762bd29","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"config\": {\n        \"type\": \"pos\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"aluEponOnu\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"opticalChannel\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"aal2\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"DOWN\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"DOWN\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"89b7667d-70ce-48b5-b1ea-315ef53355f9"}],"id":"f1c9031e-845b-48ac-a4af-6c1fad6c1740","_postman_id":"f1c9031e-845b-48ac-a4af-6c1fad6c1740","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-interfaces - interfaces","id":"b5856e30-41ca-4426-9a3c-ebc8cd17ebe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"config\": {\n        \"type\": \"pos\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"aluEponOnu\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"opticalChannel\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"aal2\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"DOWN\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"DOWN\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces","description":"<p>Top level container for interfaces, including configuration\nand state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bf2c6460-ef4d-41a2-bac0-78e060a4a0c8","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"config\": {\n        \"type\": \"pos\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"aluEponOnu\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"UP\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"TESTING\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"opticalChannel\",\n        \"openconfig-if-sdn-ext:forwarding-viable\": true,\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"penalty-based-aied\": {\n        \"config\": {\n          \"suppress-threshold\": \"0\",\n          \"reuse-threshold\": \"0\",\n          \"max-suppress-time\": \"0\",\n          \"flap-penalty\": \"0\",\n          \"decay-half-life\": \"0\"\n        }\n      },\n      \"openconfig-if-rates:rates\": {\n        \"config\": {\n          \"load-interval\": 300\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"aal2\",\n        \"counters\": {\n          \"in-pkts\": \"<integer>\",\n          \"in-octets\": \"<integer>\",\n          \"in-multicast-pkts\": \"<integer>\",\n          \"in-errors\": \"<integer>\",\n          \"in-discards\": \"<integer>\",\n          \"in-unicast-pkts\": \"<integer>\",\n          \"in-broadcast-pkts\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"loopback-mode\": \"NONE\",\n        \"enabled\": true,\n        \"mtu\": \"<integer>\"\n      },\n      \"subinterfaces\": {\n        \"subinterface\": [\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"DOWN\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          },\n          {\n            \"openconfig-if-ip:ipv4\": {},\n            \"openconfig-vlan:vlan\": {},\n            \"openconfig-if-ip:ipv6\": {},\n            \"index\": \"0\",\n            \"state\": {\n              \"admin-status\": \"DOWN\",\n              \"ifindex\": \"<long>\",\n              \"name\": \"<string>\",\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            },\n            \"config\": {\n              \"index\": \"0\",\n              \"description\": \"<string>\",\n              \"enabled\": true\n            }\n          }\n        ]\n      },\n      \"hold-time\": {\n        \"config\": {\n          \"up\": \"0\",\n          \"down\": \"0\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5856e30-41ca-4426-9a3c-ebc8cd17ebe9"},{"name":"PUT - openconfig-interfaces - openconfig - interfaces","id":"44d0cf6a-140e-4742-b974-ea6347b5b6a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"docsCableUpstreamRfPort\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iso88022llc\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"g703at64k\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iana-interface-type\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces","description":"<p>Top level container for interfaces, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1350ad9c-6a20-439f-a007-3ed0840daa93","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"docsCableUpstreamRfPort\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iso88022llc\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"g703at64k\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iana-interface-type\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1590140a-82b8-4d5e-9c37-801398aaefd7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"docsCableUpstreamRfPort\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iso88022llc\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"g703at64k\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iana-interface-type\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44d0cf6a-140e-4742-b974-ea6347b5b6a7"},{"name":"PATCH - openconfig-interfaces - openconfig - interfaces","id":"e584fc8c-9675-4432-a230-2272432bb311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"docsCableUpstreamRfPort\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iso88022llc\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"g703at64k\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iana-interface-type\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces","description":"<p>Top level container for interfaces, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4c5b7780-d10f-4b16-867d-69356f5151d0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"docsCableUpstreamRfPort\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iso88022llc\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"g703at64k\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iana-interface-type\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0de4cec0-0f4c-4244-848b-87a9d533ed39","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-interfaces:interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"docsCableUpstreamRfPort\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iso88022llc\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"g703at64k\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"iana-interface-type\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e584fc8c-9675-4432-a230-2272432bb311"},{"name":"DELETE - openconfig - openconfig-interfaces - interfaces","id":"ab65263a-f494-462e-a0a6-8cf50888bb89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces","description":"<p>Top level container for interfaces, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8de440c1-cb8d-4d31-9bc6-1c2867e86ab3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab65263a-f494-462e-a0a6-8cf50888bb89"},{"name":"GET - openconfig - openconfig-interfaces - interfaces","id":"25ea04c8-a06d-4a8a-890c-4661d8d80a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces?content=all","description":"<p>Top level container for interfaces, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ebb1d164-a5cb-41d6-bec1-473e6408d938","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-interfaces:interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-interfaces:interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"config\": {\n          \"type\": \"ip\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"gfast\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"DOWN\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"h323Gatekeeper\",\n          \"openconfig-if-sdn-ext:forwarding-viable\": true,\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"penalty-based-aied\": {\n          \"config\": {\n            \"suppress-threshold\": \"0\",\n            \"reuse-threshold\": \"0\",\n            \"max-suppress-time\": \"0\",\n            \"flap-penalty\": \"0\",\n            \"decay-half-life\": \"0\"\n          }\n        },\n        \"openconfig-if-rates:rates\": {\n          \"config\": {\n            \"load-interval\": 300\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"dvbTdm\",\n          \"counters\": {\n            \"in-pkts\": \"<integer>\",\n            \"in-octets\": \"<integer>\",\n            \"in-multicast-pkts\": \"<integer>\",\n            \"in-errors\": \"<integer>\",\n            \"in-discards\": \"<integer>\",\n            \"in-unicast-pkts\": \"<integer>\",\n            \"in-broadcast-pkts\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"loopback-mode\": \"NONE\",\n          \"enabled\": true,\n          \"mtu\": \"<integer>\"\n        },\n        \"subinterfaces\": {\n          \"subinterface\": [\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"UP\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            },\n            {\n              \"openconfig-if-ip:ipv4\": {},\n              \"openconfig-vlan:vlan\": {},\n              \"openconfig-if-ip:ipv6\": {},\n              \"index\": \"0\",\n              \"state\": {\n                \"admin-status\": \"TESTING\",\n                \"ifindex\": \"<long>\",\n                \"name\": \"<string>\",\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              },\n              \"config\": {\n                \"index\": \"0\",\n                \"description\": \"<string>\",\n                \"enabled\": true\n              }\n            }\n          ]\n        },\n        \"hold-time\": {\n          \"config\": {\n            \"up\": \"0\",\n            \"down\": \"0\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"25ea04c8-a06d-4a8a-890c-4661d8d80a20"}],"id":"335d5982-9133-4d1c-8e6f-a9f909c0ccef","_postman_id":"335d5982-9133-4d1c-8e6f-a9f909c0ccef","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-keychain:keychains","item":[{"name":"keychain={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-keychain - openconfig - config","id":"04ed89cc-2cde-432c-b5db-8411f0ed23db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config","description":"<p>This container defines keychain configuration.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"933bd90c-2455-4488-905d-71ab0e63a556","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2d1f14d9-6b17-416e-aa78-9ebc5920e563","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04ed89cc-2cde-432c-b5db-8411f0ed23db"},{"name":"PATCH - openconfig-keychain - openconfig - config","id":"4449d03b-bd2a-4dc9-a6da-20d6dd7df6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config","description":"<p>This container defines keychain configuration.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dd759ebf-6212-442e-b32c-cc8b7633f139","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7773aaae-9327-44e3-9d8c-814017f68664","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4449d03b-bd2a-4dc9-a6da-20d6dd7df6dc"},{"name":"DELETE - openconfig - openconfig-keychain - config","id":"34a04f63-19f7-4b4a-a40e-b8e00880e140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config","description":"<p>This container defines keychain configuration.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"661e049d-85ce-4058-9120-230ac76a1b66","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34a04f63-19f7-4b4a-a40e-b8e00880e140"},{"name":"GET - openconfig - openconfig-keychain - config","id":"f1276a2d-a8a6-4884-a777-9c944629136b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config?content=all","description":"<p>This container defines keychain configuration.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7b218fa9-ea88-44b3-96fc-08894754c1ee","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}"}],"_postman_id":"f1276a2d-a8a6-4884-a777-9c944629136b"}],"id":"d5d960da-2736-43fd-94a9-48b5ecf9db60","_postman_id":"d5d960da-2736-43fd-94a9-48b5ecf9db60","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-keychain - state","id":"fc82931d-ed9b-4ac9-ada2-efbc5e357335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/state?content=all","description":"<p>This container defines keychain state information.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"58dc3903-7a2d-4ec9-9ce4-3c46ec449308","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\",\n    \"tolerance\": \"FOREVER\"\n  }\n}"}],"_postman_id":"fc82931d-ed9b-4ac9-ada2-efbc5e357335"}],"id":"1840beb2-6bf7-4dba-a082-fdbaaa34f3fa","_postman_id":"1840beb2-6bf7-4dba-a082-fdbaaa34f3fa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"keys","item":[{"name":"key={key-id}","item":[{"name":"PUT - openconfig-keychain - openconfig - key","id":"e003c462-e959-467b-b9b2-ee695769b15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_MD5\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>","description":"<p>List of configured keys for the keychain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys","key=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"33657d65-652c-4240-b74f-f8e84ee54c96","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_MD5\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"100af208-d656-4e7d-8f50-9609bc96779f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_MD5\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e003c462-e959-467b-b9b2-ee695769b15f"},{"name":"PATCH - openconfig-keychain - openconfig - key","id":"3adbb8cb-a840-4df9-9c8c-949a47e96320","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_MD5\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>","description":"<p>List of configured keys for the keychain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys","key=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"85525a03-620e-42c5-981c-ff6b048da1cc","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_MD5\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75c5068a-140a-4338-87d3-165d2f40b804","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_MD5\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3adbb8cb-a840-4df9-9c8c-949a47e96320"},{"name":"DELETE - openconfig - openconfig-keychain - key","id":"eca3696c-d5cd-4c36-9f21-a47557ce180c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>","description":"<p>List of configured keys for the keychain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys","key=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d0dc1d9c-dc8c-4d80-8496-5df4dad5bf81","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eca3696c-d5cd-4c36-9f21-a47557ce180c"},{"name":"GET - openconfig - openconfig-keychain - key","id":"01e4c893-e1b5-4c59-82e2-53b683f313e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>?content=all","description":"<p>List of configured keys for the keychain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys","key=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"50a49cc7-54e0-47fc-a8ec-288a460f5fc5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys/key=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys","key=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1_96\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"AES_128_CMAC_96\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"01e4c893-e1b5-4c59-82e2-53b683f313e6"}],"id":"beda3efb-4288-4c27-8f86-14ca4cfe1cd0","_postman_id":"beda3efb-4288-4c27-8f86-14ca4cfe1cd0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-keychain - keys","id":"0d98cf41-aa9f-4ae9-bd89-13c3e9afcb2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1_96\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"AES_128_CMAC_96\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys","description":"<p>list of keys to be stored</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a6841d96-5ecf-4e08-ab1a-2a297ab69f37","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"key\": [\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"HMAC_SHA_1_96\",\n        \"secret-key\": \"<string>\"\n      }\n    },\n    {\n      \"send-lifetime\": {},\n      \"key-id\": \"<string>\",\n      \"receive-lifetime\": {},\n      \"config\": {\n        \"key-id\": \"<string>\",\n        \"crypto-algorithm\": \"AES_128_CMAC_96\",\n        \"secret-key\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d98cf41-aa9f-4ae9-bd89-13c3e9afcb2a"},{"name":"PUT - openconfig-keychain - openconfig - keys","id":"6bf1bdc3-293f-4fee-80c1-2c430a99409b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC_96\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_NONE\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys","description":"<p>list of keys to be stored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9efc10d3-8a3a-45b8-91bd-2137fb34a789","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC_96\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_NONE\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d07df39c-aaf9-4f58-b4f4-fc7c759e2c2b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC_96\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_NONE\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bf1bdc3-293f-4fee-80c1-2c430a99409b"},{"name":"PATCH - openconfig-keychain - openconfig - keys","id":"08baa7d0-93fe-438f-b886-2d16d72fb517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC_96\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_NONE\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys","description":"<p>list of keys to be stored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"091997a9-bb15-4477-8609-cc42c374dce6","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC_96\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_NONE\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87cf88a2-839c-4791-96ea-3720842f8e69","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC_96\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_NONE\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08baa7d0-93fe-438f-b886-2d16d72fb517"},{"name":"DELETE - openconfig - openconfig-keychain - keys","id":"433269d7-890f-4b0d-82b9-07760adfb38f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys","description":"<p>list of keys to be stored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3c400288-1d28-4ea1-85b5-4790695a6e63","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"433269d7-890f-4b0d-82b9-07760adfb38f"},{"name":"GET - openconfig - openconfig-keychain - keys","id":"be5cf3d9-fd2c-4340-a85f-c7f4c722f859","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys?content=all","description":"<p>list of keys to be stored</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c6ea9c83-68bc-4172-8b5d-56f48cec5262","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>/keys?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>","keys"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"keys\": {\n    \"key\": [\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"CRYPTO_TYPE\",\n          \"secret-key\": \"<string>\"\n        }\n      },\n      {\n        \"send-lifetime\": {},\n        \"key-id\": \"<string>\",\n        \"receive-lifetime\": {},\n        \"config\": {\n          \"key-id\": \"<string>\",\n          \"crypto-algorithm\": \"AES_128_CMAC\",\n          \"secret-key\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"be5cf3d9-fd2c-4340-a85f-c7f4c722f859"}],"id":"7d984ce2-dbe0-4c13-840c-961ce93c29da","_postman_id":"7d984ce2-dbe0-4c13-840c-961ce93c29da","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-keychain - openconfig - keychain","id":"ce8309fd-cdee-4e75-94dd-c50ee9dfb9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>","description":"<p>List of defined keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6319867e-fb68-4716-b042-a7fb828534f5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6450b7c2-5f87-46cb-bbe3-aaf7f1d8bef7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce8309fd-cdee-4e75-94dd-c50ee9dfb9f9"},{"name":"PATCH - openconfig-keychain - openconfig - keychain","id":"8d88388b-f37f-407e-8aa7-780b373b1f13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>","description":"<p>List of defined keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ad52a5a1-0908-4885-bca9-4320e4ec5e61","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"757a9902-62ec-4dbc-a4f8-85da8da97c6e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"AES_128_CMAC\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d88388b-f37f-407e-8aa7-780b373b1f13"},{"name":"DELETE - openconfig - openconfig-keychain - keychain","id":"f23964fa-c689-45b5-a9f5-d1a552fb2d2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>","description":"<p>List of defined keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"36e2ad6a-0b7b-4199-86c7-34fcf88f5646","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f23964fa-c689-45b5-a9f5-d1a552fb2d2d"},{"name":"GET - openconfig - openconfig-keychain - keychain","id":"0a007287-0da7-42f4-bb24-e13ac22e317a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>?content=all","description":"<p>List of defined keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"24496b1e-693f-4401-bf91-01559c1d9570","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains/keychain=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains","keychain=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"CRYPTO_TYPE\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}"}],"_postman_id":"0a007287-0da7-42f4-bb24-e13ac22e317a"}],"id":"6738acbf-9ded-4795-b61e-73f6d205250b","_postman_id":"6738acbf-9ded-4795-b61e-73f6d205250b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-keychain - keychains","id":"a1aac67b-3a82-41d0-babe-ac75ad2634aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"CRYPTO_TYPE\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains","description":"<p>This container defines keychains.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"af795f7e-b66e-48bf-b1db-09a7d18ebb24","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"keychain\": [\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    },\n    {\n      \"keys\": {\n        \"key\": [\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"CRYPTO_TYPE\",\n              \"secret-key\": \"<string>\"\n            }\n          },\n          {\n            \"send-lifetime\": {},\n            \"key-id\": \"<string>\",\n            \"receive-lifetime\": {},\n            \"config\": {\n              \"key-id\": \"<string>\",\n              \"crypto-algorithm\": \"MD5\",\n              \"secret-key\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"tolerance\": \"FOREVER\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1aac67b-3a82-41d0-babe-ac75ad2634aa"},{"name":"PUT - openconfig-keychain - openconfig - keychains","id":"e7ab21b4-9d11-4212-bbf6-2f33b7adcfb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains","description":"<p>This container defines keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f77a4b47-8760-4993-932a-c4f31633755c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0e573476-1be1-488b-a705-586e4164da09","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7ab21b4-9d11-4212-bbf6-2f33b7adcfb8"},{"name":"PATCH - openconfig-keychain - openconfig - keychains","id":"a2cc7b19-59c0-4a89-8dcd-69d4de61cf54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains","description":"<p>This container defines keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"398b4e00-cb26-4f2d-9755-50af86cf3ece","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3f167cf5-f41a-4e8c-8e77-a6ea1ace730c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-keychain:keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"CRYPTO_TYPE\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1_12\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2cc7b19-59c0-4a89-8dcd-69d4de61cf54"},{"name":"DELETE - openconfig - openconfig-keychain - keychains","id":"3780a962-29d3-4bf9-aa86-f599ae40f63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains","description":"<p>This container defines keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"564982fa-39b1-42c5-8b0b-a927a7fb94db","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3780a962-29d3-4bf9-aa86-f599ae40f63c"},{"name":"GET - openconfig - openconfig-keychain - keychains","id":"81f39996-fe1a-4381-b485-6da753d8186c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains?content=all","description":"<p>This container defines keychains.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c3ac7f5d-6f0f-4c78-8270-1852f5fd7a51","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-keychain:keychains?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-keychain:keychains"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"keychains\": {\n    \"keychain\": [\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"HMAC_SHA_1\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      },\n      {\n        \"keys\": {\n          \"key\": [\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"AES_128_CMAC_96\",\n                \"secret-key\": \"<string>\"\n              }\n            },\n            {\n              \"send-lifetime\": {},\n              \"key-id\": \"<string>\",\n              \"receive-lifetime\": {},\n              \"config\": {\n                \"key-id\": \"<string>\",\n                \"crypto-algorithm\": \"SHA_1\",\n                \"secret-key\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"tolerance\": \"FOREVER\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"81f39996-fe1a-4381-b485-6da753d8186c"}],"id":"b2febbc4-3867-485d-9752-c2d3cb802a45","_postman_id":"b2febbc4-3867-485d-9752-c2d3cb802a45","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-lacp:lacp","item":[{"name":"config","item":[{"name":"PUT - openconfig-lacp - openconfig - config","id":"dd753033-7e47-48e8-a338-145676736e7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config","description":"<p>Configuration data for LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b5395797-f2d3-49d9-9d69-58c64ffb7771","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8f845588-69d2-4b2a-b50d-f8e8d7630cef","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd753033-7e47-48e8-a338-145676736e7d"},{"name":"PATCH - openconfig-lacp - openconfig - config","id":"f3f33e6d-28d3-4873-8275-f03e05a5c8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config","description":"<p>Configuration data for LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"279b9c8d-c46b-4b8a-8e0b-f2942e6befa7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d3ce631e-d766-461c-b055-7861206a108f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3f33e6d-28d3-4873-8275-f03e05a5c8c6"},{"name":"DELETE - openconfig - openconfig-lacp - config","id":"caf84ee3-376a-4187-ae54-c4e5fd24454c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config","description":"<p>Configuration data for LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0ae5f85d-e9db-43aa-aee3-a6ff4e3390a2","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"caf84ee3-376a-4187-ae54-c4e5fd24454c"},{"name":"GET - openconfig - openconfig-lacp - config","id":"844b4aed-08a8-49dc-8411-412b5d48b689","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config?content=all","description":"<p>Configuration data for LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3f90fc71-a690-43cc-bc44-f064d9864edb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}"}],"_postman_id":"844b4aed-08a8-49dc-8411-412b5d48b689"}],"id":"8504a3a3-23fb-4661-9a3f-1857643acd20","_postman_id":"8504a3a3-23fb-4661-9a3f-1857643acd20","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-lacp - state","id":"7826d5e5-c469-4fa4-98d0-6ea87e6441e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/state?content=all","description":"<p>Operational state data for LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0ccb73c3-b2ea-4c93-9457-1927177ecb5a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"system-priority\": \"<integer>\"\n  }\n}"}],"_postman_id":"7826d5e5-c469-4fa4-98d0-6ea87e6441e6"}],"id":"d556074e-2cf7-4c98-8049-2f7f3181128c","_postman_id":"d556074e-2cf7-4c98-8049-2f7f3181128c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-lacp - openconfig - config","id":"c8170594-cdb9-4f43-b851-601c239c645a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config","description":"<p>Configuration data for each LACP aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"befa2d72-e88f-4ffe-8023-ef5103c447a6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f9bc5a87-1aec-42a9-ae0d-3932fd8cc75e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8170594-cdb9-4f43-b851-601c239c645a"},{"name":"PATCH - openconfig-lacp - openconfig - config","id":"5cadc77a-41d0-47f3-ba30-600e09d58cf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config","description":"<p>Configuration data for each LACP aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ca43be04-d335-45b7-aba1-76da6a38908e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"26b2f5f5-d79a-4319-91b9-c92b685aef6b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cadc77a-41d0-47f3-ba30-600e09d58cf6"},{"name":"DELETE - openconfig - openconfig-lacp - config","id":"e0600a40-5282-46c9-aa2e-61752c4c2b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config","description":"<p>Configuration data for each LACP aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ad3cd209-fe68-4517-942f-641bfbeb1f84","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0600a40-5282-46c9-aa2e-61752c4c2b02"},{"name":"GET - openconfig - openconfig-lacp - config","id":"b4239867-3103-4ebb-8b9b-510b19b17fc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config?content=all","description":"<p>Configuration data for each LACP aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"88c3cb1c-0a00-4981-b985-c72ff5ce95a6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}"}],"_postman_id":"b4239867-3103-4ebb-8b9b-510b19b17fc2"}],"id":"13a0d2f8-e057-4350-a9d3-775a60766065","_postman_id":"13a0d2f8-e057-4350-a9d3-775a60766065","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-lacp - state","id":"30da5652-1117-4694-af49-4e6334062b2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/state?content=all","description":"<p>Operational state data for each LACP aggregate\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b8aa13c1-ccc8-442b-91c9-3fcbf621fafc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\",\n    \"system-id-mac\": \"<string>\",\n    \"interval\": \"SLOW\",\n    \"lacp-mode\": \"ACTIVE\",\n    \"fallback\": \"<boolean>\",\n    \"system-priority\": \"<integer>\"\n  }\n}"}],"_postman_id":"30da5652-1117-4694-af49-4e6334062b2d"}],"id":"0718721e-bf98-4524-92bc-21e7a644e7eb","_postman_id":"0718721e-bf98-4524-92bc-21e7a644e7eb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"members","item":[{"name":"PUT - openconfig-lacp - openconfig - members","id":"3f1a3287-ba1a-4a78-8fec-c1eda421728b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:members\": {\n    \"member\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members","description":"<p>Configuration and operational state of the aggregate member\n    interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","members"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"79c33114-526d-4aa9-9a09-06a6d380cdff","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:members\": {\n    \"member\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a6e9c4a-8914-4e65-9f64-cdac27274701","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:members\": {\n    \"member\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f1a3287-ba1a-4a78-8fec-c1eda421728b"},{"name":"PATCH - openconfig-lacp - openconfig - members","id":"70951b01-34a0-44b9-a587-adf2091992be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:members\": {\n    \"member\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members","description":"<p>Configuration and operational state of the aggregate member\n    interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","members"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"faa7e0c4-7bd9-4c34-b07a-1808e12ec9d6","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:members\": {\n    \"member\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"610ee13c-3154-46a0-918d-18d5fa331984","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:members\": {\n    \"member\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70951b01-34a0-44b9-a587-adf2091992be"},{"name":"DELETE - openconfig - openconfig-lacp - members","id":"40cf66ec-6dbf-4371-8da0-686c4979fe81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members","description":"<p>Configuration and operational state of the aggregate member\n    interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","members"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"68162349-552c-4f35-94b5-a4ec69b8f618","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40cf66ec-6dbf-4371-8da0-686c4979fe81"},{"name":"GET - openconfig - openconfig-lacp - members","id":"6ce48f9b-8e0e-45b3-bcd3-4f594f01648f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members?content=all","description":"<p>Configuration and operational state of the aggregate member\n    interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","members"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bfc9a8c0-6552-4082-9156-5b1043e17c7e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>/members?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>","members"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"members\": {\n    \"member\": {}\n  }\n}"}],"_postman_id":"6ce48f9b-8e0e-45b3-bcd3-4f594f01648f"}],"id":"3f0b6709-9b83-4c16-84ab-61ed85adcc1a","_postman_id":"3f0b6709-9b83-4c16-84ab-61ed85adcc1a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-lacp - openconfig - interface","id":"d7ab88ea-03cd-49c3-9154-953f50e8e324","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>","description":"<p>List of aggregate interfaces managed by LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0ce6201e-4339-42e3-bf4d-3453edb5c8e3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d64304cc-a42d-4588-8174-7c8af27ea36d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d7ab88ea-03cd-49c3-9154-953f50e8e324"},{"name":"PATCH - openconfig-lacp - openconfig - interface","id":"9ab7d058-d115-48b6-8e2f-e7dda8a99537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>","description":"<p>List of aggregate interfaces managed by LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c3e7bfc2-9c52-422f-99d3-e93164c38594","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8cf28661-2637-4f6d-94a3-576c498f5e57","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ab7d058-d115-48b6-8e2f-e7dda8a99537"},{"name":"DELETE - openconfig - openconfig-lacp - interface","id":"ce193f58-1037-441b-b9a6-7e9455f8cd2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>","description":"<p>List of aggregate interfaces managed by LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2aa20927-1d1f-4d8f-a052-b10effd43ae0","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce193f58-1037-441b-b9a6-7e9455f8cd2c"},{"name":"GET - openconfig - openconfig-lacp - interface","id":"d79c39a3-22a2-4a67-80cf-f6ea9a1885f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>?content=all","description":"<p>List of aggregate interfaces managed by LACP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"83d7c73e-7164-48c2-8cda-ec889120cba5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"d79c39a3-22a2-4a67-80cf-f6ea9a1885f2"}],"id":"b0e53179-cc17-4d14-8a30-78e33b2a539a","_postman_id":"b0e53179-cc17-4d14-8a30-78e33b2a539a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-lacp - interfaces","id":"12ad14ec-19b6-4f35-8cac-7208d0fac2b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces","description":"<p>Enclosing container for the list of LACP-enabled\ninterfaces</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"067cdad0-aac1-42e5-a753-ab31b2d267c6","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"members\": {\n        \"member\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"system-id-mac\": \"<string>\",\n        \"interval\": \"SLOW\",\n        \"lacp-mode\": \"ACTIVE\",\n        \"fallback\": \"<boolean>\",\n        \"system-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12ad14ec-19b6-4f35-8cac-7208d0fac2b3"},{"name":"PUT - openconfig-lacp - openconfig - interfaces","id":"2c28a53e-a076-47b8-8209-6c598cbce209","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces","description":"<p>Enclosing container for the list of LACP-enabled\ninterfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"12e2723f-18b2-4051-9087-6a210958cb97","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4fae8e7c-cca2-481a-9e47-e3c847640bca","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c28a53e-a076-47b8-8209-6c598cbce209"},{"name":"PATCH - openconfig-lacp - openconfig - interfaces","id":"1bd7f000-7da0-4a59-8207-e8983054d08a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces","description":"<p>Enclosing container for the list of LACP-enabled\ninterfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7cb35ef9-faef-48f4-951f-693516a82c5b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9585ae39-c8e4-405b-9bae-a3c2e2b79a5f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1bd7f000-7da0-4a59-8207-e8983054d08a"},{"name":"DELETE - openconfig - openconfig-lacp - interfaces","id":"af456937-c382-4ea5-8616-78092e2212cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces","description":"<p>Enclosing container for the list of LACP-enabled\ninterfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"61d97956-46b9-4993-858a-89fac05c406a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af456937-c382-4ea5-8616-78092e2212cc"},{"name":"GET - openconfig - openconfig-lacp - interfaces","id":"2eb58ecf-f6a5-407d-ab99-45ae81c461e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces?content=all","description":"<p>Enclosing container for the list of LACP-enabled\ninterfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b6f67abb-53c5-419d-9384-ed9f0210f50a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"members\": {\n          \"member\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"system-id-mac\": \"<string>\",\n          \"interval\": \"SLOW\",\n          \"lacp-mode\": \"ACTIVE\",\n          \"fallback\": \"<boolean>\",\n          \"system-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2eb58ecf-f6a5-407d-ab99-45ae81c461e2"}],"id":"0433d89c-d895-47cf-9437-658a0075ae69","_postman_id":"0433d89c-d895-47cf-9437-658a0075ae69","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-lacp - lacp","id":"601558ba-ab23-438d-8e0d-5ca261c906f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp","description":"<p>Configuration and operational state data for LACP protocol\noperation on the aggregate interface</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dd1005b2-230f-4c3d-8b0d-c074f8256ff4","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"system-priority\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"601558ba-ab23-438d-8e0d-5ca261c906f6"},{"name":"PUT - openconfig-lacp - openconfig - lacp","id":"066511f5-e263-4b8b-bb9c-ff1b47b5af9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp","description":"<p>Configuration and operational state data for LACP protocol\noperation on the aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b14aea1f-ec88-463a-b37a-2e9e4df47357","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4074c8bc-3ab2-429b-89df-a06b17955386","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"066511f5-e263-4b8b-bb9c-ff1b47b5af9e"},{"name":"PATCH - openconfig-lacp - openconfig - lacp","id":"3625dfd0-eae0-4583-9bfa-fb4a88309504","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp","description":"<p>Configuration and operational state data for LACP protocol\noperation on the aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"39b613a7-7464-423b-a633-21c0019387ca","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5453f6d5-883c-467c-ab06-90187d07f1c9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lacp:lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3625dfd0-eae0-4583-9bfa-fb4a88309504"},{"name":"DELETE - openconfig - openconfig-lacp - lacp","id":"a3bc7d17-a82c-425c-84bf-b367f7232be6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp","description":"<p>Configuration and operational state data for LACP protocol\noperation on the aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e91b46a9-9a96-4e82-9976-c962de1e4e1a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3bc7d17-a82c-425c-84bf-b367f7232be6"},{"name":"GET - openconfig - openconfig-lacp - lacp","id":"e530f3ce-e0aa-4213-9d55-a4bacfc55b96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp?content=all","description":"<p>Configuration and operational state data for LACP protocol\noperation on the aggregate interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8a525eb2-f350-458a-b31d-5045cfcb569d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lacp:lacp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lacp:lacp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"lacp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"members\": {\n            \"member\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"system-id-mac\": \"<string>\",\n            \"interval\": \"SLOW\",\n            \"lacp-mode\": \"ACTIVE\",\n            \"fallback\": \"<boolean>\",\n            \"system-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-priority\": \"<integer>\"\n    }\n  }\n}"}],"_postman_id":"e530f3ce-e0aa-4213-9d55-a4bacfc55b96"}],"id":"2b9e168c-345e-468e-b7ad-ae36423db657","_postman_id":"2b9e168c-345e-468e-b7ad-ae36423db657","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-lldp:lldp","item":[{"name":"config","item":[{"name":"PUT - openconfig-lldp - openconfig - config","id":"1869824d-dd79-49c2-8d74-5e993726bcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"CHASSIS_ID\",\n      \"MANAGEMENT_ADDRESS\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"CHASSIS_COMPONENT\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"56314019-4348-4141-b1e5-1582df59f7e9","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"CHASSIS_ID\",\n      \"MANAGEMENT_ADDRESS\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"CHASSIS_COMPONENT\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"949713cb-34a9-489c-8385-82c0cb50d06b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"CHASSIS_ID\",\n      \"MANAGEMENT_ADDRESS\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"CHASSIS_COMPONENT\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1869824d-dd79-49c2-8d74-5e993726bcc3"},{"name":"PATCH - openconfig-lldp - openconfig - config","id":"34c81d26-1761-45c6-b97f-78e1a5e81367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"CHASSIS_ID\",\n      \"MANAGEMENT_ADDRESS\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"CHASSIS_COMPONENT\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8279f698-9fb1-4270-8360-5cff946f322a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"CHASSIS_ID\",\n      \"MANAGEMENT_ADDRESS\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"CHASSIS_COMPONENT\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"efa83922-880e-422e-b882-4f456b998549","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"CHASSIS_ID\",\n      \"MANAGEMENT_ADDRESS\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"CHASSIS_COMPONENT\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34c81d26-1761-45c6-b97f-78e1a5e81367"},{"name":"DELETE - openconfig - openconfig-lldp - config","id":"7b03171d-e206-447b-8ed6-73c15bc115ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b9df9f98-70a4-43f1-9b7f-c16d6133990e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b03171d-e206-447b-8ed6-73c15bc115ae"},{"name":"GET - openconfig - openconfig-lldp - config","id":"c052697c-756a-4eed-b169-4b2ba8ddc97b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config?content=all","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d29f8cdc-5dc5-47d8-8c55-42a867870b83","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"SYSTEM_NAME\",\n      \"PORT_DESCRIPTION\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"LOCAL\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}"}],"_postman_id":"c052697c-756a-4eed-b169-4b2ba8ddc97b"}],"id":"39c513d7-c51b-4b13-805d-02bd7ff00d8f","_postman_id":"39c513d7-c51b-4b13-805d-02bd7ff00d8f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-lldp - state","id":"cf8a4358-7e17-4a13-96af-648ccb8dcd8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/state?content=all","description":"<p>Operational state data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"127283ed-9c2d-43ea-8abc-4882e54a31f6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"SYSTEM_NAME\",\n      \"CHASSIS_ID\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"INTERFACE_ALIAS\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}"}],"_postman_id":"cf8a4358-7e17-4a13-96af-648ccb8dcd8c"}],"id":"2f7538e0-d0c4-4e1b-b98d-75f8852eefc2","_postman_id":"2f7538e0-d0c4-4e1b-b98d-75f8852eefc2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-lldp - openconfig - config","id":"5097286d-c625-49ee-982a-4b33dcee0b41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config","description":"<p>Configuration data for LLDP on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"665bac3e-12df-413f-b4ee-47393fd84340","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c176182a-2cc1-48b0-9148-a34ab336e6a5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5097286d-c625-49ee-982a-4b33dcee0b41"},{"name":"PATCH - openconfig-lldp - openconfig - config","id":"ceb93996-62e0-4cd8-befc-d8e79ac0616f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config","description":"<p>Configuration data for LLDP on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"29a1c52f-7d3d-4869-b143-4f18d028e29f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"946b08bd-7013-43f2-a5af-efaa1af551c4","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ceb93996-62e0-4cd8-befc-d8e79ac0616f"},{"name":"DELETE - openconfig - openconfig-lldp - config","id":"a6f71ce4-2963-4667-bbfb-80d324296127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config","description":"<p>Configuration data for LLDP on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0198ca85-5a14-483e-afed-41ad858e638f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6f71ce4-2963-4667-bbfb-80d324296127"},{"name":"GET - openconfig - openconfig-lldp - config","id":"b0616c7b-d958-46ac-9a84-bda12b5e7ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config?content=all","description":"<p>Configuration data for LLDP on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0c568e09-083b-4ba9-87b5-0fa94258ad65","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}"}],"_postman_id":"b0616c7b-d958-46ac-9a84-bda12b5e7ee0"}],"id":"34ae6d55-040b-4e01-bcb9-b6417c80251d","_postman_id":"34ae6d55-040b-4e01-bcb9-b6417c80251d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-lldp - state","id":"da785146-ac9f-4ea2-ade0-02004e892352","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/state?content=all","description":"<p>Operational state data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"710337d9-11eb-48ee-9a33-70cdca434ee0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"counters\": {\n      \"frame-out\": \"<integer>\",\n      \"frame-error-in\": \"<integer>\",\n      \"tlv-discard\": \"<integer>\",\n      \"frame-error-out\": \"<integer>\",\n      \"frame-in\": \"<integer>\",\n      \"tlv-unknown\": \"<integer>\",\n      \"frame-discard\": \"<integer>\"\n    },\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}"}],"_postman_id":"da785146-ac9f-4ea2-ade0-02004e892352"}],"id":"1cae0856-f9e7-4720-aa93-6d2dde808e6c","_postman_id":"1cae0856-f9e7-4720-aa93-6d2dde808e6c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"neighbors","item":[{"name":"GET - openconfig - openconfig-lldp - neighbors","id":"2e87ec61-c622-417e-8454-e6566027dd38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/neighbors?content=all","description":"<p>Enclosing container for list of LLDP neighbors on an\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","neighbors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4fd2e096-a850-4ae6-b464-e92b51185917","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>/neighbors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>","neighbors"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbors\": {\n    \"neighbor\": {}\n  }\n}"}],"_postman_id":"2e87ec61-c622-417e-8454-e6566027dd38"}],"id":"fdaa3f44-ae2a-41af-98c1-4faf5444c692","_postman_id":"fdaa3f44-ae2a-41af-98c1-4faf5444c692","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-lldp - openconfig - interface","id":"f8995e76-6442-47b9-9527-4187b184369f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>","description":"<p>List of interfaces on which LLDP is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8d0fcd37-8e48-4ef1-a008-cd1ef37be329","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3162a6fb-9d01-42f5-abf6-c217465227fc","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8995e76-6442-47b9-9527-4187b184369f"},{"name":"PATCH - openconfig-lldp - openconfig - interface","id":"d9162908-8f32-430b-b668-60e354107f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>","description":"<p>List of interfaces on which LLDP is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"63508ca6-3c25-42d6-bc80-2f7f42f4c86b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f538f9a8-69a3-4252-a91f-963e4a79bd2d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9162908-8f32-430b-b668-60e354107f91"},{"name":"DELETE - openconfig - openconfig-lldp - interface","id":"ca44997e-6206-4742-9d90-73922f7a169f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>","description":"<p>List of interfaces on which LLDP is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"17ed013c-b889-4b9c-b4f8-75bcf7c81209","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca44997e-6206-4742-9d90-73922f7a169f"},{"name":"GET - openconfig - openconfig-lldp - interface","id":"54092038-158b-4d55-81c6-ad57b4f535b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which LLDP is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"783bf144-cb3a-401b-9225-fce0670a6503","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}"}],"_postman_id":"54092038-158b-4d55-81c6-ad57b4f535b6"}],"id":"d317a55d-69dc-4302-a749-6f1243595494","_postman_id":"d317a55d-69dc-4302-a749-6f1243595494","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-lldp - interfaces","id":"2bfcbca3-5ede-49c8-85f6-a53d53885baf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces","description":"<p>Enclosing container </p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"255bc154-70e5-4dae-9086-006ab861e7aa","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2bfcbca3-5ede-49c8-85f6-a53d53885baf"},{"name":"PUT - openconfig-lldp - openconfig - interfaces","id":"c950dec7-6848-498f-9c06-69c4f3aa45a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f80775f5-c128-4d4c-9b23-de265c124dbe","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"27df26dd-29e9-4611-b69b-058fd9204069","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c950dec7-6848-498f-9c06-69c4f3aa45a1"},{"name":"PATCH - openconfig-lldp - openconfig - interfaces","id":"68e07701-e465-435d-9d29-1d04a8fe7a6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bb633e85-f792-47c8-a64d-91327982d76a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"45943087-5693-4285-abe3-b110b21b466c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68e07701-e465-435d-9d29-1d04a8fe7a6f"},{"name":"DELETE - openconfig - openconfig-lldp - interfaces","id":"32e8a574-e6ba-485d-903e-8eb5b0e83878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1133ad22-46dc-462d-b955-f6c6b8866886","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"32e8a574-e6ba-485d-903e-8eb5b0e83878"},{"name":"GET - openconfig - openconfig-lldp - interfaces","id":"32c9daaf-96c0-459e-b923-047a68606361","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces?content=all","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1c12415c-f950-4fea-90f4-a25e21c8e802","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"32c9daaf-96c0-459e-b923-047a68606361"}],"id":"4f96e4f7-1e8e-4b47-a863-72a20708b285","_postman_id":"4f96e4f7-1e8e-4b47-a863-72a20708b285","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-lldp - lldp","id":"ea2e25ac-9c49-420f-ac21-45ea7b97ee6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"SYSTEM_NAME\",\n      \"PORT_DESCRIPTION\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"LOCAL\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp","description":"<p>Top-level container for LLDP configuration and state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1c8cd730-67b3-482c-a3f4-90a1ee9e1e09","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"system-description\": \"<string>\",\n    \"suppress-tlv-advertisement\": [\n      \"SYSTEM_NAME\",\n      \"PORT_DESCRIPTION\"\n    ],\n    \"system-name\": \"<string>\",\n    \"hello-timer\": \"<integer>\",\n    \"chassis-id-type\": \"LOCAL\",\n    \"chassis-id\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea2e25ac-9c49-420f-ac21-45ea7b97ee6c"},{"name":"PUT - openconfig-lldp - openconfig - lldp","id":"f9e57982-1682-47b9-8097-b8ad4e103c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"MANAGEMENT_ADDRESS\",\n        \"PORT_ID\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"NETWORK_ADDRESS\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp","description":"<p>Top-level container for LLDP configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a5c94ea8-cf35-4977-9ee1-d10878b68f0a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"MANAGEMENT_ADDRESS\",\n        \"PORT_ID\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"NETWORK_ADDRESS\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d34fb09e-7f90-44f2-a3a7-31cb9488563e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"MANAGEMENT_ADDRESS\",\n        \"PORT_ID\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"NETWORK_ADDRESS\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9e57982-1682-47b9-8097-b8ad4e103c99"},{"name":"PATCH - openconfig-lldp - openconfig - lldp","id":"c93a3c1b-c57a-4587-8b8f-88abd273ffb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"MANAGEMENT_ADDRESS\",\n        \"PORT_ID\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"NETWORK_ADDRESS\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp","description":"<p>Top-level container for LLDP configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"96abe653-bbe9-44b2-a5e0-5f1b63410001","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"MANAGEMENT_ADDRESS\",\n        \"PORT_ID\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"NETWORK_ADDRESS\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a470d58d-a735-4ccf-b55b-44b9f844bc82","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-lldp:lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"MANAGEMENT_ADDRESS\",\n        \"PORT_ID\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"NETWORK_ADDRESS\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c93a3c1b-c57a-4587-8b8f-88abd273ffb0"},{"name":"DELETE - openconfig - openconfig-lldp - lldp","id":"0bd76fb6-169d-491e-be78-6647b263a525","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp","description":"<p>Top-level container for LLDP configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9363efed-2414-42d8-a547-12abdaeb0a3f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0bd76fb6-169d-491e-be78-6647b263a525"},{"name":"GET - openconfig - openconfig-lldp - lldp","id":"89bf5d46-1794-4d17-a668-b8ea1276a83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp?content=all","description":"<p>Top-level container for LLDP configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e0ab6cdf-db51-4f0b-ba82-59672ce86092","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-lldp:lldp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-lldp:lldp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"lldp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"enabled\": true\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"system-description\": \"<string>\",\n      \"suppress-tlv-advertisement\": [\n        \"CHASSIS_ID\",\n        \"SYSTEM_DESCRIPTION\"\n      ],\n      \"system-name\": \"<string>\",\n      \"hello-timer\": \"<integer>\",\n      \"chassis-id-type\": \"INTERFACE_NAME\",\n      \"chassis-id\": \"<string>\",\n      \"enabled\": true\n    }\n  }\n}"}],"_postman_id":"89bf5d46-1794-4d17-a668-b8ea1276a83a"}],"id":"58502d46-ac2e-4c6f-ad5e-acc22f4ddae2","_postman_id":"58502d46-ac2e-4c6f-ad5e-acc22f4ddae2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-macsec:macsec","item":[{"name":"interfaces","item":[{"name":"interface={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-macsec - openconfig - config","id":"5ddce653-2dd6-427e-a824-889f435540ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config","description":"<p>Configuration data for MACsec on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6cee972d-4f37-4a29-986b-71aea415f9d6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a7ecf108-2de5-4f0d-b5c6-ccb2ede43065","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ddce653-2dd6-427e-a824-889f435540ed"},{"name":"PATCH - openconfig-macsec - openconfig - config","id":"050ac913-15aa-4cd5-8464-9dc06ae97985","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config","description":"<p>Configuration data for MACsec on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"66330c70-0d8d-465d-9512-b630b500c279","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e837c19-5e3b-4130-98ff-687f0937ed8c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"050ac913-15aa-4cd5-8464-9dc06ae97985"},{"name":"DELETE - openconfig - openconfig-macsec - config","id":"b590eafc-e509-4bb8-b243-f8aeb7a7ff42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config","description":"<p>Configuration data for MACsec on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"31fa5d37-1424-4615-9114-54e888b24818","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b590eafc-e509-4bb8-b243-f8aeb7a7ff42"},{"name":"GET - openconfig - openconfig-macsec - config","id":"fd5a9d37-4144-4c57-9e8b-8ccaf853066f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config?content=all","description":"<p>Configuration data for MACsec on each interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9f13602a-f7dd-49e4-8a02-c544452bed70","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}"}],"_postman_id":"fd5a9d37-4144-4c57-9e8b-8ccaf853066f"}],"id":"2e4f46e0-a0ac-4b93-8156-440cc9c98511","_postman_id":"2e4f46e0-a0ac-4b93-8156-440cc9c98511","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-macsec - state","id":"3b786ae8-3664-4f95-acf7-b04d5b708663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/state?content=all","description":"<p>Operational state data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7d73ce01-0357-4a8a-9685-a49aa70f33e3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"counters\": {\n      \"rx-badtag-pkts\": \"<integer>\",\n      \"rx-unknownsci-pkts\": \"<integer>\",\n      \"rx-untagged-pkts\": \"<integer>\",\n      \"tx-untagged-pkts\": \"<integer>\",\n      \"rx-nosci-pkts\": \"<integer>\",\n      \"rx-late-pkts\": \"<integer>\"\n    },\n    \"enable\": false,\n    \"name\": \"<string>\",\n    \"replay-protection\": \"0\"\n  }\n}"}],"_postman_id":"3b786ae8-3664-4f95-acf7-b04d5b708663"}],"id":"e482ccbb-51a8-4b9d-b931-db806645ef94","_postman_id":"e482ccbb-51a8-4b9d-b931-db806645ef94","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mka","item":[{"name":"PUT - openconfig-macsec - openconfig - mka","id":"424eeba0-ac90-42c6-bf4d-6fbcf699b9a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka","description":"<p>Enclosing container for the MKA interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4e1e0e3c-bef1-4d96-9d23-5ec215d74c80","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c8ff4688-5a73-4317-971d-3b6012c9edc0","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"424eeba0-ac90-42c6-bf4d-6fbcf699b9a8"},{"name":"PATCH - openconfig-macsec - openconfig - mka","id":"362e90d5-aa45-4ae0-91ae-954ea91e1363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka","description":"<p>Enclosing container for the MKA interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bd1cceba-e463-4bb5-b82a-45f601ec8766","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5c7884a1-47da-48ea-bfe4-4177a7474893","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"362e90d5-aa45-4ae0-91ae-954ea91e1363"},{"name":"DELETE - openconfig - openconfig-macsec - mka","id":"e29f845b-a046-47ac-92a1-4489c268c607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka","description":"<p>Enclosing container for the MKA interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5fc29587-09ec-4423-a156-b11676440618","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e29f845b-a046-47ac-92a1-4489c268c607"},{"name":"GET - openconfig - openconfig-macsec - mka","id":"b222e623-6c55-4695-974c-1a263ea089a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka?content=all","description":"<p>Enclosing container for the MKA interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"856433b7-cdb2-4498-a901-428d67aed82f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/mka?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","mka"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mka\": {\n    \"config\": {\n      \"key-chain\": \"<string>\",\n      \"mka-policy\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"b222e623-6c55-4695-974c-1a263ea089a9"}],"id":"ce3ea721-02c8-47f5-9bc8-949d978ea878","_postman_id":"ce3ea721-02c8-47f5-9bc8-949d978ea878","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"scsa-tx","item":[{"name":"GET - openconfig - openconfig-macsec - scsa-tx","id":"18bf3311-1dc6-4f60-8a69-5caa05dcbfed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/scsa-tx?content=all","description":"<p>Enclosing container for transmitted packets for Secure Channel and\nSecure Association</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","scsa-tx"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"324da33e-6883-445c-9941-797d868cbd53","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/scsa-tx?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","scsa-tx"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"scsa-tx\": {\n    \"scsa-tx\": {}\n  }\n}"}],"_postman_id":"18bf3311-1dc6-4f60-8a69-5caa05dcbfed"}],"id":"72bfef9a-f147-4ef5-acad-23f34b5391ba","_postman_id":"72bfef9a-f147-4ef5-acad-23f34b5391ba","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"scsa-rx","item":[{"name":"GET - openconfig - openconfig-macsec - scsa-rx","id":"ca831cb6-727e-4514-a25e-272e2c2ab9c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/scsa-rx?content=all","description":"<p>Enclosing container for received packets for Secure Channel and\nSecure Association</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","scsa-rx"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d9082773-1552-4913-8b4d-52cf7ba512b9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>/scsa-rx?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>","scsa-rx"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"scsa-rx\": {\n    \"scsa-rx\": {}\n  }\n}"}],"_postman_id":"ca831cb6-727e-4514-a25e-272e2c2ab9c2"}],"id":"1444db9c-17e1-41d6-bb22-07c50937fe45","_postman_id":"1444db9c-17e1-41d6-bb22-07c50937fe45","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-macsec - openconfig - interface","id":"ca6f3fe1-299b-4308-8ce1-13e5c03c2651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>","description":"<p>List of interfaces on which MACsec is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"feb5842a-8386-4a5f-8c49-71e6be17d85a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2ff8f03c-0e0b-40ad-80c8-76b9816d8235","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca6f3fe1-299b-4308-8ce1-13e5c03c2651"},{"name":"PATCH - openconfig-macsec - openconfig - interface","id":"05d29ac0-fbcd-49b2-a42e-8aa22d55e956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>","description":"<p>List of interfaces on which MACsec is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"80b7fae8-8037-4f88-ad36-c4270e218eef","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5834351d-53e8-47a0-bc00-67cf218934ef","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05d29ac0-fbcd-49b2-a42e-8aa22d55e956"},{"name":"DELETE - openconfig - openconfig-macsec - interface","id":"73bcc7b7-2674-4094-b1fa-0e758e63111e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>","description":"<p>List of interfaces on which MACsec is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bafa7c78-4e7d-4df6-aea5-d3fd3431c634","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73bcc7b7-2674-4094-b1fa-0e758e63111e"},{"name":"GET - openconfig - openconfig-macsec - interface","id":"370619b2-0081-4819-b2d1-ea812154e25f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which MACsec is enabled / available</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"dd8cd069-8e6c-4ee7-a7c2-8fbd9e024053","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}"}],"_postman_id":"370619b2-0081-4819-b2d1-ea812154e25f"}],"id":"50ee63c1-2679-4900-aa66-d4eaafadd5f7","_postman_id":"50ee63c1-2679-4900-aa66-d4eaafadd5f7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-macsec - interfaces","id":"faa9a4f4-e37d-4873-a4e1-0f64bc240d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces","description":"<p>Enclosing container for the MACsec interfaces list</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"98d8e0ae-dd4e-4f81-bbb4-513043566cc5","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    },\n    {\n      \"mka\": {\n        \"config\": {\n          \"key-chain\": \"<string>\",\n          \"mka-policy\": \"<string>\"\n        }\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"enable\": false,\n        \"name\": \"<string>\",\n        \"replay-protection\": \"0\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"faa9a4f4-e37d-4873-a4e1-0f64bc240d5c"},{"name":"PUT - openconfig-macsec - openconfig - interfaces","id":"b229c5d1-b73f-4b2a-8c15-8769268d283f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces","description":"<p>Enclosing container for the MACsec interfaces list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"777e3dce-b39b-4b88-8991-1b16744004a4","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2428787a-bd82-4b61-b644-08bce8ae8a69","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b229c5d1-b73f-4b2a-8c15-8769268d283f"},{"name":"PATCH - openconfig-macsec - openconfig - interfaces","id":"989b79cd-ffeb-4059-867a-ce0c220de13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces","description":"<p>Enclosing container for the MACsec interfaces list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b9a27a81-92f9-4d77-a1b7-196f76d4dd49","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e401c6ec-e922-488f-be9e-3060eb515b86","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"989b79cd-ffeb-4059-867a-ce0c220de13a"},{"name":"DELETE - openconfig - openconfig-macsec - interfaces","id":"7f11e33f-f3c8-44d1-9115-028f4754ced7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces","description":"<p>Enclosing container for the MACsec interfaces list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"379d3867-7d58-401e-ba02-1b74714ba69c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f11e33f-f3c8-44d1-9115-028f4754ced7"},{"name":"GET - openconfig - openconfig-macsec - interfaces","id":"6c2b8a7e-ef51-4a01-8f65-6c521c8e3b3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces?content=all","description":"<p>Enclosing container for the MACsec interfaces list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0f40fec9-064f-47a2-bd35-bb3604919853","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"6c2b8a7e-ef51-4a01-8f65-6c521c8e3b3d"}],"id":"cec253eb-8e88-42e5-aa4d-9ab2bb065d74","_postman_id":"cec253eb-8e88-42e5-aa4d-9ab2bb065d74","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mka","item":[{"name":"state","item":[{"name":"counters","item":[{"name":"GET - openconfig - openconfig-macsec - counters","id":"1231d58f-4a66-4c22-9344-72bd926f2ad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/state/counters?content=all","description":"<p>MKA global counters</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","state","counters"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9a73e08a-4662-4f91-9882-93781174440b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/state/counters?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","state","counters"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"counters\": {\n    \"sak-hash-errors\": \"<integer>\",\n    \"in-mkpdu-icv-verification-errors\": \"<integer>\",\n    \"sak-generation-errors\": \"<integer>\",\n    \"out-mkpdu-errors\": \"<integer>\",\n    \"in-mkpdu-bad-peer-errors\": \"<integer>\",\n    \"in-mkpdu-validation-errors\": \"<integer>\",\n    \"in-mkpdu-peer-list-errors\": \"<integer>\"\n  }\n}"}],"_postman_id":"1231d58f-4a66-4c22-9344-72bd926f2ad6"}],"id":"5d21c7b6-52f1-4f46-b051-fac948da311a","_postman_id":"5d21c7b6-52f1-4f46-b051-fac948da311a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-macsec - state","id":"71544183-4e73-4167-9282-ebae22387588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/state?content=all","description":"<p>Operational state data for MKA</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"46f6d120-640e-4248-a9b4-eda96e1de5b0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"counters\": {\n      \"sak-hash-errors\": \"<integer>\",\n      \"in-mkpdu-icv-verification-errors\": \"<integer>\",\n      \"sak-generation-errors\": \"<integer>\",\n      \"out-mkpdu-errors\": \"<integer>\",\n      \"in-mkpdu-bad-peer-errors\": \"<integer>\",\n      \"in-mkpdu-validation-errors\": \"<integer>\",\n      \"in-mkpdu-peer-list-errors\": \"<integer>\"\n    }\n  }\n}"}],"_postman_id":"71544183-4e73-4167-9282-ebae22387588"}],"id":"8be04991-e422-411f-b39b-22d38a2ef311","_postman_id":"8be04991-e422-411f-b39b-22d38a2ef311","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"policies","item":[{"name":"policy={name}","item":[{"name":"PUT - openconfig-macsec - openconfig - policy","id":"98f9136a-b9d8-4983-bfcb-03c019dadc50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>","description":"<p>List of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies","policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c48f01e4-4788-497d-a0c3-7b20c16291eb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5305b6fe-3bd8-492d-bbed-774721c6309f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98f9136a-b9d8-4983-bfcb-03c019dadc50"},{"name":"PATCH - openconfig-macsec - openconfig - policy","id":"4335982a-6694-4998-bce0-59277bf96c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>","description":"<p>List of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies","policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6a1ce274-5b53-4a3e-9da5-f39a4e22bff3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bc407e5a-a317-4fce-89c0-8edbb717d26d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4335982a-6694-4998-bce0-59277bf96c0d"},{"name":"DELETE - openconfig - openconfig-macsec - policy","id":"c207d5a7-9b92-46f1-9441-4b67d4e2cb88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>","description":"<p>List of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies","policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cbfbde3f-fb70-49a0-bb2e-8bd6e1c2d87f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c207d5a7-9b92-46f1-9441-4b67d4e2cb88"},{"name":"GET - openconfig - openconfig-macsec - policy","id":"43ebff1d-a10f-457d-8caa-9f78068d7487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>?content=all","description":"<p>List of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies","policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"43e8f30c-2906-4ddc-83bf-f969bef00b53","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies/policy=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies","policy=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_XPN_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_128\",\n          \"GCM_AES_256\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}"}],"_postman_id":"43ebff1d-a10f-457d-8caa-9f78068d7487"}],"id":"3ad52ff6-5c31-45cb-98d4-ca2141747114","_postman_id":"3ad52ff6-5c31-45cb-98d4-ca2141747114","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-macsec - policies","id":"4da811e5-83b9-4586-a30c-fb7c9fc9f0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_XPN_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_128\",\n          \"GCM_AES_256\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies","description":"<p>Enclosing container for the list of MKA policies</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2c490b97-0237-486d-8088-6389a0611325","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"policy\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_XPN_128\",\n          \"GCM_AES_XPN_128\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"macsec-cipher-suite\": [\n          \"GCM_AES_128\",\n          \"GCM_AES_256\"\n        ],\n        \"confidentiality-offset\": \"0_BYTES\",\n        \"sak-rekey-interval\": \"0\",\n        \"delay-protection\": false,\n        \"include-icv-indicator\": true,\n        \"key-server-priority\": 16\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4da811e5-83b9-4586-a30c-fb7c9fc9f0f1"},{"name":"PUT - openconfig-macsec - openconfig - policies","id":"eaa98056-c541-4baf-9ec0-d4ed0ada5276","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies","description":"<p>Enclosing container for the list of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f3371a3b-72ab-4494-907f-99308666039f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3fc2f48e-6d23-404e-98d9-b96077fe0da7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eaa98056-c541-4baf-9ec0-d4ed0ada5276"},{"name":"PATCH - openconfig-macsec - openconfig - policies","id":"48dbd113-5970-4f2c-8e9c-b3595599f2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies","description":"<p>Enclosing container for the list of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"039a24f6-edce-4158-86c9-46607e85685b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"eac08190-0c24-4fb3-a4a3-33660cd7b1b7","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"48dbd113-5970-4f2c-8e9c-b3595599f2ea"},{"name":"DELETE - openconfig - openconfig-macsec - policies","id":"bc2471c1-ff44-4d1f-81b5-67d68d9ea67c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies","description":"<p>Enclosing container for the list of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e5f90a34-2bc5-4a62-9de2-27241a6bfeb7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bc2471c1-ff44-4d1f-81b5-67d68d9ea67c"},{"name":"GET - openconfig - openconfig-macsec - policies","id":"905f4abb-3262-46d9-97ab-00c284b75bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies?content=all","description":"<p>Enclosing container for the list of MKA policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3dadab65-f00b-40c9-87cd-8f628a24e10a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka/policies?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka","policies"],"query":[{"key":"content","value":"all"}]}},"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\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_128\",\n            \"GCM_AES_XPN_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"905f4abb-3262-46d9-97ab-00c284b75bfa"}],"id":"24cd22f6-dd8d-4fb6-890f-39e3a8018fe4","_postman_id":"24cd22f6-dd8d-4fb6-890f-39e3a8018fe4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-macsec - mka","id":"80378a6b-20a4-486e-8c19-90659622619d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_XPN_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka","description":"<p>The MKA</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9ddfbef5-1fcf-49a1-bf8c-46700354598c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"policies\": {\n    \"policy\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_128\",\n            \"GCM_AES_256\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"macsec-cipher-suite\": [\n            \"GCM_AES_XPN_256\",\n            \"GCM_AES_XPN_128\"\n          ],\n          \"confidentiality-offset\": \"0_BYTES\",\n          \"sak-rekey-interval\": \"0\",\n          \"delay-protection\": false,\n          \"include-icv-indicator\": true,\n          \"key-server-priority\": 16\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80378a6b-20a4-486e-8c19-90659622619d"},{"name":"PUT - openconfig-macsec - openconfig - mka","id":"c7a959f3-2c49-4cb1-8db3-f5684e311b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_256\",\n              \"GCM_AES_XPN_128\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka","description":"<p>The MKA</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f74fc009-67e9-4bdc-ac3e-d7ae75415426","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_256\",\n              \"GCM_AES_XPN_128\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6853902f-5f29-4e03-9785-f5d785420f14","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_256\",\n              \"GCM_AES_XPN_128\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7a959f3-2c49-4cb1-8db3-f5684e311b57"},{"name":"PATCH - openconfig-macsec - openconfig - mka","id":"594fc858-3560-42a6-b9ea-215db238eeda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_256\",\n              \"GCM_AES_XPN_128\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka","description":"<p>The MKA</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4d0f535f-6aa7-4624-bb40-744d937bc68e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_256\",\n              \"GCM_AES_XPN_128\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b5d3a6fe-faa4-4c85-96e6-b9280119ae4f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_256\",\n              \"GCM_AES_XPN_128\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"594fc858-3560-42a6-b9ea-215db238eeda"},{"name":"DELETE - openconfig - openconfig-macsec - mka","id":"f9bb4c95-19b0-47e4-bac3-1fe94bed8f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka","description":"<p>The MKA</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e2784574-8608-478a-9304-b6ee7233e8c4","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f9bb4c95-19b0-47e4-bac3-1fe94bed8f9c"},{"name":"GET - openconfig - openconfig-macsec - mka","id":"cbbda08e-72e3-4a5f-8e63-1c224542b90b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka?content=all","description":"<p>The MKA</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b103b8a0-bcce-461e-bef6-a16384f8c2ff","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec/mka?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec","mka"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mka\": {\n    \"policies\": {\n      \"policy\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_128\",\n              \"GCM_AES_XPN_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\",\n            \"macsec-cipher-suite\": [\n              \"GCM_AES_XPN_256\",\n              \"GCM_AES_256\"\n            ],\n            \"confidentiality-offset\": \"0_BYTES\",\n            \"sak-rekey-interval\": \"0\",\n            \"delay-protection\": false,\n            \"include-icv-indicator\": true,\n            \"key-server-priority\": 16\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"cbbda08e-72e3-4a5f-8e63-1c224542b90b"}],"id":"efb25442-9b32-4f09-89de-3d6935eeef6b","_postman_id":"efb25442-9b32-4f09-89de-3d6935eeef6b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-macsec - macsec","id":"fd199588-3b0c-42a7-b59a-1e7c0fedf2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec","description":"<p>The MACsec</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f3d5cbc7-e59b-4711-9bec-f77f3b3fc5c2","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      },\n      {\n        \"mka\": {\n          \"config\": {\n            \"key-chain\": \"<string>\",\n            \"mka-policy\": \"<string>\"\n          }\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"enable\": false,\n          \"name\": \"<string>\",\n          \"replay-protection\": \"0\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd199588-3b0c-42a7-b59a-1e7c0fedf2ec"},{"name":"PUT - openconfig-macsec - openconfig - macsec","id":"c0d404d9-460a-4c10-a68b-003270a2ad2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_128\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec","description":"<p>The MACsec</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"550f9106-e5ad-41d0-9dba-97fe1a7030c0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_128\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d56ad8de-26f7-421d-be51-7e06d30bd030","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_128\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0d404d9-460a-4c10-a68b-003270a2ad2f"},{"name":"PATCH - openconfig-macsec - openconfig - macsec","id":"87abf569-4148-4e3b-8a85-db0a7e2854ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_128\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec","description":"<p>The MACsec</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4b3eb594-40ce-49cf-99b6-a2929c041b3c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_128\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"923396b7-56d2-40fd-ad18-5ac98fd76369","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-macsec:macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_128\",\n                \"GCM_AES_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87abf569-4148-4e3b-8a85-db0a7e2854ab"},{"name":"DELETE - openconfig - openconfig-macsec - macsec","id":"4aabb650-67b3-477a-b77a-b955213e7f99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec","description":"<p>The MACsec</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4dff49f0-ca0f-45cf-835c-b5602611ae9b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4aabb650-67b3-477a-b77a-b955213e7f99"},{"name":"GET - openconfig - openconfig-macsec - macsec","id":"84917948-0dbe-4419-a5ec-c5716fa9bdc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec?content=all","description":"<p>The MACsec</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"507ac235-584c-48db-884d-5e5b829f726d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-macsec:macsec?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-macsec:macsec"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"macsec\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        },\n        {\n          \"mka\": {\n            \"config\": {\n              \"key-chain\": \"<string>\",\n              \"mka-policy\": \"<string>\"\n            }\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"enable\": false,\n            \"name\": \"<string>\",\n            \"replay-protection\": \"0\"\n          }\n        }\n      ]\n    },\n    \"mka\": {\n      \"policies\": {\n        \"policy\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_128\",\n                \"GCM_AES_XPN_128\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"macsec-cipher-suite\": [\n                \"GCM_AES_XPN_256\",\n                \"GCM_AES_XPN_256\"\n              ],\n              \"confidentiality-offset\": \"0_BYTES\",\n              \"sak-rekey-interval\": \"0\",\n              \"delay-protection\": false,\n              \"include-icv-indicator\": true,\n              \"key-server-priority\": 16\n            }\n          }\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"84917948-0dbe-4419-a5ec-c5716fa9bdc3"}],"id":"9d8a3b35-5c35-4e8d-bce4-87f2794539c6","_postman_id":"9d8a3b35-5c35-4e8d-bce4-87f2794539c6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-module-catalog:organizations","item":[{"name":"organization={name}","item":[{"name":"implementations","item":[{"name":"implementation={id}","item":[{"name":"PUT - openconfig-module-catalog - openconfig - implementation","id":"7ec9cc1d-9dcc-4c7b-840b-ac4135f1d0bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>","description":"<p>List of available implementations, keyed by an identifier\nprovided by either the implementor or the module\nmaintainer.  Such a key avoids needing a complex composite\nkey to uniquely identify an implementation.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations","implementation=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e7954fc8-3dcf-4a5c-b1b4-b0a349eff02b","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b0dd79b6-949d-4590-8841-3a9574339aab","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ec9cc1d-9dcc-4c7b-840b-ac4135f1d0bb"},{"name":"PATCH - openconfig-module-catalog - openconfig - implementation","id":"b9f85f8d-1a8c-4b4d-9307-7b5cf848e213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>","description":"<p>List of available implementations, keyed by an identifier\nprovided by either the implementor or the module\nmaintainer.  Such a key avoids needing a complex composite\nkey to uniquely identify an implementation.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations","implementation=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a9095590-d0bc-4262-bb40-6e40a4aedcac","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"06476a2d-5fd5-4a48-95b1-7101eec0f558","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9f85f8d-1a8c-4b4d-9307-7b5cf848e213"},{"name":"DELETE - openconfig - openconfig-module-catalog - implementation","id":"93acb1e6-dff0-4784-b881-9ca5ac9f561b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>","description":"<p>List of available implementations, keyed by an identifier\nprovided by either the implementor or the module\nmaintainer.  Such a key avoids needing a complex composite\nkey to uniquely identify an implementation.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations","implementation=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a453f855-287f-4f34-bae4-463ad55fcb76","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93acb1e6-dff0-4784-b881-9ca5ac9f561b"},{"name":"GET - openconfig - openconfig-module-catalog - implementation","id":"37c58da0-6160-481d-8c93-44c323e829af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>?content=all","description":"<p>List of available implementations, keyed by an identifier\nprovided by either the implementor or the module\nmaintainer.  Such a key avoids needing a complex composite\nkey to uniquely identify an implementation.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations","implementation=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1d8a0c75-ef54-4043-9147-7fa66edcf3fe","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations/implementation=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations","implementation=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    }\n  ]\n}"}],"_postman_id":"37c58da0-6160-481d-8c93-44c323e829af"}],"id":"1698017b-b2c3-4a4e-852d-5a2c7f3962f3","_postman_id":"1698017b-b2c3-4a4e-852d-5a2c7f3962f3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-module-catalog - implementations","id":"e2c3131c-8b94-4c1a-9d07-aa07c54b465a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations","description":"<p>Container for module implementation information</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7ce84cbc-d7ca-455f-a9ee-3e09d6781174","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"implementation\": [\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"COMPLETE\"\n    },\n    {\n      \"reference\": \"<string>\",\n      \"platform-version\": \"<string>\",\n      \"description\": \"<string>\",\n      \"id\": \"<string>\",\n      \"feature-bundles\": {},\n      \"platform\": \"<string>\",\n      \"status\": \"PLANNED\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2c3131c-8b94-4c1a-9d07-aa07c54b465a"},{"name":"PUT - openconfig-module-catalog - openconfig - implementations","id":"e08c9ab3-ab49-412b-b528-fe36d7aff5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"COMPLETE\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations","description":"<p>Container for module implementation information</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bb441fb9-fef9-491f-9358-6e2ab85b0902","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"COMPLETE\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b9fb929a-3f7e-4099-82e5-69ad42602037","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"COMPLETE\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e08c9ab3-ab49-412b-b528-fe36d7aff5d0"},{"name":"PATCH - openconfig-module-catalog - openconfig - implementations","id":"3ec02d09-99fa-4d41-a7d8-9d53ba79cbb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"COMPLETE\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations","description":"<p>Container for module implementation information</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b7ba710e-a017-4b0a-a1e9-c612d162fd5d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"COMPLETE\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0077b5e1-80a7-4e75-93d1-4c4ad44a24e8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"COMPLETE\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ec02d09-99fa-4d41-a7d8-9d53ba79cbb9"},{"name":"DELETE - openconfig - openconfig-module-catalog - implementations","id":"7d28da0e-369e-45a2-bc26-574d6853f894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations","description":"<p>Container for module implementation information</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6b2f4a7b-5039-4480-b9e5-0098385aac76","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d28da0e-369e-45a2-bc26-574d6853f894"},{"name":"GET - openconfig - openconfig-module-catalog - implementations","id":"60778689-13b6-45cd-a17d-9d2eb4bf372e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations?content=all","description":"<p>Container for module implementation information</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"82510216-ac5c-4b99-aeaf-99dac8981465","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/implementations?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","implementations"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"implementations\": {\n    \"implementation\": [\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"PARTIAL\"\n      },\n      {\n        \"reference\": \"<string>\",\n        \"platform-version\": \"<string>\",\n        \"description\": \"<string>\",\n        \"id\": \"<string>\",\n        \"feature-bundles\": {},\n        \"platform\": \"<string>\",\n        \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n      }\n    ]\n  }\n}"}],"_postman_id":"60778689-13b6-45cd-a17d-9d2eb4bf372e"}],"id":"7ee7dd70-28ca-43e1-87da-ff06c1112d1f","_postman_id":"7ee7dd70-28ca-43e1-87da-ff06c1112d1f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"release-bundles","item":[{"name":"release-bundle={name1},{version}","item":[{"name":"PUT - openconfig-module-catalog - openconfig - release-bundle","id":"5e4f39b9-1a6f-49e2-9b24-1b4568c62e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>","description":"<p>List of release bundles - sets of modules and/or\nbundles which are interoperable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles","release-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"df9343de-3863-42bd-82c2-2379e909e02a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"17210ff2-39ac-4175-bacd-bc7f8c326df0","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e4f39b9-1a6f-49e2-9b24-1b4568c62e99"},{"name":"PATCH - openconfig-module-catalog - openconfig - release-bundle","id":"c93f24bf-78c4-4f28-a8da-cf79d94e3d04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>","description":"<p>List of release bundles - sets of modules and/or\nbundles which are interoperable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles","release-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ae146c34-79e1-4c57-b7bb-91afccd2a183","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2e96df23-3b50-49c1-a4de-979651ee48c0","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c93f24bf-78c4-4f28-a8da-cf79d94e3d04"},{"name":"DELETE - openconfig - openconfig-module-catalog - release-bundle","id":"4f89f30c-2643-464b-a24f-ae1ed0d0c086","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>","description":"<p>List of release bundles - sets of modules and/or\nbundles which are interoperable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles","release-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d04b8c86-475a-4f66-8e9d-6350af1781d1","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f89f30c-2643-464b-a24f-ae1ed0d0c086"},{"name":"GET - openconfig - openconfig-module-catalog - release-bundle","id":"6a0c7d5d-c042-43a9-a3ec-7a71e27e9d9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>?content=all","description":"<p>List of release bundles - sets of modules and/or\nbundles which are interoperable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles","release-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4261392e-142b-4018-856f-70cbef297fc6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles/release-bundle=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles","release-bundle=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"6a0c7d5d-c042-43a9-a3ec-7a71e27e9d9e"}],"id":"cf341944-0ea0-4a0e-b4c9-8cd905cf584a","_postman_id":"cf341944-0ea0-4a0e-b4c9-8cd905cf584a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-module-catalog - release-bundles","id":"899c2b56-020a-4d33-9e2b-e0b4e8912221","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles","description":"<p>List of release bundles</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"63583047-7d4f-42c0-aad5-f947ef3f426c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"release-bundle\": [\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    },\n    {\n      \"members\": {},\n      \"name\": \"<string>\",\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"899c2b56-020a-4d33-9e2b-e0b4e8912221"},{"name":"PUT - openconfig-module-catalog - openconfig - release-bundles","id":"8416aae1-b94f-45b1-bf1c-336e9846daf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles","description":"<p>List of release bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5d8df593-09e9-4481-9b9f-d22d576d9bae","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a9203855-a7b5-40d5-b3a1-14f39e720a1a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8416aae1-b94f-45b1-bf1c-336e9846daf9"},{"name":"PATCH - openconfig-module-catalog - openconfig - release-bundles","id":"a8feb1fe-6b52-4783-9049-e077e1cc8ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles","description":"<p>List of release bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4a542977-6a97-4213-9901-bc3b852b9afa","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f82b6817-b829-4fc4-95aa-65fc385d29d3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8feb1fe-6b52-4783-9049-e077e1cc8ee8"},{"name":"DELETE - openconfig - openconfig-module-catalog - release-bundles","id":"ca82839a-4995-4bed-b47d-fcc00de873a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles","description":"<p>List of release bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"830155bb-e38a-4544-97c7-805115c8c452","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca82839a-4995-4bed-b47d-fcc00de873a2"},{"name":"GET - openconfig - openconfig-module-catalog - release-bundles","id":"6074441f-ff64-4112-86c8-19af9b4995a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles?content=all","description":"<p>List of release bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"006a09f3-7553-4585-8ccf-3bec0c2a9168","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/release-bundles?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","release-bundles"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"release-bundles\": {\n    \"release-bundle\": [\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      {\n        \"members\": {},\n        \"name\": \"<string>\",\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"6074441f-ff64-4112-86c8-19af9b4995a2"}],"id":"c698a15a-7961-4b8a-bc7b-d4b4565e90b9","_postman_id":"c698a15a-7961-4b8a-bc7b-d4b4565e90b9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"feature-bundles","item":[{"name":"feature-bundle={name1},{version}","item":[{"name":"PUT - openconfig-module-catalog - openconfig - feature-bundle","id":"3004ee91-7ae2-4f95-8556-41b47e093887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>","description":"<p>List of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles","feature-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"636c2968-e467-4047-b3f2-247e294d38ec","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"62994ab3-7e7e-4840-8359-b2017b8b2700","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3004ee91-7ae2-4f95-8556-41b47e093887"},{"name":"PATCH - openconfig-module-catalog - openconfig - feature-bundle","id":"2bc04491-e24a-45c5-aa4c-0d82f607bd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>","description":"<p>List of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles","feature-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d3610e24-0c21-4da4-b166-a1616a5f327b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7c62c659-f704-49d2-b2fe-46d6c42bf428","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2bc04491-e24a-45c5-aa4c-0d82f607bd4a"},{"name":"DELETE - openconfig - openconfig-module-catalog - feature-bundle","id":"dbd2504c-c5f5-435c-99ac-5c72ca49f2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>","description":"<p>List of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles","feature-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"731cb808-e4d2-4874-b91d-45de20738cd3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dbd2504c-c5f5-435c-99ac-5c72ca49f2be"},{"name":"GET - openconfig - openconfig-module-catalog - feature-bundle","id":"cfbf287c-68c2-49f4-812d-d7078fa335bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>?content=all","description":"<p>List of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles","feature-bundle=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ece18bca-8f5c-4896-9e9b-19a556110949","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles/feature-bundle=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles","feature-bundle=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"cfbf287c-68c2-49f4-812d-d7078fa335bd"}],"id":"277d4ccf-b6a2-4ba2-be10-eff6c83ea167","_postman_id":"277d4ccf-b6a2-4ba2-be10-eff6c83ea167","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-module-catalog - feature-bundles","id":"52e68288-e63a-4570-8db6-3996b830fa5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles","description":"<p>Enclosing container for the list of feature bundles</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d65cda45-5cc9-4669-ab3c-caba36474c55","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"feature-bundle\": [\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    },\n    {\n      \"path\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"name\": \"<string>\",\n      \"release-bundle\": {\n        \"name\": \"<string>\",\n        \"publisher\": \"<string>\",\n        \"version\": \"<string>\"\n      },\n      \"feature-bundles\": {},\n      \"version\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52e68288-e63a-4570-8db6-3996b830fa5a"},{"name":"PUT - openconfig-module-catalog - openconfig - feature-bundles","id":"dbf17dcf-8550-4490-9c5b-5c7ff43ae014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles","description":"<p>Enclosing container for the list of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7d1ef696-4ebb-4fea-9ac8-6389b1455c11","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ec67495-06f3-471e-8401-c9fca2f971f6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dbf17dcf-8550-4490-9c5b-5c7ff43ae014"},{"name":"PATCH - openconfig-module-catalog - openconfig - feature-bundles","id":"9b8213dc-a172-4931-b33e-b51b1a8db1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles","description":"<p>Enclosing container for the list of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"29ae134f-bc36-4925-b248-adb0a0533a72","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d949991b-438f-4cb4-879a-13784f76696b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b8213dc-a172-4931-b33e-b51b1a8db1f5"},{"name":"DELETE - openconfig - openconfig-module-catalog - feature-bundles","id":"d3befbfd-282f-4f73-8792-355e9c53963b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles","description":"<p>Enclosing container for the list of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f9602cb-5237-4abc-9504-0ee105a2d493","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3befbfd-282f-4f73-8792-355e9c53963b"},{"name":"GET - openconfig - openconfig-module-catalog - feature-bundles","id":"caa2b3f4-4f52-4672-9003-204d45cf560e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles?content=all","description":"<p>Enclosing container for the list of feature bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0611a2ea-e069-41f1-ac02-b67da44d7e79","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/feature-bundles?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","feature-bundles"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"feature-bundles\": {\n    \"feature-bundle\": [\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      },\n      {\n        \"path\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\",\n        \"release-bundle\": {\n          \"name\": \"<string>\",\n          \"publisher\": \"<string>\",\n          \"version\": \"<string>\"\n        },\n        \"feature-bundles\": {},\n        \"version\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"caa2b3f4-4f52-4672-9003-204d45cf560e"}],"id":"8e3d187f-2622-433d-8b39-d932c79e18c6","_postman_id":"8e3d187f-2622-433d-8b39-d932c79e18c6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"modules","item":[{"name":"module={name1},{version}","item":[{"name":"PUT - openconfig-module-catalog - openconfig - module","id":"241ce893-343c-4a13-9aac-28ca1b567be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"IETF_MODEL_TYPE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_MODEL_LAYER\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>","description":"<p>List of published modules from the organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules","module=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ae023e1b-5c7e-4003-bb74-0e7f1513b0bd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"IETF_MODEL_TYPE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_MODEL_LAYER\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4ee5f408-70fb-41f7-af5e-d613be91cc38","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"IETF_MODEL_TYPE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_MODEL_LAYER\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"241ce893-343c-4a13-9aac-28ca1b567be2"},{"name":"PATCH - openconfig-module-catalog - openconfig - module","id":"a167af3a-c8d7-451a-92d4-fbb30f8b144c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"IETF_MODEL_TYPE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_MODEL_LAYER\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>","description":"<p>List of published modules from the organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules","module=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2cf2e617-6d42-4e9f-9a4e-174aaa761167","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"IETF_MODEL_TYPE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_MODEL_LAYER\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"df818f17-95e3-4e88-a686-9d36c261e86c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"IETF_MODEL_TYPE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_MODEL_LAYER\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a167af3a-c8d7-451a-92d4-fbb30f8b144c"},{"name":"DELETE - openconfig - openconfig-module-catalog - module","id":"55c93d64-9447-4803-a706-94e5b8015454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>","description":"<p>List of published modules from the organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules","module=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7c0d5d17-bf92-435d-8d0b-6d38bd8720b7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55c93d64-9447-4803-a706-94e5b8015454"},{"name":"GET - openconfig - openconfig-module-catalog - module","id":"1b83f520-f853-496e-a163-dfd4793a4e63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>?content=all","description":"<p>List of published modules from the organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules","module=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e0d62f3f-0c9d-48d5-aebf-b5564372a387","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules/module=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules","module=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_NETWORK_SERVICE\",\n        \"subcategory\": \"IETF_TYPE_STANDARD\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"1b83f520-f853-496e-a163-dfd4793a4e63"}],"id":"9f16b2fa-c4a3-4805-80fb-d34217dd4339","_postman_id":"9f16b2fa-c4a3-4805-80fb-d34217dd4339","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-module-catalog - modules","id":"49e17eb6-6d72-4189-bd33-0fde2915ec09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_NETWORK_SERVICE\",\n        \"subcategory\": \"IETF_TYPE_STANDARD\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules","description":"<p>Modules published by this organization</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"156d852a-d789-4cc8-8e29-2b71bbd69062","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"module\": [\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"EXPERIMENTAL\",\n        \"category\": \"MODULE_CATEGORY_BASE\",\n        \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"access\": {\n        \"md5-hash\": \"<string>\",\n        \"uri\": \"<string>\"\n      },\n      \"submodules\": {},\n      \"name\": \"<string>\",\n      \"namespace\": \"<string>\",\n      \"classification\": {\n        \"deployment-status\": \"PRODUCTION\",\n        \"category\": \"IETF_NETWORK_SERVICE\",\n        \"subcategory\": \"IETF_TYPE_STANDARD\"\n      },\n      \"version\": \"<string>\",\n      \"dependencies\": {\n        \"required-module\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49e17eb6-6d72-4189-bd33-0fde2915ec09"},{"name":"PUT - openconfig-module-catalog - openconfig - modules","id":"4f5d481f-2208-41f4-9234-f07d22c5f88f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_ELEMENT\",\n          \"subcategory\": \"IETF_TYPE_VENDOR\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules","description":"<p>Modules published by this organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f3a3243a-7178-402f-811a-c02b38e3e8ba","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_ELEMENT\",\n          \"subcategory\": \"IETF_TYPE_VENDOR\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ceeac562-a787-489f-adf3-0288301ebde2","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_ELEMENT\",\n          \"subcategory\": \"IETF_TYPE_VENDOR\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f5d481f-2208-41f4-9234-f07d22c5f88f"},{"name":"PATCH - openconfig-module-catalog - openconfig - modules","id":"58a0f888-8d72-4187-9c5c-3f032b383765","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_ELEMENT\",\n          \"subcategory\": \"IETF_TYPE_VENDOR\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules","description":"<p>Modules published by this organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"945edbda-49d2-4428-8f43-045aa9b3089a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_ELEMENT\",\n          \"subcategory\": \"IETF_TYPE_VENDOR\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b84e765f-b0e3-4494-9f8b-dceb28b49344","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"IETF_NETWORK_ELEMENT\",\n          \"subcategory\": \"IETF_TYPE_VENDOR\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58a0f888-8d72-4187-9c5c-3f032b383765"},{"name":"DELETE - openconfig - openconfig-module-catalog - modules","id":"cc2a1cba-3308-4960-8c5d-3b0d3f1242af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules","description":"<p>Modules published by this organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9d54d811-6084-4abf-9759-2e429aea291c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc2a1cba-3308-4960-8c5d-3b0d3f1242af"},{"name":"GET - openconfig - openconfig-module-catalog - modules","id":"2ed1b675-ca86-4f9a-a4dc-7cd61e63ca03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules?content=all","description":"<p>Modules published by this organization</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"84197beb-ad78-47be-8841-ef7bf91d43ae","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>/modules?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>","modules"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"modules\": {\n    \"module\": [\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"MODULE_STATUS_TYPE\",\n          \"category\": \"MODULE_CATEGORY_BASE\",\n          \"subcategory\": \"IETF_TYPE_STANDARD\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"access\": {\n          \"md5-hash\": \"<string>\",\n          \"uri\": \"<string>\"\n        },\n        \"submodules\": {},\n        \"name\": \"<string>\",\n        \"namespace\": \"<string>\",\n        \"classification\": {\n          \"deployment-status\": \"EXPERIMENTAL\",\n          \"category\": \"IETF_NETWORK_SERVICE\",\n          \"subcategory\": \"IETF_TYPE_USER\"\n        },\n        \"version\": \"<string>\",\n        \"dependencies\": {\n          \"required-module\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2ed1b675-ca86-4f9a-a4dc-7cd61e63ca03"}],"id":"cfef983c-e43f-4a65-bb81-f31899e58171","_postman_id":"cfef983c-e43f-4a65-bb81-f31899e58171","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-module-catalog - openconfig - organization","id":"dd460fe0-7940-4a8d-8e32-25ebd1afe837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDIVIDUAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_VENDOR\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"EXPERIMENTAL\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"COMMERCIAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"MODULE_CATEGORY_BASE\",\n              \"subcategory\": \"IETF_TYPE_STANDARD\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>","description":"<p>List of organizations publishing YANG modules or\nmodule bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"435b440c-910b-4287-97f3-d548768cfeda","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDIVIDUAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_VENDOR\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"EXPERIMENTAL\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"COMMERCIAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"MODULE_CATEGORY_BASE\",\n              \"subcategory\": \"IETF_TYPE_STANDARD\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"834cfc4d-9fa0-4484-9964-8cbf9a6b4c93","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDIVIDUAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_VENDOR\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"EXPERIMENTAL\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"COMMERCIAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"MODULE_CATEGORY_BASE\",\n              \"subcategory\": \"IETF_TYPE_STANDARD\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd460fe0-7940-4a8d-8e32-25ebd1afe837"},{"name":"PATCH - openconfig-module-catalog - openconfig - organization","id":"b5787584-b611-4d1f-b19e-945a0249c88f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDIVIDUAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_VENDOR\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"EXPERIMENTAL\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"COMMERCIAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"MODULE_CATEGORY_BASE\",\n              \"subcategory\": \"IETF_TYPE_STANDARD\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>","description":"<p>List of organizations publishing YANG modules or\nmodule bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"401ea298-c1bb-4f40-80d9-459379bc5858","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDIVIDUAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_VENDOR\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"EXPERIMENTAL\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"COMMERCIAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"MODULE_CATEGORY_BASE\",\n              \"subcategory\": \"IETF_TYPE_STANDARD\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8c517224-05af-43a5-a6e6-24d288e43ebb","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDIVIDUAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_VENDOR\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"EXPERIMENTAL\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"COMMERCIAL\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"MODULE_CATEGORY_BASE\",\n              \"subcategory\": \"IETF_TYPE_STANDARD\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5787584-b611-4d1f-b19e-945a0249c88f"},{"name":"DELETE - openconfig - openconfig-module-catalog - organization","id":"7db92bf3-4e17-4a4d-8a4d-915397f2f83c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>","description":"<p>List of organizations publishing YANG modules or\nmodule bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ad3496fd-7612-4d9c-aa60-3f0cc21ff388","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7db92bf3-4e17-4a4d-8a4d-915397f2f83c"},{"name":"GET - openconfig - openconfig-module-catalog - organization","id":"65a217c1-572e-46ac-91e7-e2685a993740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>?content=all","description":"<p>List of organizations publishing YANG modules or\nmodule bundles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7231466c-3ed8-428d-8ad8-feff04ec5f40","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations/organization=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations","organization=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDUSTRY\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDUSTRY\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_MODEL_TYPE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"65a217c1-572e-46ac-91e7-e2685a993740"}],"id":"fa89527b-6547-46ca-af90-c9a74fa29ae1","_postman_id":"fa89527b-6547-46ca-af90-c9a74fa29ae1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-module-catalog - organizations","id":"38b85b44-e7c8-4459-be8f-286a5a87dc12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDUSTRY\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDUSTRY\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_MODEL_TYPE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations","description":"<p>List of organizations owning modules</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"207437cf-e297-42e9-babf-6cc138d3e1c6","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"organization\": [\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDUSTRY\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"PARTIAL\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"MODULE_STATUS_TYPE\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"IETF_TYPE_USER\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"contact\": \"<string>\",\n      \"release-bundles\": {\n        \"release-bundle\": [\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          },\n          {\n            \"members\": {},\n            \"name\": \"<string>\",\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"feature-bundles\": {\n        \"feature-bundle\": [\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          },\n          {\n            \"path\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\",\n            \"release-bundle\": {\n              \"name\": \"<string>\",\n              \"publisher\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            \"feature-bundles\": {},\n            \"version\": \"<string>\"\n          }\n        ]\n      },\n      \"type\": \"INDUSTRY\",\n      \"implementations\": {\n        \"implementation\": [\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          },\n          {\n            \"reference\": \"<string>\",\n            \"platform-version\": \"<string>\",\n            \"description\": \"<string>\",\n            \"id\": \"<string>\",\n            \"feature-bundles\": {},\n            \"platform\": \"<string>\",\n            \"status\": \"IN_PROGRESS\"\n          }\n        ]\n      },\n      \"modules\": {\n        \"module\": [\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_NETWORK_ELEMENT\",\n              \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"access\": {\n              \"md5-hash\": \"<string>\",\n              \"uri\": \"<string>\"\n            },\n            \"submodules\": {},\n            \"name\": \"<string>\",\n            \"namespace\": \"<string>\",\n            \"classification\": {\n              \"deployment-status\": \"PRODUCTION\",\n              \"category\": \"IETF_MODEL_LAYER\",\n              \"subcategory\": \"IETF_MODEL_TYPE\"\n            },\n            \"version\": \"<string>\",\n            \"dependencies\": {\n              \"required-module\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38b85b44-e7c8-4459-be8f-286a5a87dc12"},{"name":"PUT - openconfig-module-catalog - openconfig - organizations","id":"022f14a1-5bf5-4825-bdbf-e70b4e2d1c58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"PRODUCTION\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations","description":"<p>List of organizations owning modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b79f734c-8ca7-444b-af22-1f95da6515bf","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"PRODUCTION\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c0c4c75a-9da7-493b-9efa-c3244c241290","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"PRODUCTION\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"022f14a1-5bf5-4825-bdbf-e70b4e2d1c58"},{"name":"PATCH - openconfig-module-catalog - openconfig - organizations","id":"1ea4e8a4-2243-42e0-a8df-4725d729c608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"PRODUCTION\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations","description":"<p>List of organizations owning modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ea4bdfdc-455f-4b67-9452-eb1e2eb9108e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"PRODUCTION\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f64971c4-9a7c-456b-a181-bb4270cacf29","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-module-catalog:organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"MODULE_SUBCATEGORY_BASE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"COMPLETE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"PRODUCTION\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ea4e8a4-2243-42e0-a8df-4725d729c608"},{"name":"DELETE - openconfig - openconfig-module-catalog - organizations","id":"376831b9-65f6-4650-98fc-b51ee4ace50c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations","description":"<p>List of organizations owning modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"78bdea00-52f8-4488-be20-56d00df169b9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"376831b9-65f6-4650-98fc-b51ee4ace50c"},{"name":"GET - openconfig - openconfig-module-catalog - organizations","id":"4e9b009c-5a09-4b3b-ad74-742be18b80c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations?content=all","description":"<p>List of organizations owning modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"806e9e43-7bbd-4bbe-a839-c96cb9b5f33f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-module-catalog:organizations?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-module-catalog:organizations"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"organizations\": {\n    \"organization\": [\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"ORGANIZATION_TYPE\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"PARTIAL\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"PLANNED\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"MODULE_CATEGORY_BASE\",\n                \"subcategory\": \"IETF_TYPE_STANDARD\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"EXPERIMENTAL\",\n                \"category\": \"IETF_NETWORK_ELEMENT\",\n                \"subcategory\": \"IETF_TYPE_VENDOR\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"contact\": \"<string>\",\n        \"release-bundles\": {\n          \"release-bundle\": [\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            },\n            {\n              \"members\": {},\n              \"name\": \"<string>\",\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"feature-bundles\": {\n          \"feature-bundle\": [\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            },\n            {\n              \"path\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\",\n              \"release-bundle\": {\n                \"name\": \"<string>\",\n                \"publisher\": \"<string>\",\n                \"version\": \"<string>\"\n              },\n              \"feature-bundles\": {},\n              \"version\": \"<string>\"\n            }\n          ]\n        },\n        \"type\": \"STANDARDS\",\n        \"implementations\": {\n          \"implementation\": [\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IN_PROGRESS\"\n            },\n            {\n              \"reference\": \"<string>\",\n              \"platform-version\": \"<string>\",\n              \"description\": \"<string>\",\n              \"id\": \"<string>\",\n              \"feature-bundles\": {},\n              \"platform\": \"<string>\",\n              \"status\": \"IMPLEMENTATION_STATUS_TYPE\"\n            }\n          ]\n        },\n        \"modules\": {\n          \"module\": [\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_MODEL_LAYER\",\n                \"subcategory\": \"IETF_TYPE_USER\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            },\n            {\n              \"access\": {\n                \"md5-hash\": \"<string>\",\n                \"uri\": \"<string>\"\n              },\n              \"submodules\": {},\n              \"name\": \"<string>\",\n              \"namespace\": \"<string>\",\n              \"classification\": {\n                \"deployment-status\": \"MODULE_STATUS_TYPE\",\n                \"category\": \"IETF_NETWORK_SERVICE\",\n                \"subcategory\": \"IETF_MODEL_TYPE\"\n              },\n              \"version\": \"<string>\",\n              \"dependencies\": {\n                \"required-module\": [\n                  \"<string>\",\n                  \"<string>\"\n                ]\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"4e9b009c-5a09-4b3b-ad74-742be18b80c8"}],"id":"1ed8b209-1aaa-49bc-92d5-8abea50ef122","_postman_id":"1ed8b209-1aaa-49bc-92d5-8abea50ef122","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-network-instance:network-instances","item":[{"name":"network-instance={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-network-instance - openconfig - config","id":"27c35ba3-20ad-4f26-97b9-919c05ce45cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"type\": \"L2VSI\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config","description":"<p>Configuration parameters relating to a network\ninstance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bc8e4b25-26fe-44d3-b9e8-b30d9f122637","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"type\": \"L2VSI\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"633d33fc-03fc-4369-92ee-06f3267ea657","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"type\": \"L2VSI\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27c35ba3-20ad-4f26-97b9-919c05ce45cf"},{"name":"PATCH - openconfig-network-instance - openconfig - config","id":"e88e36a2-8e40-4971-906d-750117e2a61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"type\": \"L2VSI\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config","description":"<p>Configuration parameters relating to a network\ninstance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f439ebc0-3989-44bf-8ce2-6947aa0fcb44","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"type\": \"L2VSI\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0e5fc3c9-ed88-48e6-a895-356194155948","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"type\": \"L2VSI\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e88e36a2-8e40-4971-906d-750117e2a61f"},{"name":"DELETE - openconfig - openconfig-network-instance - config","id":"5a2c9b59-76e1-47b0-8a2d-9d23fb5412f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config","description":"<p>Configuration parameters relating to a network\ninstance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"770a2005-b384-47f0-adda-a79cf5617dd6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5a2c9b59-76e1-47b0-8a2d-9d23fb5412f5"},{"name":"GET - openconfig - openconfig-network-instance - config","id":"8b782966-f2d1-43fb-a4e7-96fe89a66bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config?content=all","description":"<p>Configuration parameters relating to a network\ninstance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"074b4e6f-ccde-463e-8006-a9e4b1d62c59","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"type\": \"L2L3\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}"}],"_postman_id":"8b782966-f2d1-43fb-a4e7-96fe89a66bdf"}],"id":"a1f9b564-b5e7-4073-ba94-7c58f541028f","_postman_id":"a1f9b564-b5e7-4073-ba94-7c58f541028f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-network-instance - state","id":"881b8a79-3a61-45c4-b249-107d3145009c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/state?content=all","description":"<p>Operational state parameters relating to a network\ninstance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1bc6485a-1915-48f5-8660-2a0541cee9a5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"type\": \"L2P2P\",\n    \"fallback-network-instance\": \"<string>\",\n    \"router-id\": \"<string>\",\n    \"name\": \"<string>\",\n    \"description\": \"<string>\",\n    \"route-distinguisher\": \"<string>\"\n  }\n}"}],"_postman_id":"881b8a79-3a61-45c4-b249-107d3145009c"}],"id":"e735e9ed-855e-4c84-9af9-f01f8b583cc6","_postman_id":"e735e9ed-855e-4c84-9af9-f01f8b583cc6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"evpn","item":[{"name":"evpn-instances","item":[{"name":"PUT - openconfig-network-instance - openconfig - evpn-instances","id":"1d848152-9140-409e-8fb1-4e9716d11b1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances","description":"<p>Configuration attributes of the EVPN Instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn","evpn-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9f8fabea-54e8-40f0-8a6f-928325a5d83f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"127734e7-2b6b-4838-ba23-e23d92227b1d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d848152-9140-409e-8fb1-4e9716d11b1a"},{"name":"PATCH - openconfig-network-instance - openconfig - evpn-instances","id":"0596556f-2ebd-40e7-a613-b4dea6cf3d5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances","description":"<p>Configuration attributes of the EVPN Instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn","evpn-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"600e9214-23c7-4d98-a045-d30665802238","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0ff3484a-63dc-4a58-aa70-fc5768f4b1fe","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0596556f-2ebd-40e7-a613-b4dea6cf3d5a"},{"name":"DELETE - openconfig - openconfig-network-instance - evpn-instances","id":"4134e76f-3d6e-4e77-8b3a-e8849f736a36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances","description":"<p>Configuration attributes of the EVPN Instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn","evpn-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c9628392-d9e3-46f8-8e44-411b798aa9fd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4134e76f-3d6e-4e77-8b3a-e8849f736a36"},{"name":"GET - openconfig - openconfig-network-instance - evpn-instances","id":"6625379e-9700-44ba-89b8-e91de9366b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances?content=all","description":"<p>Configuration attributes of the EVPN Instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn","evpn-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"05695a6f-7ad4-463e-882f-81db6233f315","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn/evpn-instances?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn","evpn-instances"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}"}],"_postman_id":"6625379e-9700-44ba-89b8-e91de9366b4d"}],"id":"616053e0-f704-475e-acff-9ebb58d8e05d","_postman_id":"616053e0-f704-475e-acff-9ebb58d8e05d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-network-instance - evpn","id":"03ccbf31-4afc-4a6d-a3b0-8603d9fb14ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn","description":"<p>Configuration of parameters for EVPN related bridge domains\n(MAC VRFs) and layer3 VRFs (IP VRFs)</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c6d3e816-bb13-44b4-9c28-91f494619942","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"evpn-instances\": {\n    \"evpn-instance\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03ccbf31-4afc-4a6d-a3b0-8603d9fb14ed"},{"name":"PUT - openconfig-network-instance - openconfig - evpn","id":"4dc9e48f-3951-4f0e-9a01-38526a0ac33d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn","description":"<p>Configuration of parameters for EVPN related bridge domains\n(MAC VRFs) and layer3 VRFs (IP VRFs)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6554aa0b-e308-4c0c-a88b-ad2759534da2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"850f423b-5663-485f-a2aa-4f077bfdad24","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4dc9e48f-3951-4f0e-9a01-38526a0ac33d"},{"name":"PATCH - openconfig-network-instance - openconfig - evpn","id":"593996cd-133d-47bb-adc7-8a6fd5db295e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn","description":"<p>Configuration of parameters for EVPN related bridge domains\n(MAC VRFs) and layer3 VRFs (IP VRFs)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f471265b-7109-4752-a5eb-4b32c7cc00ff","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"527c8a7a-62a0-487a-8fbb-f4d61e4f58bd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"593996cd-133d-47bb-adc7-8a6fd5db295e"},{"name":"DELETE - openconfig - openconfig-network-instance - evpn","id":"a9af6499-d768-4672-8fd2-7da82de8fbba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn","description":"<p>Configuration of parameters for EVPN related bridge domains\n(MAC VRFs) and layer3 VRFs (IP VRFs)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a6b23707-36f8-46ac-bd3a-393d16c32fca","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a9af6499-d768-4672-8fd2-7da82de8fbba"},{"name":"GET - openconfig - openconfig-network-instance - evpn","id":"4de920cf-fab4-419b-9617-80598bb19935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn?content=all","description":"<p>Configuration of parameters for EVPN related bridge domains\n(MAC VRFs) and layer3 VRFs (IP VRFs)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"525d0657-7860-4078-8627-3883554752b5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/evpn?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","evpn"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"evpn\": {\n    \"evpn-instances\": {\n      \"evpn-instance\": {}\n    }\n  }\n}"}],"_postman_id":"4de920cf-fab4-419b-9617-80598bb19935"}],"id":"1610bbd4-bd34-4198-9910-6de4cac3b22a","_postman_id":"1610bbd4-bd34-4198-9910-6de4cac3b22a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"encapsulation","item":[{"name":"config","item":[{"name":"PUT - openconfig-network-instance - openconfig - config","id":"da6a6038-ffc2-43a9-bcb0-725c7901dd4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"encapsulation-type\": \"MPLS\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config","description":"<p>Configuration parameters relating to the encapsulation\nof the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"38345bf3-3bfc-4068-b02b-51b47256f27e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"encapsulation-type\": \"MPLS\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1d390b2a-4e9e-41ee-b9b7-69215a62895c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"encapsulation-type\": \"MPLS\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"da6a6038-ffc2-43a9-bcb0-725c7901dd4a"},{"name":"PATCH - openconfig-network-instance - openconfig - config","id":"617e1ef8-8c2c-4ede-9a42-6daf41f8658b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"encapsulation-type\": \"MPLS\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config","description":"<p>Configuration parameters relating to the encapsulation\nof the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d49cf9f7-e37d-4f38-98e4-5a3648b6b46d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"encapsulation-type\": \"MPLS\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c251c50f-9cac-422a-9d1d-6d644c0055e5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:config\": {\n    \"encapsulation-type\": \"MPLS\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"617e1ef8-8c2c-4ede-9a42-6daf41f8658b"},{"name":"DELETE - openconfig - openconfig-network-instance - config","id":"b5c910d4-879d-425b-b6d5-a4845ef7e0d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config","description":"<p>Configuration parameters relating to the encapsulation\nof the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cc6b3909-4440-4124-9397-d4ba65f49ebc","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5c910d4-879d-425b-b6d5-a4845ef7e0d9"},{"name":"GET - openconfig - openconfig-network-instance - config","id":"c6035147-acc4-45fc-963d-a15848f07ea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config?content=all","description":"<p>Configuration parameters relating to the encapsulation\nof the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b25aa4c8-a61f-4d5b-8a49-d5f247402a6e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"encapsulation-type\": \"ENCAPSULATION\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"PER_NEXTHOP\"\n  }\n}"}],"_postman_id":"c6035147-acc4-45fc-963d-a15848f07ea9"}],"id":"55a0d4d9-3ffe-498b-9d90-4b03073a0c07","_postman_id":"55a0d4d9-3ffe-498b-9d90-4b03073a0c07","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-network-instance - state","id":"e3f76b31-8e87-47ea-80c4-75ee273f4924","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/state?content=all","description":"<p>State parameters relating to the encapsulation of\nthe network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2b9189fa-764b-45c5-a29a-5379da95fe61","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"encapsulation-type\": \"VXLAN\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"INSTANCE_LABEL\"\n  }\n}"}],"_postman_id":"e3f76b31-8e87-47ea-80c4-75ee273f4924"}],"id":"717c907b-eba9-4785-a284-8972b4757c4c","_postman_id":"717c907b-eba9-4785-a284-8972b4757c4c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-network-instance - encapsulation","id":"06791e62-c025-4ff8-aa3d-f942b0a222d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"encapsulation-type\": \"ENCAPSULATION\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"PER_NEXTHOP\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation","description":"<p>Configuration parameters relating to the encapsulation\nused for the network instance</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"647d648f-5928-41d7-a8b6-4fb700be93f3","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"encapsulation-type\": \"ENCAPSULATION\",\n    \"control-word\": \"<boolean>\",\n    \"label-allocation-mode\": \"PER_NEXTHOP\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06791e62-c025-4ff8-aa3d-f942b0a222d7"},{"name":"PUT - openconfig-network-instance - openconfig - encapsulation","id":"3d8004ea-17af-4196-ac22-5674f8519bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"MPLS\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation","description":"<p>Configuration parameters relating to the encapsulation\nused for the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"eee25640-3138-468b-a809-1328103b2534","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"MPLS\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7613e48c-89fd-48f1-bf41-83f1c47365bc","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"MPLS\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d8004ea-17af-4196-ac22-5674f8519bf6"},{"name":"PATCH - openconfig-network-instance - openconfig - encapsulation","id":"27dec48c-b452-47e5-8cdb-7283e3012b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"MPLS\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation","description":"<p>Configuration parameters relating to the encapsulation\nused for the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"341d6770-80b1-49ff-be17-1dfc97d34bd7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"MPLS\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36e1875d-903c-4bc4-b4b9-90c230f3d572","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"MPLS\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27dec48c-b452-47e5-8cdb-7283e3012b3a"},{"name":"DELETE - openconfig - openconfig-network-instance - encapsulation","id":"a56f93bf-3b7f-479c-9cf4-2bb8c30b8998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation","description":"<p>Configuration parameters relating to the encapsulation\nused for the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a256107f-41dc-4e1a-9a33-faf58182002c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a56f93bf-3b7f-479c-9cf4-2bb8c30b8998"},{"name":"GET - openconfig - openconfig-network-instance - encapsulation","id":"3252eef7-bd14-4b6d-bb58-b09e0b291517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation?content=all","description":"<p>Configuration parameters relating to the encapsulation\nused for the network instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8ba84c28-19a8-4862-b64e-92b13b297b74","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/encapsulation?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","encapsulation"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"encapsulation\": {\n    \"config\": {\n      \"encapsulation-type\": \"ENCAPSULATION\",\n      \"control-word\": \"<boolean>\",\n      \"label-allocation-mode\": \"PER_PREFIX\"\n    }\n  }\n}"}],"_postman_id":"3252eef7-bd14-4b6d-bb58-b09e0b291517"}],"id":"6a0f3a90-a379-4107-994e-e9a56e544fb7","_postman_id":"6a0f3a90-a379-4107-994e-e9a56e544fb7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"inter-instance-policies","item":[{"name":"apply-policy","item":[{"name":"PUT - openconfig-network-instance - openconfig - apply-policy","id":"5f90f37f-3f1f-4c2c-b79e-8ad00fdfe9fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy","description":"<p>Anchor point for routing policies in the model.\nImport and export policies are with respect to the local\nrouting table, i.e., export (send) and import (receive),\ndepending on the context.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","apply-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"75c5e90f-4437-44de-ba4f-0299e57d5df0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c829bdaa-863f-49c8-a34b-60efeb7a4633","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f90f37f-3f1f-4c2c-b79e-8ad00fdfe9fc"},{"name":"PATCH - openconfig-network-instance - openconfig - apply-policy","id":"e4a588dd-825a-4556-aa79-5689fed68624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy","description":"<p>Anchor point for routing policies in the model.\nImport and export policies are with respect to the local\nrouting table, i.e., export (send) and import (receive),\ndepending on the context.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","apply-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"36019429-6ab8-46df-afe2-2725b2ff8746","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"52fde707-0447-4b0b-92fe-6352f005d0f7","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e4a588dd-825a-4556-aa79-5689fed68624"},{"name":"DELETE - openconfig - openconfig-network-instance - apply-policy","id":"8f9f0c8e-b954-4137-8c61-4458674a6f1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy","description":"<p>Anchor point for routing policies in the model.\nImport and export policies are with respect to the local\nrouting table, i.e., export (send) and import (receive),\ndepending on the context.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","apply-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"44567d86-bea9-48a0-9f68-eea2dab040cd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f9f0c8e-b954-4137-8c61-4458674a6f1f"},{"name":"GET - openconfig - openconfig-network-instance - apply-policy","id":"b241a355-7e0a-45a6-93a3-9c7bc1d37fbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy?content=all","description":"<p>Anchor point for routing policies in the model.\nImport and export policies are with respect to the local\nrouting table, i.e., export (send) and import (receive),\ndepending on the context.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","apply-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fe2ea310-0573-471b-b760-dbd8958f2cd2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/apply-policy?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","apply-policy"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}"}],"_postman_id":"b241a355-7e0a-45a6-93a3-9c7bc1d37fbd"}],"id":"b1f3b25e-c5f3-49ff-a4d5-07a8b8236855","_postman_id":"b1f3b25e-c5f3-49ff-a4d5-07a8b8236855","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"import-export-policy","item":[{"name":"PUT - openconfig-network-instance - openconfig - import-export-policy","id":"604a53cf-328e-4b01-aabc-b5c81bccb86f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy","description":"<p>Top container to set the import and export policies\nassociated with a EVI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","import-export-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f3acc8d0-c85b-41ea-9e73-570679af6568","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5d70e84a-8253-44a7-a039-d4a3a99e347e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"604a53cf-328e-4b01-aabc-b5c81bccb86f"},{"name":"PATCH - openconfig-network-instance - openconfig - import-export-policy","id":"283f3426-ae09-452f-a6f9-37200a61afd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy","description":"<p>Top container to set the import and export policies\nassociated with a EVI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","import-export-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2c4e162a-db18-4520-bd52-45ce33c8ceea","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fbc48079-bd88-4d1a-aa39-d8ecf23245c0","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"283f3426-ae09-452f-a6f9-37200a61afd3"},{"name":"DELETE - openconfig - openconfig-network-instance - import-export-policy","id":"351eeac9-526e-4701-8115-87508eaf1ac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy","description":"<p>Top container to set the import and export policies\nassociated with a EVI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","import-export-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"baa6ca30-07ea-4d88-9239-c1faad88b844","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"351eeac9-526e-4701-8115-87508eaf1ac7"},{"name":"GET - openconfig - openconfig-network-instance - import-export-policy","id":"6cc69db3-c498-49c7-8823-d2d0b3006452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy?content=all","description":"<p>Top container to set the import and export policies\nassociated with a EVI</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","import-export-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bde5fd60-3f27-434e-9800-533734bfdd16","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies/import-export-policy?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies","import-export-policy"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"import-export-policy\": {\n    \"config\": {\n      \"export-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"import-route-target\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}"}],"_postman_id":"6cc69db3-c498-49c7-8823-d2d0b3006452"}],"id":"18b38c2c-4f2e-474a-885f-edbcea7ca773","_postman_id":"18b38c2c-4f2e-474a-885f-edbcea7ca773","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-network-instance - inter-instance-policies","id":"164639d9-a08e-41d8-af7b-520ec1e03d35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies","description":"<p>Policies dictating how RIB or FIB entries are imported\nto and exported from this instance</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f2be4fce-d988-4a0e-b738-980c68e5c5b5","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"apply-policy\": {\n    \"config\": {\n      \"default-export-policy\": \"REJECT_ROUTE\",\n      \"import-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ],\n      \"default-import-policy\": \"REJECT_ROUTE\",\n      \"export-policy\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"164639d9-a08e-41d8-af7b-520ec1e03d35"},{"name":"PUT - openconfig-network-instance - openconfig - inter-instance-policies","id":"f96aa42a-8e86-4e3f-84d0-4a7f6824d5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies","description":"<p>Policies dictating how RIB or FIB entries are imported\nto and exported from this instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e98e554e-77a9-4d78-9c2a-01d276829335","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"40ff9084-9fef-4835-a9ad-76b51dfa647c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f96aa42a-8e86-4e3f-84d0-4a7f6824d5e3"},{"name":"PATCH - openconfig-network-instance - openconfig - inter-instance-policies","id":"262458ab-b189-44fc-ac1e-498ed5302b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies","description":"<p>Policies dictating how RIB or FIB entries are imported\nto and exported from this instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"18a290f9-6396-4f51-8711-e5e3479e3c9b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"76c695d8-54ca-4f45-b342-682b5f17852b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"262458ab-b189-44fc-ac1e-498ed5302b7b"},{"name":"DELETE - openconfig - openconfig-network-instance - inter-instance-policies","id":"d63ad16a-20c7-4033-949d-63db9c0b3088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies","description":"<p>Policies dictating how RIB or FIB entries are imported\nto and exported from this instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"598174c8-6eda-4f75-81cd-8f3d85c2dabf","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d63ad16a-20c7-4033-949d-63db9c0b3088"},{"name":"GET - openconfig - openconfig-network-instance - inter-instance-policies","id":"775bf51a-3709-4c65-b146-c78f224a8b3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies?content=all","description":"<p>Policies dictating how RIB or FIB entries are imported\nto and exported from this instance</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"62ca333e-1e57-46f5-95a3-cd962d323411","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/inter-instance-policies?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","inter-instance-policies"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"inter-instance-policies\": {\n    \"apply-policy\": {\n      \"config\": {\n        \"default-export-policy\": \"REJECT_ROUTE\",\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"export-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"import-export-policy\": {\n      \"config\": {\n        \"export-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"import-route-target\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  }\n}"}],"_postman_id":"775bf51a-3709-4c65-b146-c78f224a8b3b"}],"id":"cf9e0b94-eaca-4dac-9fff-3a2bc5e422d9","_postman_id":"cf9e0b94-eaca-4dac-9fff-3a2bc5e422d9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"table-connections","item":[{"name":"table-connection={src-protocol},{dst-protocol},{address-family}","item":[{"name":"PUT - openconfig-network-instance - openconfig - table-connection","id":"39eca761-6e84-413f-b507-df3819fbdb5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connection\": [\n    {\n      \"dst-protocol\": \"BGP\",\n      \"src-protocol\": \"STATIC\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"IPV6\"\n    },\n    {\n      \"dst-protocol\": \"STATIC\",\n      \"src-protocol\": \"GRIBI\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"LOCAL_AGGREGATE\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"MPLS\"\n      },\n      \"address-family\": \"IPV6\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>","description":"<p>A list of connections between pairs of routing or\nforwarding tables, the leaking of entries between\nwhich is specified by the import policy.</p>\n<p>A connection connecting a source table to a destination\ntable implies that routes that match the policy specified\nfor the connection are available for the destination\nprotocol to advertise, or match within its policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections","table-connection=<string>,<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a98049d7-e74b-4b1b-85ec-d839c3ddf151","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connection\": [\n    {\n      \"dst-protocol\": \"BGP\",\n      \"src-protocol\": \"STATIC\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"IPV6\"\n    },\n    {\n      \"dst-protocol\": \"STATIC\",\n      \"src-protocol\": \"GRIBI\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"LOCAL_AGGREGATE\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"MPLS\"\n      },\n      \"address-family\": \"IPV6\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"19619b46-30f1-4d72-b212-3a92c39e88b8","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connection\": [\n    {\n      \"dst-protocol\": \"BGP\",\n      \"src-protocol\": \"STATIC\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"IPV6\"\n    },\n    {\n      \"dst-protocol\": \"STATIC\",\n      \"src-protocol\": \"GRIBI\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"LOCAL_AGGREGATE\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"MPLS\"\n      },\n      \"address-family\": \"IPV6\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"39eca761-6e84-413f-b507-df3819fbdb5f"},{"name":"PATCH - openconfig-network-instance - openconfig - table-connection","id":"4c82f4c7-7976-40f7-b3f7-39c4d6b00ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connection\": [\n    {\n      \"dst-protocol\": \"BGP\",\n      \"src-protocol\": \"STATIC\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"IPV6\"\n    },\n    {\n      \"dst-protocol\": \"STATIC\",\n      \"src-protocol\": \"GRIBI\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"LOCAL_AGGREGATE\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"MPLS\"\n      },\n      \"address-family\": \"IPV6\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>","description":"<p>A list of connections between pairs of routing or\nforwarding tables, the leaking of entries between\nwhich is specified by the import policy.</p>\n<p>A connection connecting a source table to a destination\ntable implies that routes that match the policy specified\nfor the connection are available for the destination\nprotocol to advertise, or match within its policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections","table-connection=<string>,<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"74ca5e00-23f7-41b5-b486-b288e03f6933","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connection\": [\n    {\n      \"dst-protocol\": \"BGP\",\n      \"src-protocol\": \"STATIC\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"IPV6\"\n    },\n    {\n      \"dst-protocol\": \"STATIC\",\n      \"src-protocol\": \"GRIBI\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"LOCAL_AGGREGATE\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"MPLS\"\n      },\n      \"address-family\": \"IPV6\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"019014e3-266a-4eeb-a44f-a81de5ba5896","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connection\": [\n    {\n      \"dst-protocol\": \"BGP\",\n      \"src-protocol\": \"STATIC\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"IPV6\"\n    },\n    {\n      \"dst-protocol\": \"STATIC\",\n      \"src-protocol\": \"GRIBI\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"LOCAL_AGGREGATE\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"MPLS\"\n      },\n      \"address-family\": \"IPV6\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4c82f4c7-7976-40f7-b3f7-39c4d6b00ba4"},{"name":"DELETE - openconfig - openconfig-network-instance - table-connection","id":"ce3a175e-7ab2-4818-bc97-e9ab3c8acbc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>","description":"<p>A list of connections between pairs of routing or\nforwarding tables, the leaking of entries between\nwhich is specified by the import policy.</p>\n<p>A connection connecting a source table to a destination\ntable implies that routes that match the policy specified\nfor the connection are available for the destination\nprotocol to advertise, or match within its policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections","table-connection=<string>,<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"76caf4e4-ca91-43f2-938b-3756f7b6e967","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce3a175e-7ab2-4818-bc97-e9ab3c8acbc0"},{"name":"GET - openconfig - openconfig-network-instance - table-connection","id":"d9eb9cdc-a552-43c1-b9b5-1ac4402f2ba2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>?content=all","description":"<p>A list of connections between pairs of routing or\nforwarding tables, the leaking of entries between\nwhich is specified by the import policy.</p>\n<p>A connection connecting a source table to a destination\ntable implies that routes that match the policy specified\nfor the connection are available for the destination\nprotocol to advertise, or match within its policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections","table-connection=<string>,<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"21ba4675-845e-4120-8bca-a7f8baf9439e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections/table-connection=<string>,<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections","table-connection=<string>,<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"table-connection\": [\n    {\n      \"dst-protocol\": \"LOCAL\",\n      \"src-protocol\": \"PIM\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"ADDRESS_FAMILY\"\n      },\n      \"address-family\": \"ADDRESS_FAMILY\"\n    },\n    {\n      \"dst-protocol\": \"ISIS\",\n      \"src-protocol\": \"LOCAL\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"GRIBI\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"MPLS\"\n    }\n  ]\n}"}],"_postman_id":"d9eb9cdc-a552-43c1-b9b5-1ac4402f2ba2"}],"id":"6b63f27d-121b-4fce-a70e-716c8757816f","_postman_id":"6b63f27d-121b-4fce-a70e-716c8757816f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-network-instance - table-connections","id":"93bcd53f-fd4b-4e1e-ab5a-32c211293ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"table-connection\": [\n    {\n      \"dst-protocol\": \"LOCAL\",\n      \"src-protocol\": \"PIM\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"ADDRESS_FAMILY\"\n      },\n      \"address-family\": \"ADDRESS_FAMILY\"\n    },\n    {\n      \"dst-protocol\": \"ISIS\",\n      \"src-protocol\": \"LOCAL\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"GRIBI\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"MPLS\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections","description":"<p>Policies dictating how RIB or FIB entries are propagated\nbetween tables</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"691bc20b-8e2a-4814-92df-62b6b9dfd912","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"table-connection\": [\n    {\n      \"dst-protocol\": \"LOCAL\",\n      \"src-protocol\": \"PIM\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n        \"src-protocol\": \"DIRECTLY_CONNECTED\",\n        \"address-family\": \"ADDRESS_FAMILY\"\n      },\n      \"address-family\": \"ADDRESS_FAMILY\"\n    },\n    {\n      \"dst-protocol\": \"ISIS\",\n      \"src-protocol\": \"LOCAL\",\n      \"config\": {\n        \"disable-metric-propagation\": false,\n        \"import-policy\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"default-import-policy\": \"REJECT_ROUTE\",\n        \"dst-protocol\": \"GRIBI\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"address-family\": \"L2_ETHERNET\"\n      },\n      \"address-family\": \"MPLS\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"93bcd53f-fd4b-4e1e-ab5a-32c211293ec5"},{"name":"PUT - openconfig-network-instance - openconfig - table-connections","id":"36263658-8478-46da-9383-30499d0e71bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"IGMP\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF3\",\n          \"src-protocol\": \"PCEP\",\n          \"address-family\": \"IPV4\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"BGP\",\n          \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"L2_ETHERNET\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections","description":"<p>Policies dictating how RIB or FIB entries are propagated\nbetween tables</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9a4b8cda-af77-4f56-9178-ae331ddbc644","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"IGMP\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF3\",\n          \"src-protocol\": \"PCEP\",\n          \"address-family\": \"IPV4\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"BGP\",\n          \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"L2_ETHERNET\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ea389f1a-f8ae-4dc4-b94e-342bbc2e6ff1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"IGMP\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF3\",\n          \"src-protocol\": \"PCEP\",\n          \"address-family\": \"IPV4\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"BGP\",\n          \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"L2_ETHERNET\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36263658-8478-46da-9383-30499d0e71bc"},{"name":"PATCH - openconfig-network-instance - openconfig - table-connections","id":"d762608c-3a7e-4539-82e2-666230ef056f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"IGMP\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF3\",\n          \"src-protocol\": \"PCEP\",\n          \"address-family\": \"IPV4\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"BGP\",\n          \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"L2_ETHERNET\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections","description":"<p>Policies dictating how RIB or FIB entries are propagated\nbetween tables</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7348e217-3dce-4a95-8ec7-d98e2017340a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"IGMP\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF3\",\n          \"src-protocol\": \"PCEP\",\n          \"address-family\": \"IPV4\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"BGP\",\n          \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"L2_ETHERNET\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"adaf6290-9f8b-4f57-be55-1f8c1558da4f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"IGMP\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF3\",\n          \"src-protocol\": \"PCEP\",\n          \"address-family\": \"IPV4\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"ISIS\",\n        \"src-protocol\": \"LOCAL_AGGREGATE\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"BGP\",\n          \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"L2_ETHERNET\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d762608c-3a7e-4539-82e2-666230ef056f"},{"name":"DELETE - openconfig - openconfig-network-instance - table-connections","id":"200ef7b4-583d-46bc-9728-9d301e179309","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections","description":"<p>Policies dictating how RIB or FIB entries are propagated\nbetween tables</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cd88a8ec-fa25-455a-9d5f-9ef79099510a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"200ef7b4-583d-46bc-9728-9d301e179309"},{"name":"GET - openconfig - openconfig-network-instance - table-connections","id":"126beae9-f226-454f-980a-da0a79c96ebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections?content=all","description":"<p>Policies dictating how RIB or FIB entries are propagated\nbetween tables</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f53276e6-5d32-4a17-8bdd-a8221ce506d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>/table-connections?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>","table-connections"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"table-connections\": {\n    \"table-connection\": [\n      {\n        \"dst-protocol\": \"LOCAL\",\n        \"src-protocol\": \"PCEP\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n          \"src-protocol\": \"IGMP\",\n          \"address-family\": \"L2_ETHERNET\"\n        },\n        \"address-family\": \"IPV6\"\n      },\n      {\n        \"dst-protocol\": \"STATIC\",\n        \"src-protocol\": \"PIM\",\n        \"config\": {\n          \"disable-metric-propagation\": false,\n          \"import-policy\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"default-import-policy\": \"REJECT_ROUTE\",\n          \"dst-protocol\": \"OSPF\",\n          \"src-protocol\": \"ISIS\",\n          \"address-family\": \"MPLS\"\n        },\n        \"address-family\": \"ADDRESS_FAMILY\"\n      }\n    ]\n  }\n}"}],"_postman_id":"126beae9-f226-454f-980a-da0a79c96ebb"}],"id":"b759cc52-b2e1-4247-8f92-868baec10e95","_postman_id":"b759cc52-b2e1-4247-8f92-868baec10e95","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-network-instance - openconfig - network-instance","id":"3d51974a-8328-40a0-b921-d6d3d1eea4b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"STATIC\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"L2_ETHERNET\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"BGP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"ADDRESS_FAMILY\"\n          },\n          {\n            \"dst-protocol\": \"PIM\",\n            \"src-protocol\": \"LOCAL\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"MPLS\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>","description":"<p>Network instances configured on the local system</p>\n<p>IPv4 and IPv6 forwarding are enabled by default within an L3\nnetwork-instance and subsequently, routes can be populated\ninto the network-instance using protocols that enable IPv4 and\nIPv6 configuration without explicitly enabling these.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d59cf1a9-55b5-4390-a12e-79822731ff64","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"STATIC\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"L2_ETHERNET\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"BGP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"ADDRESS_FAMILY\"\n          },\n          {\n            \"dst-protocol\": \"PIM\",\n            \"src-protocol\": \"LOCAL\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"MPLS\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3deb0188-bc75-46a3-aed7-356a2b697d16","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"STATIC\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"L2_ETHERNET\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"BGP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"ADDRESS_FAMILY\"\n          },\n          {\n            \"dst-protocol\": \"PIM\",\n            \"src-protocol\": \"LOCAL\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"MPLS\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d51974a-8328-40a0-b921-d6d3d1eea4b4"},{"name":"PATCH - openconfig-network-instance - openconfig - network-instance","id":"d04a82ce-12fc-40c7-9b4a-62d43e5437a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"STATIC\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"L2_ETHERNET\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"BGP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"ADDRESS_FAMILY\"\n          },\n          {\n            \"dst-protocol\": \"PIM\",\n            \"src-protocol\": \"LOCAL\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"MPLS\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>","description":"<p>Network instances configured on the local system</p>\n<p>IPv4 and IPv6 forwarding are enabled by default within an L3\nnetwork-instance and subsequently, routes can be populated\ninto the network-instance using protocols that enable IPv4 and\nIPv6 configuration without explicitly enabling these.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e335d105-c4b7-4342-a729-b4e71eb69971","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"STATIC\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"L2_ETHERNET\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"BGP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"ADDRESS_FAMILY\"\n          },\n          {\n            \"dst-protocol\": \"PIM\",\n            \"src-protocol\": \"LOCAL\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"MPLS\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5ab43b65-e472-484d-a217-4efb5a0d9229","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"STATIC\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"L2_ETHERNET\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"INSTANCE_LABEL\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"BGP\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"BGP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"ADDRESS_FAMILY\"\n          },\n          {\n            \"dst-protocol\": \"PIM\",\n            \"src-protocol\": \"LOCAL\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"DIRECTLY_CONNECTED\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"MPLS\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L2P2P\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d04a82ce-12fc-40c7-9b4a-62d43e5437a2"},{"name":"DELETE - openconfig - openconfig-network-instance - network-instance","id":"1953c9b5-db37-48bb-b5b7-3cf781fbcb9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>","description":"<p>Network instances configured on the local system</p>\n<p>IPv4 and IPv6 forwarding are enabled by default within an L3\nnetwork-instance and subsequently, routes can be populated\ninto the network-instance using protocols that enable IPv4 and\nIPv6 configuration without explicitly enabling these.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a705b6f4-d723-4e8b-bb36-4017132df065","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1953c9b5-db37-48bb-b5b7-3cf781fbcb9d"},{"name":"GET - openconfig - openconfig-network-instance - network-instance","id":"382d938b-2886-468b-a3bc-a3f74b27da0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>?content=all","description":"<p>Network instances configured on the local system</p>\n<p>IPv4 and IPv6 forwarding are enabled by default within an L3\nnetwork-instance and subsequently, routes can be populated\ninto the network-instance using protocols that enable IPv4 and\nIPv6 configuration without explicitly enabling these.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"543ed111-06ff-4bcc-8f2f-0e5c30f5551c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances/network-instance=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances","network-instance=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2L3\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n            \"src-protocol\": \"PIM\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"PIM\",\n              \"src-protocol\": \"GRIBI\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"L2_ETHERNET\"\n          },\n          {\n            \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"PCEP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"IPV4\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L3VRF\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"IGMP\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"IGMP\",\n              \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"address-family\": \"ADDRESS_FAMILY\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"GRIBI\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"MPLS\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"NETWORK_INSTANCE_TYPE\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"382d938b-2886-468b-a3bc-a3f74b27da0b"}],"id":"0983f9c2-f5cb-419d-8b3c-cebc47adc810","_postman_id":"0983f9c2-f5cb-419d-8b3c-cebc47adc810","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-network-instance - network-instances","id":"24452a84-f96e-4df7-8211-9c3494741c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2L3\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n            \"src-protocol\": \"PIM\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"PIM\",\n              \"src-protocol\": \"GRIBI\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"L2_ETHERNET\"\n          },\n          {\n            \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"PCEP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"IPV4\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L3VRF\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"IGMP\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"IGMP\",\n              \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"address-family\": \"ADDRESS_FAMILY\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"GRIBI\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"MPLS\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"NETWORK_INSTANCE_TYPE\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances","description":"<p>The L2, L3, or L2+L3 forwarding instances that are\nconfigured on the local system</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"30812959-9ccd-44c5-bc17-d1ffa2ef5e14","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"network-instance\": [\n    {\n      \"config\": {\n        \"type\": \"L2L3\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"MPLS\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n            \"src-protocol\": \"PIM\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"PIM\",\n              \"src-protocol\": \"GRIBI\",\n              \"address-family\": \"IPV4\"\n            },\n            \"address-family\": \"L2_ETHERNET\"\n          },\n          {\n            \"dst-protocol\": \"DIRECTLY_CONNECTED\",\n            \"src-protocol\": \"PCEP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"PCEP\",\n              \"address-family\": \"IPV6\"\n            },\n            \"address-family\": \"IPV4\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"L3VRF\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"type\": \"L2VSI\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"evpn\": {\n        \"evpn-instances\": {\n          \"evpn-instance\": {}\n        }\n      },\n      \"encapsulation\": {\n        \"config\": {\n          \"encapsulation-type\": \"ENCAPSULATION\",\n          \"control-word\": \"<boolean>\",\n          \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n        }\n      },\n      \"table-connections\": {\n        \"table-connection\": [\n          {\n            \"dst-protocol\": \"IGMP\",\n            \"src-protocol\": \"OSPF\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"IGMP\",\n              \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"address-family\": \"ADDRESS_FAMILY\"\n            },\n            \"address-family\": \"IPV4\"\n          },\n          {\n            \"dst-protocol\": \"GRIBI\",\n            \"src-protocol\": \"IGMP\",\n            \"config\": {\n              \"disable-metric-propagation\": false,\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"OSPF\",\n              \"address-family\": \"MPLS\"\n            },\n            \"address-family\": \"IPV6\"\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"type\": \"NETWORK_INSTANCE_TYPE\",\n        \"fallback-network-instance\": \"<string>\",\n        \"router-id\": \"<string>\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"route-distinguisher\": \"<string>\"\n      },\n      \"inter-instance-policies\": {\n        \"apply-policy\": {\n          \"config\": {\n            \"default-export-policy\": \"REJECT_ROUTE\",\n            \"import-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"default-import-policy\": \"REJECT_ROUTE\",\n            \"export-policy\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        \"import-export-policy\": {\n          \"config\": {\n            \"export-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"import-route-target\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24452a84-f96e-4df7-8211-9c3494741c29"},{"name":"PUT - openconfig-network-instance - openconfig - network-instances","id":"e07d08b1-e097-4bdc-acee-8263eca091eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"STATIC\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"STATIC\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"STATIC\",\n              \"src-protocol\": \"LOCAL\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"DIRECTLY_CONNECTED\",\n                \"address-family\": \"L2_ETHERNET\"\n              },\n              \"address-family\": \"L2_ETHERNET\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"OSPF\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"BGP\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV6\"\n            },\n            {\n              \"dst-protocol\": \"PCEP\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"PCEP\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"ADDRESS_FAMILY\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2P2P\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances","description":"<p>The L2, L3, or L2+L3 forwarding instances that are\nconfigured on the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"07b75250-73c1-4c32-886f-10c5209dcfe0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"STATIC\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"STATIC\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"STATIC\",\n              \"src-protocol\": \"LOCAL\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"DIRECTLY_CONNECTED\",\n                \"address-family\": \"L2_ETHERNET\"\n              },\n              \"address-family\": \"L2_ETHERNET\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"OSPF\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"BGP\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV6\"\n            },\n            {\n              \"dst-protocol\": \"PCEP\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"PCEP\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"ADDRESS_FAMILY\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2P2P\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"67316bb2-de27-420f-990c-a9a1dce7e7cf","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"STATIC\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"STATIC\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"STATIC\",\n              \"src-protocol\": \"LOCAL\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"DIRECTLY_CONNECTED\",\n                \"address-family\": \"L2_ETHERNET\"\n              },\n              \"address-family\": \"L2_ETHERNET\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"OSPF\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"BGP\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV6\"\n            },\n            {\n              \"dst-protocol\": \"PCEP\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"PCEP\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"ADDRESS_FAMILY\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2P2P\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e07d08b1-e097-4bdc-acee-8263eca091eb"},{"name":"PATCH - openconfig-network-instance - openconfig - network-instances","id":"e41be8b9-c8c9-4ad2-8dc7-abcdf6e5eb28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"STATIC\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"STATIC\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"STATIC\",\n              \"src-protocol\": \"LOCAL\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"DIRECTLY_CONNECTED\",\n                \"address-family\": \"L2_ETHERNET\"\n              },\n              \"address-family\": \"L2_ETHERNET\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"OSPF\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"BGP\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV6\"\n            },\n            {\n              \"dst-protocol\": \"PCEP\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"PCEP\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"ADDRESS_FAMILY\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2P2P\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances","description":"<p>The L2, L3, or L2+L3 forwarding instances that are\nconfigured on the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ad0f94d4-6d3d-4d39-87f8-a6a4e2086cf1","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"STATIC\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"STATIC\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"STATIC\",\n              \"src-protocol\": \"LOCAL\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"DIRECTLY_CONNECTED\",\n                \"address-family\": \"L2_ETHERNET\"\n              },\n              \"address-family\": \"L2_ETHERNET\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"OSPF\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"BGP\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV6\"\n            },\n            {\n              \"dst-protocol\": \"PCEP\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"PCEP\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"ADDRESS_FAMILY\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2P2P\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e16fbf28-0615-4fb3-a237-54fe4c646ae9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-network-instance:network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"LABEL_ALLOCATION_MODE\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"LOCAL_AGGREGATE\",\n              \"src-protocol\": \"STATIC\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"STATIC\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"STATIC\",\n              \"src-protocol\": \"LOCAL\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"DIRECTLY_CONNECTED\",\n                \"address-family\": \"L2_ETHERNET\"\n              },\n              \"address-family\": \"L2_ETHERNET\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"OSPF\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"BGP\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV6\"\n            },\n            {\n              \"dst-protocol\": \"PCEP\",\n              \"src-protocol\": \"IGMP\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"PCEP\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"ADDRESS_FAMILY\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2P2P\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e41be8b9-c8c9-4ad2-8dc7-abcdf6e5eb28"},{"name":"DELETE - openconfig - openconfig-network-instance - network-instances","id":"bd674c07-4c07-4030-b182-8384d1a67fab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances","description":"<p>The L2, L3, or L2+L3 forwarding instances that are\nconfigured on the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"04215457-dcf1-42e5-900a-04ec35171e7f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd674c07-4c07-4030-b182-8384d1a67fab"},{"name":"GET - openconfig - openconfig-network-instance - network-instances","id":"0667aae7-13bc-4e06-b5e1-dc2daaeaf480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances?content=all","description":"<p>The L2, L3, or L2+L3 forwarding instances that are\nconfigured on the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"00be59b3-c303-486c-a56a-92e71f11ebac","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-network-instance:network-instances?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-network-instance:network-instances"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"network-instances\": {\n    \"network-instance\": [\n      {\n        \"config\": {\n          \"type\": \"L2VSI\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"VXLAN\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"INSTANCE_LABEL\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n              \"src-protocol\": \"LOCAL_AGGREGATE\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PCEP\",\n                \"src-protocol\": \"IGMP\",\n                \"address-family\": \"MPLS\"\n              },\n              \"address-family\": \"MPLS\"\n            },\n            {\n              \"dst-protocol\": \"BGP\",\n              \"src-protocol\": \"PIM\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"src-protocol\": \"GRIBI\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"MPLS\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"type\": \"NETWORK_INSTANCE_TYPE\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"evpn\": {\n          \"evpn-instances\": {\n            \"evpn-instance\": {}\n          }\n        },\n        \"encapsulation\": {\n          \"config\": {\n            \"encapsulation-type\": \"MPLS\",\n            \"control-word\": \"<boolean>\",\n            \"label-allocation-mode\": \"PER_NEXTHOP\"\n          }\n        },\n        \"table-connections\": {\n          \"table-connection\": [\n            {\n              \"dst-protocol\": \"BGP\",\n              \"src-protocol\": \"ISIS\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"ISIS\",\n                \"src-protocol\": \"INSTALL_PROTOCOL_TYPE\",\n                \"address-family\": \"IPV6\"\n              },\n              \"address-family\": \"IPV4\"\n            },\n            {\n              \"dst-protocol\": \"GRIBI\",\n              \"src-protocol\": \"OSPF3\",\n              \"config\": {\n                \"disable-metric-propagation\": false,\n                \"import-policy\": [\n                  \"<string>\",\n                  \"<string>\"\n                ],\n                \"default-import-policy\": \"REJECT_ROUTE\",\n                \"dst-protocol\": \"PIM\",\n                \"src-protocol\": \"PIM\",\n                \"address-family\": \"IPV4\"\n              },\n              \"address-family\": \"IPV6\"\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"type\": \"L2L3\",\n          \"fallback-network-instance\": \"<string>\",\n          \"router-id\": \"<string>\",\n          \"name\": \"<string>\",\n          \"description\": \"<string>\",\n          \"route-distinguisher\": \"<string>\"\n        },\n        \"inter-instance-policies\": {\n          \"apply-policy\": {\n            \"config\": {\n              \"default-export-policy\": \"REJECT_ROUTE\",\n              \"import-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"default-import-policy\": \"REJECT_ROUTE\",\n              \"export-policy\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          \"import-export-policy\": {\n            \"config\": {\n              \"export-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"import-route-target\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"0667aae7-13bc-4e06-b5e1-dc2daaeaf480"}],"id":"43d18d9e-2a74-4fc8-b645-2f8a51b6cbac","_postman_id":"43d18d9e-2a74-4fc8-b645-2f8a51b6cbac","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-oam:oam","item":[{"name":"config","item":[{"name":"PUT - openconfig-oam - openconfig - config","id":"372d2bb6-aae3-41f0-b310-5771f03213cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config","description":"<p>Configuration parameters relating to Ethernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"274ed577-4e59-4a1f-a829-e06c9be97f3f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"de520ab8-b781-497e-99ea-38fce88e80f7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"372d2bb6-aae3-41f0-b310-5771f03213cf"},{"name":"PATCH - openconfig-oam - openconfig - config","id":"3fc8b589-4a5f-453d-8234-e10e326b87be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config","description":"<p>Configuration parameters relating to Ethernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"60b933cb-aa64-4e5e-ab1a-53b7448e263b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7093588d-05b6-451e-95dd-393c609eba17","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fc8b589-4a5f-453d-8234-e10e326b87be"},{"name":"DELETE - openconfig - openconfig-oam - config","id":"42f8ab69-301b-4342-bab4-da61cd5c4fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config","description":"<p>Configuration parameters relating to Ethernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ebed2abb-cf93-4eda-96c1-eeb0f89b4bb6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42f8ab69-301b-4342-bab4-da61cd5c4fcb"},{"name":"GET - openconfig - openconfig-oam - config","id":"9acd9e99-acde-4ae3-817f-578f1d810fbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config?content=all","description":"<p>Configuration parameters relating to Ethernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d0b0b679-a44f-457b-a703-1b48d6a550e8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"9acd9e99-acde-4ae3-817f-578f1d810fbf"}],"id":"e2a46c1c-51f8-4ee2-92ed-a0f85de98d51","_postman_id":"e2a46c1c-51f8-4ee2-92ed-a0f85de98d51","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-oam - state","id":"bed7bad7-e0a1-4d75-bf01-2b91a7a44a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/state?content=all","description":"<p>Operational state parameters relating to Ethernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5321fce9-a80c-4bb7-866b-242b563d61a3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {}\n}"}],"_postman_id":"bed7bad7-e0a1-4d75-bf01-2b91a7a44a22"}],"id":"6ec8ef6e-5c94-4eb8-aa60-0dffd2b236b5","_postman_id":"6ec8ef6e-5c94-4eb8-aa60-0dffd2b236b5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-oam-cfm:cfm","item":[{"name":"domains","item":[{"name":"maintenance-domain={md-id}","item":[{"name":"PUT - openconfig-oam - openconfig - maintenance-domain","id":"8f1ffcad-c812-41a8-bf1f-f58345663de9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"NONE\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"DOMAIN_NAME\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>","description":"<p>A Maintenance Domain managed object is required in order to create\nan MA with a MAID that includes that Maintenance Domain’s Name. From\nthis Maintenance Domain managed object, all Maintenance\nAssociation managed objects associated with that Maintenance\nDomain managed object can be accessed, and thus controlled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains","maintenance-domain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b020e972-121f-48f2-b1e7-1aa5e28fdcaf","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"NONE\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"DOMAIN_NAME\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8df2eff1-d716-47d4-ac6f-c808862612be","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"NONE\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"DOMAIN_NAME\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8f1ffcad-c812-41a8-bf1f-f58345663de9"},{"name":"PATCH - openconfig-oam - openconfig - maintenance-domain","id":"25054ace-3c73-4ab7-b9ac-d0eef930dafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"NONE\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"DOMAIN_NAME\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>","description":"<p>A Maintenance Domain managed object is required in order to create\nan MA with a MAID that includes that Maintenance Domain’s Name. From\nthis Maintenance Domain managed object, all Maintenance\nAssociation managed objects associated with that Maintenance\nDomain managed object can be accessed, and thus controlled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains","maintenance-domain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4e97fd45-330f-4dc8-a6ce-44ee45f71de0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"NONE\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"DOMAIN_NAME\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ae407929-a289-4285-bc77-2f332db9d0d8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"NONE\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"DOMAIN_NAME\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25054ace-3c73-4ab7-b9ac-d0eef930dafd"},{"name":"DELETE - openconfig - openconfig-oam - maintenance-domain","id":"55c8c3df-46a0-42b4-b442-97adcdb2431d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>","description":"<p>A Maintenance Domain managed object is required in order to create\nan MA with a MAID that includes that Maintenance Domain’s Name. From\nthis Maintenance Domain managed object, all Maintenance\nAssociation managed objects associated with that Maintenance\nDomain managed object can be accessed, and thus controlled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains","maintenance-domain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c00635d5-6412-4f08-a8f0-e7c159677d0f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55c8c3df-46a0-42b4-b442-97adcdb2431d"},{"name":"GET - openconfig - openconfig-oam - maintenance-domain","id":"974d60d9-003f-4d7d-8743-3d6d286014c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>?content=all","description":"<p>A Maintenance Domain managed object is required in order to create\nan MA with a MAID that includes that Maintenance Domain’s Name. From\nthis Maintenance Domain managed object, all Maintenance\nAssociation managed objects associated with that Maintenance\nDomain managed object can be accessed, and thus controlled.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains","maintenance-domain=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1e03fe37-eaa0-46b2-9126-f4744b0be08e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains/maintenance-domain=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains","maintenance-domain=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}"}],"_postman_id":"974d60d9-003f-4d7d-8743-3d6d286014c0"}],"id":"83f6d5d0-7ebc-4589-be39-890adbce392f","_postman_id":"83f6d5d0-7ebc-4589-be39-890adbce392f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-oam - domains","id":"a69320d7-058f-4b93-b580-48e2057a9f31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains","description":"<p>A Container for CFM maintenance domain state and Configuration\non the local system</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"11885cd9-6282-46ea-8f95-623fe85d99c2","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"maintenance-domain\": [\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    },\n    {\n      \"config\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"maintenance-associations\": {},\n      \"state\": {\n        \"address\": \"<string>\",\n        \"unsigned-int\": \"<integer>\",\n        \"level\": \"<integer>\",\n        \"dns-like-name\": \"<string>\",\n        \"md-name-type\": \"CHARACTER_STRING\",\n        \"none\": \"<boolean>\",\n        \"md-id\": \"<string>\"\n      },\n      \"md-id\": \"<string>\"\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a69320d7-058f-4b93-b580-48e2057a9f31"},{"name":"PUT - openconfig-oam - openconfig - domains","id":"7fb22750-d9ad-4220-a064-ad589685fdbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"NONE\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"DOMAIN_NAME\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains","description":"<p>A Container for CFM maintenance domain state and Configuration\non the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"03c239b8-0f7c-4acd-a649-3ffac74e2750","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"NONE\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"DOMAIN_NAME\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1f229d31-216b-4a90-8ad6-65ff7babe40b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"NONE\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"DOMAIN_NAME\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7fb22750-d9ad-4220-a064-ad589685fdbd"},{"name":"PATCH - openconfig-oam - openconfig - domains","id":"bd5bef98-75e3-468d-b862-e71cebb141f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"NONE\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"DOMAIN_NAME\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains","description":"<p>A Container for CFM maintenance domain state and Configuration\non the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"52851654-1ce9-419a-bd52-4876417dc248","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"NONE\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"DOMAIN_NAME\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9520edfa-49a8-4e0d-93db-8491cc480fd2","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"NONE\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"DOMAIN_NAME\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bd5bef98-75e3-468d-b862-e71cebb141f7"},{"name":"DELETE - openconfig - openconfig-oam - domains","id":"cc967f6b-0d4f-48da-90c8-748e8bc7efdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains","description":"<p>A Container for CFM maintenance domain state and Configuration\non the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"424f45b7-0de5-4b91-8da4-862437b0ad1d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc967f6b-0d4f-48da-90c8-748e8bc7efdf"},{"name":"GET - openconfig - openconfig-oam - domains","id":"1d5d79b7-facf-4484-b681-a5c35586de67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains?content=all","description":"<p>A Container for CFM maintenance domain state and Configuration\non the local system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"33fee3fc-fe45-4359-975f-946599fa829b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/domains?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","domains"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}"}],"_postman_id":"1d5d79b7-facf-4484-b681-a5c35586de67"}],"id":"22c5aa2b-ba1e-48a3-a19f-93aebbeaee46","_postman_id":"22c5aa2b-ba1e-48a3-a19f-93aebbeaee46","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-oam - state","id":"5e26bd81-3706-4212-8117-f9eefb16ad9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/state?content=all","description":"<p>Operational data for CFM.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9d608576-33e2-427d-8929-ac212c9695bd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"cfm-services\": \"<long>\",\n    \"down-meps\": \"<long>\",\n    \"up-meps\": \"<long>\",\n    \"disabled-misconfigured\": \"<long>\",\n    \"local-meps\": \"<long>\",\n    \"local-meps-operational\": \"<long>\",\n    \"cfm-domains\": \"<long>\"\n  }\n}"}],"_postman_id":"5e26bd81-3706-4212-8117-f9eefb16ad9b"}],"id":"a3eedb83-0de8-4098-8bfa-ed1794fc442c","_postman_id":"a3eedb83-0de8-4098-8bfa-ed1794fc442c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"performance-measurement-profiles-global","item":[{"name":"performance-measurement-profile={profile-name}","item":[{"name":"PUT - openconfig-oam - openconfig - performance-measurement-profile","id":"81f7faa0-39c7-419d-a293-047129d71bf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>","description":"<p>Performance measurement configuration and state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global","performance-measurement-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"62332150-308d-4677-b56d-b343002a4ccd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e6afe2d-d97b-418c-93eb-58859e9ed9ea","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81f7faa0-39c7-419d-a293-047129d71bf7"},{"name":"PATCH - openconfig-oam - openconfig - performance-measurement-profile","id":"c078672a-a9f5-4216-b486-0a4232025242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>","description":"<p>Performance measurement configuration and state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global","performance-measurement-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1cce9782-f97a-4804-9fa0-b078d7fcd631","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"77ecc8a4-b37c-4e29-add9-3ee18d199f24","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c078672a-a9f5-4216-b486-0a4232025242"},{"name":"DELETE - openconfig - openconfig-oam - performance-measurement-profile","id":"a39bb8ca-a622-4f99-b4a6-36237b75c5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>","description":"<p>Performance measurement configuration and state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global","performance-measurement-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"03aac551-d436-4903-a4f3-d06e16503df2","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a39bb8ca-a622-4f99-b4a6-36237b75c5c1"},{"name":"GET - openconfig - openconfig-oam - performance-measurement-profile","id":"19d0b33f-f7f7-4aad-b00b-e0f3f6e5e81a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>?content=all","description":"<p>Performance measurement configuration and state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global","performance-measurement-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1f8b6e93-da73-4fb1-8192-345c674bb737","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global/performance-measurement-profile=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global","performance-measurement-profile=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"19d0b33f-f7f7-4aad-b00b-e0f3f6e5e81a"}],"id":"979a88aa-a2fb-4190-b4bd-946c5c72ea3b","_postman_id":"979a88aa-a2fb-4190-b4bd-946c5c72ea3b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-oam - performance-measurement-profiles-global","id":"7aebcbf3-5eae-4cf8-a9d6-82a1f01b0191","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global","description":"<p>This container includes configuration and state objects\nfor the Frame Loss Measurement and Delay measurement\nfunctions as defined in [Y.1731] and [MEF SOAM PM IA].</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8a7751c7-a0ef-4678-b78e-f9b11684a8d2","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"performance-measurement-profile\": [\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"DUAL_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    },\n    {\n      \"profile-name\": \"<string>\",\n      \"config\": {\n        \"profile-name\": \"<string>\",\n        \"protocol-type\": \"SINGLE_ENDED\",\n        \"enable\": false,\n        \"measurement-type\": \"SLM\",\n        \"repetition-period\": \"0\",\n        \"frame-size\": \"<integer>\",\n        \"measurement-interval\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7aebcbf3-5eae-4cf8-a9d6-82a1f01b0191"},{"name":"PUT - openconfig-oam - openconfig - performance-measurement-profiles-global","id":"5b343ac7-2514-483f-8e26-b869096ed479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global","description":"<p>This container includes configuration and state objects\nfor the Frame Loss Measurement and Delay measurement\nfunctions as defined in [Y.1731] and [MEF SOAM PM IA].</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b1056a10-4fb6-4940-a597-fb7c982cdafb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ec9e7c45-d2d7-44f3-81c6-ee9a1cf5b789","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b343ac7-2514-483f-8e26-b869096ed479"},{"name":"PATCH - openconfig-oam - openconfig - performance-measurement-profiles-global","id":"502d305c-1cc0-42c0-94e4-c6c10708db28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global","description":"<p>This container includes configuration and state objects\nfor the Frame Loss Measurement and Delay measurement\nfunctions as defined in [Y.1731] and [MEF SOAM PM IA].</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"909a3fdd-c09a-4244-80fb-8f1394a86f9d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a56c7d88-1876-4618-8c74-17ab7417caee","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"502d305c-1cc0-42c0-94e4-c6c10708db28"},{"name":"DELETE - openconfig - openconfig-oam - performance-measurement-profiles-global","id":"27749700-31cc-44c8-8a65-c7ec13f90534","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global","description":"<p>This container includes configuration and state objects\nfor the Frame Loss Measurement and Delay measurement\nfunctions as defined in [Y.1731] and [MEF SOAM PM IA].</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cc420fc9-ab8d-43ec-bad4-a58b1a98494c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27749700-31cc-44c8-8a65-c7ec13f90534"},{"name":"GET - openconfig - openconfig-oam - performance-measurement-profiles-global","id":"02b7094b-6eae-40d0-91bc-0e94aa2fa0fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global?content=all","description":"<p>This container includes configuration and state objects\nfor the Frame Loss Measurement and Delay measurement\nfunctions as defined in [Y.1731] and [MEF SOAM PM IA].</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2e801c18-8bc0-42a4-8f67-ffaac606405f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm/performance-measurement-profiles-global?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm","performance-measurement-profiles-global"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"performance-measurement-profiles-global\": {\n    \"performance-measurement-profile\": [\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"SINGLE_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      },\n      {\n        \"profile-name\": \"<string>\",\n        \"config\": {\n          \"profile-name\": \"<string>\",\n          \"protocol-type\": \"DUAL_ENDED\",\n          \"enable\": false,\n          \"measurement-type\": \"SLM\",\n          \"repetition-period\": \"0\",\n          \"frame-size\": \"<integer>\",\n          \"measurement-interval\": \"<long>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"02b7094b-6eae-40d0-91bc-0e94aa2fa0fc"}],"id":"36263771-18eb-4e78-b30b-9a5e87376cd6","_postman_id":"36263771-18eb-4e78-b30b-9a5e87376cd6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-oam - cfm","id":"6331d4a3-9f23-4245-a332-f292790e0799","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm","description":"<p>Container for CFM configuration, state and perfomance measurement policies</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7a871f58-8bf3-4d40-8140-283c61335136","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"domains\": {\n    \"maintenance-domain\": [\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      },\n      {\n        \"config\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"maintenance-associations\": {},\n        \"state\": {\n          \"address\": \"<string>\",\n          \"unsigned-int\": \"<integer>\",\n          \"level\": \"<integer>\",\n          \"dns-like-name\": \"<string>\",\n          \"md-name-type\": \"CHARACTER_STRING\",\n          \"none\": \"<boolean>\",\n          \"md-id\": \"<string>\"\n        },\n        \"md-id\": \"<string>\"\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6331d4a3-9f23-4245-a332-f292790e0799"},{"name":"PUT - openconfig-oam - openconfig - cfm","id":"716b6051-c46d-4b74-b1f2-28cc264f0c79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"DUAL_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"NONE\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm","description":"<p>Container for CFM configuration, state and perfomance measurement policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8274779c-f828-4847-ac2e-71185b6b70fd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"DUAL_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"NONE\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5dd0ced5-30d5-4461-895f-f7dabfaa687f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"DUAL_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"NONE\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"716b6051-c46d-4b74-b1f2-28cc264f0c79"},{"name":"PATCH - openconfig-oam - openconfig - cfm","id":"3c28fba5-5d86-47c9-9761-86352b271441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"DUAL_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"NONE\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm","description":"<p>Container for CFM configuration, state and perfomance measurement policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6ab5bdd8-aab5-40aa-aa62-cf6a5c1970dd","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"DUAL_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"NONE\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"556e9c34-7aa6-4b44-ab11-3fbdc5dd942d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam-cfm:cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"DUAL_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"NONE\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c28fba5-5d86-47c9-9761-86352b271441"},{"name":"DELETE - openconfig - openconfig-oam - cfm","id":"2d37ba07-4383-472f-a83c-1aaebe2997d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm","description":"<p>Container for CFM configuration, state and perfomance measurement policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5da55483-1ba5-4bf7-b15f-433c0cd50543","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d37ba07-4383-472f-a83c-1aaebe2997d9"},{"name":"GET - openconfig - openconfig-oam - cfm","id":"c900f356-b281-4044-acb3-6782f77a45c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm?content=all","description":"<p>Container for CFM configuration, state and perfomance measurement policies</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1706ed9b-e1f9-4cea-accc-f5a12a156e16","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam/openconfig-oam-cfm:cfm?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam","openconfig-oam-cfm:cfm"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"cfm\": {\n    \"performance-measurement-profiles-global\": {\n      \"performance-measurement-profile\": [\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        },\n        {\n          \"profile-name\": \"<string>\",\n          \"config\": {\n            \"profile-name\": \"<string>\",\n            \"protocol-type\": \"SINGLE_ENDED\",\n            \"enable\": false,\n            \"measurement-type\": \"SLM\",\n            \"repetition-period\": \"0\",\n            \"frame-size\": \"<integer>\",\n            \"measurement-interval\": \"<long>\"\n          }\n        }\n      ]\n    },\n    \"domains\": {\n      \"maintenance-domain\": [\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        },\n        {\n          \"config\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"maintenance-associations\": {},\n          \"state\": {\n            \"address\": \"<string>\",\n            \"unsigned-int\": \"<integer>\",\n            \"level\": \"<integer>\",\n            \"dns-like-name\": \"<string>\",\n            \"md-name-type\": \"CHARACTER_STRING\",\n            \"none\": \"<boolean>\",\n            \"md-id\": \"<string>\"\n          },\n          \"md-id\": \"<string>\"\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"c900f356-b281-4044-acb3-6782f77a45c8"}],"id":"fdaee47e-44a5-4fc2-baee-076cde1bfc58","_postman_id":"fdaee47e-44a5-4fc2-baee-076cde1bfc58","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-oam - oam","id":"331282cb-fccb-4eb8-ac2a-846fc393aea2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam","description":"<p>Operational state and configuration parameters relating to\nEthernet OAM</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"86c127c5-26c7-4e30-a766-d40af668eb58","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"331282cb-fccb-4eb8-ac2a-846fc393aea2"},{"name":"PUT - openconfig-oam - openconfig - oam","id":"eecea5dd-906d-4cc6-a980-04f3b444675b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam","description":"<p>Operational state and configuration parameters relating to\nEthernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d5a11753-97ff-4c7f-8058-e3b466abfdf1","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d1681175-ee8d-48c5-bc36-d5fa29696d56","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eecea5dd-906d-4cc6-a980-04f3b444675b"},{"name":"PATCH - openconfig-oam - openconfig - oam","id":"13257908-6532-4b0b-907b-64a60cb111b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam","description":"<p>Operational state and configuration parameters relating to\nEthernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c4f69f1e-22bc-4af9-bbe4-c7a840c9e184","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"14a65e33-617d-4cb1-a30e-609cc23e879d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-oam:oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"DOMAIN_NAME\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13257908-6532-4b0b-907b-64a60cb111b9"},{"name":"DELETE - openconfig - openconfig-oam - oam","id":"c7b6c297-5498-4a26-a145-42a3b609a2ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam","description":"<p>Operational state and configuration parameters relating to\nEthernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"aecf6cdf-0f2a-499d-a07c-2d52df89f639","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7b6c297-5498-4a26-a145-42a3b609a2ec"},{"name":"GET - openconfig - openconfig-oam - oam","id":"53bb6fdd-bb2d-4cef-b2b0-00d65255d427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam?content=all","description":"<p>Operational state and configuration parameters relating to\nEthernet OAM</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b4b37b44-453b-45d1-b743-b78f8f1b586c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-oam:oam?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-oam:oam"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"oam\": {\n    \"openconfig-oam-cfm:cfm\": {\n      \"performance-measurement-profiles-global\": {\n        \"performance-measurement-profile\": [\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"SINGLE_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          },\n          {\n            \"profile-name\": \"<string>\",\n            \"config\": {\n              \"profile-name\": \"<string>\",\n              \"protocol-type\": \"DUAL_ENDED\",\n              \"enable\": false,\n              \"measurement-type\": \"SLM\",\n              \"repetition-period\": \"0\",\n              \"frame-size\": \"<integer>\",\n              \"measurement-interval\": \"<long>\"\n            }\n          }\n        ]\n      },\n      \"domains\": {\n        \"maintenance-domain\": [\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"MAC_ADDRESS_AND_UINT\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          },\n          {\n            \"config\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"NONE\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"maintenance-associations\": {},\n            \"state\": {\n              \"address\": \"<string>\",\n              \"unsigned-int\": \"<integer>\",\n              \"level\": \"<integer>\",\n              \"dns-like-name\": \"<string>\",\n              \"md-name-type\": \"CHARACTER_STRING\",\n              \"none\": \"<boolean>\",\n              \"md-id\": \"<string>\"\n            },\n            \"md-id\": \"<string>\"\n          }\n        ]\n      }\n    },\n    \"config\": {}\n  }\n}"}],"_postman_id":"53bb6fdd-bb2d-4cef-b2b0-00d65255d427"}],"id":"7713decc-3bdf-49a4-bbf6-17c77b847862","_postman_id":"7713decc-3bdf-49a4-bbf6-17c77b847862","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-optical-amplifier:optical-amplifier","item":[{"name":"amplifiers","item":[{"name":"amplifier={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-optical-amplifier - openconfig - config","id":"e8fee93e-d25e-4ff0-b27c-ebc8f23cc9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"FORWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config","description":"<p>Configuration data for the amplifier</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8454389d-579a-472a-8cba-c9b34d0c1afc","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"FORWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"eda3b4a8-2eda-4540-bf4e-f59f3370a111","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"FORWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8fee93e-d25e-4ff0-b27c-ebc8f23cc9f9"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - config","id":"0e37f060-199b-4a25-9f1b-abf0d5204f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"FORWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config","description":"<p>Configuration data for the amplifier</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9de4dc73-cb17-4972-9eb9-40930cb9461c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"FORWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"418516cf-3fe7-493b-980a-5ce692e47ae7","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"FORWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e37f060-199b-4a25-9f1b-abf0d5204f53"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - config","id":"2d096a57-65d0-4629-980a-ff69338b5853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config","description":"<p>Configuration data for the amplifier</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7371f797-f2b6-4213-9d23-0dac53a8bf7b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d096a57-65d0-4629-980a-ff69338b5853"},{"name":"GET - openconfig - openconfig-optical-amplifier - config","id":"b98bccf0-8755-4f62-809c-85854309f9d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config?content=all","description":"<p>Configuration data for the amplifier</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"eec25d95-0370-4b3a-8da8-4f468480dc47","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"BACKWARD_RAMAN\",\n    \"gain-range\": \"GAIN_RANGE\"\n  }\n}"}],"_postman_id":"b98bccf0-8755-4f62-809c-85854309f9d3"}],"id":"fce0842f-0586-4494-9d6b-922381b9e7bb","_postman_id":"fce0842f-0586-4494-9d6b-922381b9e7bb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-optical-amplifier - state","id":"49b117ac-8331-46b8-8587-87fa39fd5bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/state?content=all","description":"<p>Operational state data for the amplifier</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f0bf94b6-3e25-4977-b6b7-ef11660d48a5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"target-gain\": \"<number>\",\n    \"max-gain\": \"<number>\",\n    \"min-gain\": \"<number>\",\n    \"name\": \"<string>\",\n    \"target-gain-tilt\": \"<number>\",\n    \"type\": \"EDFA\",\n    \"gain-range\": \"LOW_GAIN_RANGE\"\n  }\n}"}],"_postman_id":"49b117ac-8331-46b8-8587-87fa39fd5bb5"}],"id":"74c0eb8b-dccd-46b3-9078-bc14576765b3","_postman_id":"74c0eb8b-dccd-46b3-9078-bc14576765b3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-optical-amplifier - openconfig - amplifier","id":"7520cecc-cba3-40c1-925e-814cc032a4f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"BACKWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"EDFA\",\n        \"gain-range\": \"GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>","description":"<p>List of optical amplifiers present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"92acf5f0-4a6c-4666-905a-60eef6fabe60","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"BACKWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"EDFA\",\n        \"gain-range\": \"GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"46827f64-541f-42dc-ae36-5f7d0ff6698d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"BACKWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"EDFA\",\n        \"gain-range\": \"GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7520cecc-cba3-40c1-925e-814cc032a4f7"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - amplifier","id":"dd6ee527-fa85-4cd5-8401-b8f6a335556c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"BACKWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"EDFA\",\n        \"gain-range\": \"GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>","description":"<p>List of optical amplifiers present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"05e32fda-4522-4d00-b95f-1bc93359d741","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"BACKWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"EDFA\",\n        \"gain-range\": \"GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dccc61bb-d074-4b4e-8526-c883759dda8d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"BACKWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"EDFA\",\n        \"gain-range\": \"GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd6ee527-fa85-4cd5-8401-b8f6a335556c"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - amplifier","id":"b5fb9cf8-461f-420b-b554-4bf09244b5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>","description":"<p>List of optical amplifiers present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b5beaf83-5f8c-4252-a63f-182ab0c00a8a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b5fb9cf8-461f-420b-b554-4bf09244b5be"},{"name":"GET - openconfig - openconfig-optical-amplifier - amplifier","id":"3fee404d-7762-47ad-b9b6-9210ff46afd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>?content=all","description":"<p>List of optical amplifiers present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"821ac4fe-6ee1-4f67-9dc3-b148a234f523","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers/amplifier=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers","amplifier=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"HYBRID\",\n        \"gain-range\": \"FIXED_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"FORWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    }\n  ]\n}"}],"_postman_id":"3fee404d-7762-47ad-b9b6-9210ff46afd5"}],"id":"b290c7bf-3e97-4a10-aab5-b0f7dac467e5","_postman_id":"b290c7bf-3e97-4a10-aab5-b0f7dac467e5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-optical-amplifier - amplifiers","id":"ce1bc160-535a-4e6c-8ea5-eb2035fe72ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"HYBRID\",\n        \"gain-range\": \"FIXED_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"FORWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers","description":"<p>Enclosing container for list of amplifiers</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0a57a8c6-ad52-4cab-9863-80ab1aaa4fbc","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"amplifier\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"HYBRID\",\n        \"gain-range\": \"FIXED_GAIN_RANGE\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"target-gain\": \"<number>\",\n        \"max-gain\": \"<number>\",\n        \"min-gain\": \"<number>\",\n        \"name\": \"<string>\",\n        \"target-gain-tilt\": \"<number>\",\n        \"type\": \"FORWARD_RAMAN\",\n        \"gain-range\": \"HIGH_GAIN_RANGE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce1bc160-535a-4e6c-8ea5-eb2035fe72ea"},{"name":"PUT - openconfig-optical-amplifier - openconfig - amplifiers","id":"f27867b9-02b9-4c98-8d76-a1df1c5a384f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers","description":"<p>Enclosing container for list of amplifiers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"015d9e6c-af7b-4c47-b618-a6a3982806be","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"62a57190-601a-4ff2-aa03-373054c00637","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f27867b9-02b9-4c98-8d76-a1df1c5a384f"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - amplifiers","id":"c5fb414f-5646-4603-a791-c0b230150a97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers","description":"<p>Enclosing container for list of amplifiers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e0a46811-d534-43fc-9b38-1d59eecf86bb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ae162826-07b8-4ddb-ad5e-414f0115de75","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n          \"gain-range\": \"FIXED_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5fb414f-5646-4603-a791-c0b230150a97"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - amplifiers","id":"ab806002-62eb-4860-ac7b-a332469e9c1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers","description":"<p>Enclosing container for list of amplifiers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"565bbd80-b7e4-40ee-bdc6-c430db22263b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab806002-62eb-4860-ac7b-a332469e9c1a"},{"name":"GET - openconfig - openconfig-optical-amplifier - amplifiers","id":"93dde264-00a7-442d-aae2-0bde2dbda659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers?content=all","description":"<p>Enclosing container for list of amplifiers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4ce27581-80b5-4432-9144-95acbb24cd2d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/amplifiers?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","amplifiers"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"FORWARD_RAMAN\",\n          \"gain-range\": \"GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"HYBRID\",\n          \"gain-range\": \"LOW_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"93dde264-00a7-442d-aae2-0bde2dbda659"}],"id":"9729638f-0f8d-4d0b-b667-40b1f1d68f0d","_postman_id":"9729638f-0f8d-4d0b-b667-40b1f1d68f0d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"supervisory-channels","item":[{"name":"supervisory-channel={interface}","item":[{"name":"config","item":[{"name":"PUT - openconfig-optical-amplifier - openconfig - config","id":"3892076c-97d3-4c08-b3a0-fb2e58992db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"interface\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config","description":"<p>Configuration data for OSCs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c1fd8a4b-9a79-456d-a77d-55d898a96e9a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"interface\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"eb04c321-bb0c-4ea9-8c5d-edf15df7f112","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"interface\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3892076c-97d3-4c08-b3a0-fb2e58992db5"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - config","id":"7d5fb113-5e42-4658-bad3-bc23ab896c3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"interface\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config","description":"<p>Configuration data for OSCs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9772f991-8594-413c-98c7-2c9a9f7c9de0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"interface\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ad43e14-f773-4845-b85e-e553630ae122","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:config\": {\n    \"interface\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d5fb113-5e42-4658-bad3-bc23ab896c3c"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - config","id":"f1cc93be-e4fc-4c59-8ffd-729ba020a45a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config","description":"<p>Configuration data for OSCs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3f8c05fd-7e17-4edc-b19b-c1878b0fd26d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f1cc93be-e4fc-4c59-8ffd-729ba020a45a"},{"name":"GET - openconfig - openconfig-optical-amplifier - config","id":"8d81e39c-bba0-431d-87ef-58221075a1ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config?content=all","description":"<p>Configuration data for OSCs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a3e8f32e-f07d-4f86-90d0-edce0ebeb62d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"interface\": \"<string>\"\n  }\n}"}],"_postman_id":"8d81e39c-bba0-431d-87ef-58221075a1ce"}],"id":"ee2dde71-edc9-4ac5-b0cd-761ea3758309","_postman_id":"ee2dde71-edc9-4ac5-b0cd-761ea3758309","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-optical-amplifier - state","id":"621cf5ab-378b-4277-bf56-f90b21641a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/state?content=all","description":"<p>Operational state data for OSCs</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"95dd84a3-25b4-4227-9f45-9f48b88bdded","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"output-power\": {\n      \"avg\": \"<number>\",\n      \"min\": \"<number>\",\n      \"max-time\": \"<integer>\",\n      \"max\": \"<number>\",\n      \"interval\": \"<integer>\",\n      \"min-time\": \"<integer>\",\n      \"instant\": \"<number>\"\n    },\n    \"input-power\": {\n      \"avg\": \"<number>\",\n      \"min\": \"<number>\",\n      \"max-time\": \"<integer>\",\n      \"max\": \"<number>\",\n      \"interval\": \"<integer>\",\n      \"min-time\": \"<integer>\",\n      \"instant\": \"<number>\"\n    },\n    \"output-frequency\": \"<integer>\",\n    \"laser-bias-current\": {\n      \"avg\": \"<number>\",\n      \"min\": \"<number>\",\n      \"max-time\": \"<integer>\",\n      \"max\": \"<number>\",\n      \"interval\": \"<integer>\",\n      \"min-time\": \"<integer>\",\n      \"instant\": \"<number>\"\n    },\n    \"interface\": \"<string>\"\n  }\n}"}],"_postman_id":"621cf5ab-378b-4277-bf56-f90b21641a1f"}],"id":"f0893eaf-ef3d-47b9-89b4-c018e8bdb353","_postman_id":"f0893eaf-ef3d-47b9-89b4-c018e8bdb353","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-optical-amplifier - openconfig - supervisory-channel","id":"80831420-9ca4-466b-aeb5-1afd7e3d5365","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>","description":"<p>List of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"57d5d0f2-893f-4611-a530-342fb2082442","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b86c4bac-c601-44c4-9f59-66f7f6008fd9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80831420-9ca4-466b-aeb5-1afd7e3d5365"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - supervisory-channel","id":"00477097-ed9e-487e-9cc9-8b56a56348ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>","description":"<p>List of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4d716eaf-f3ae-4720-8b68-000bfd0ec660","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ecc45482-7062-496c-9cc1-fd379bc9a3fa","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00477097-ed9e-487e-9cc9-8b56a56348ec"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - supervisory-channel","id":"723f10f9-f03e-4d7f-a610-839aec4b23ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>","description":"<p>List of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"962eba6e-9694-4b10-9142-184f9b7b0f0e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"723f10f9-f03e-4d7f-a610-839aec4b23ca"},{"name":"GET - openconfig - openconfig-optical-amplifier - supervisory-channel","id":"ecae233a-40a7-4980-acd6-97d4593a40fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>?content=all","description":"<p>List of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"39e6e01b-57da-4a23-b066-b0d0632e70ff","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels/supervisory-channel=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels","supervisory-channel=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"ecae233a-40a7-4980-acd6-97d4593a40fe"}],"id":"e1c2db38-ddf5-497c-a5fc-16200766b048","_postman_id":"e1c2db38-ddf5-497c-a5fc-16200766b048","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-optical-amplifier - supervisory-channels","id":"8509203a-47b5-488e-b402-ee20cc10537b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels","description":"<p>Enclosing container for list of supervisory channels</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5f41b601-07e3-4ec6-931e-d1681c5aa8ff","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"supervisory-channel\": [\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    },\n    {\n      \"interface\": \"<string>\",\n      \"config\": {\n        \"interface\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8509203a-47b5-488e-b402-ee20cc10537b"},{"name":"PUT - openconfig-optical-amplifier - openconfig - supervisory-channels","id":"19ed19ba-d12a-427e-98e6-24c98f42598b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels","description":"<p>Enclosing container for list of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9276b2b6-9439-45fa-99fe-bdad3ef85f72","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1cbdf029-fe3f-4bc9-958e-81a9d14b8ad6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19ed19ba-d12a-427e-98e6-24c98f42598b"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - supervisory-channels","id":"8ed45eae-42cc-4dab-bb60-64d9c7cc854a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels","description":"<p>Enclosing container for list of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bfc219f7-a401-4655-a3fe-042d9492e8e7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1f0a3bb8-9b85-4a73-93f8-17086e066d71","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8ed45eae-42cc-4dab-bb60-64d9c7cc854a"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - supervisory-channels","id":"54071170-adaa-4e5d-892a-c26c70ceee5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels","description":"<p>Enclosing container for list of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8fa0f7e9-6f1c-45f1-a907-665961972967","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"54071170-adaa-4e5d-892a-c26c70ceee5c"},{"name":"GET - openconfig - openconfig-optical-amplifier - supervisory-channels","id":"e9475711-68c7-45cf-b0ff-7713ebf3a4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels?content=all","description":"<p>Enclosing container for list of supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f700800e-dd49-4133-8291-e8c2bb2c09fa","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier/supervisory-channels?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier","supervisory-channels"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"supervisory-channels\": {\n    \"supervisory-channel\": [\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      },\n      {\n        \"interface\": \"<string>\",\n        \"config\": {\n          \"interface\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"e9475711-68c7-45cf-b0ff-7713ebf3a4cf"}],"id":"2567deec-a635-44bd-9b42-637b607c3101","_postman_id":"2567deec-a635-44bd-9b42-637b607c3101","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-optical-amplifier - optical-amplifier","id":"5cfd64af-d447-423f-8870-dbeeb387353d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"FORWARD_RAMAN\",\n          \"gain-range\": \"GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"HYBRID\",\n          \"gain-range\": \"LOW_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier","description":"<p>Enclosing container for amplifiers and supervisory channels</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7c769f2e-dece-4a32-9db7-492775c0181f","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"amplifiers\": {\n    \"amplifier\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"FORWARD_RAMAN\",\n          \"gain-range\": \"GAIN_RANGE\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"target-gain\": \"<number>\",\n          \"max-gain\": \"<number>\",\n          \"min-gain\": \"<number>\",\n          \"name\": \"<string>\",\n          \"target-gain-tilt\": \"<number>\",\n          \"type\": \"HYBRID\",\n          \"gain-range\": \"LOW_GAIN_RANGE\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cfd64af-d447-423f-8870-dbeeb387353d"},{"name":"PUT - openconfig-optical-amplifier - openconfig - optical-amplifier","id":"d3f32538-c24a-4f0c-80b8-2833b86a4e99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"EDFA\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier","description":"<p>Enclosing container for amplifiers and supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"98af480b-74a2-4cdb-a4b0-f8e432461626","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"EDFA\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"22e0261c-da5f-4fcd-b89c-341892cd700a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"EDFA\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3f32538-c24a-4f0c-80b8-2833b86a4e99"},{"name":"PATCH - openconfig-optical-amplifier - openconfig - optical-amplifier","id":"47e11fea-9b18-4f0b-afc6-545f88ff1db6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"EDFA\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier","description":"<p>Enclosing container for amplifiers and supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"377c62ae-7d11-46b9-b3e8-025faa525d0a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"EDFA\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e499c8fe-7869-427d-b286-a23007938408","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-amplifier:optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"OPTICAL_AMPLIFIER_TYPE\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"EDFA\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"47e11fea-9b18-4f0b-afc6-545f88ff1db6"},{"name":"DELETE - openconfig - openconfig-optical-amplifier - optical-amplifier","id":"e5a8cf6f-6514-419f-886a-ff546621678f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier","description":"<p>Enclosing container for amplifiers and supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7edf4b85-effb-4d9b-bff9-03cd1119a96c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5a8cf6f-6514-419f-886a-ff546621678f"},{"name":"GET - openconfig - openconfig-optical-amplifier - optical-amplifier","id":"1396db5e-c999-49c7-aabf-5a5b5b0e6399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier?content=all","description":"<p>Enclosing container for amplifiers and supervisory channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b9047d03-caf0-4497-95a0-623e687d5ef8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-amplifier:optical-amplifier?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-amplifier:optical-amplifier"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"optical-amplifier\": {\n    \"amplifiers\": {\n      \"amplifier\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"FORWARD_RAMAN\",\n            \"gain-range\": \"FIXED_GAIN_RANGE\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"target-gain\": \"<number>\",\n            \"max-gain\": \"<number>\",\n            \"min-gain\": \"<number>\",\n            \"name\": \"<string>\",\n            \"target-gain-tilt\": \"<number>\",\n            \"type\": \"HYBRID\",\n            \"gain-range\": \"MID_GAIN_RANGE\"\n          }\n        }\n      ]\n    },\n    \"supervisory-channels\": {\n      \"supervisory-channel\": [\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        },\n        {\n          \"interface\": \"<string>\",\n          \"config\": {\n            \"interface\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"1396db5e-c999-49c7-aabf-5a5b5b0e6399"}],"id":"68e795a7-0c2e-4f19-ae20-bc2f84709ae6","_postman_id":"68e795a7-0c2e-4f19-ae20-bc2f84709ae6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-optical-attenuator:optical-attenuator","item":[{"name":"attenuators","item":[{"name":"attenuator={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-optical-attenuator - openconfig - config","id":"91cb0793-e082-4a81-8f4b-a93ded72c16f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:config\": {\n    \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config","description":"<p>Configuration data for the attenuator</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8379dd51-15bd-4eab-90d8-7eca2e209ea7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:config\": {\n    \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"48687f2d-892a-4653-9cf0-e5c2db2059c7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:config\": {\n    \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91cb0793-e082-4a81-8f4b-a93ded72c16f"},{"name":"PATCH - openconfig-optical-attenuator - openconfig - config","id":"797c2cad-4318-4530-a569-5ee63a30149c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:config\": {\n    \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config","description":"<p>Configuration data for the attenuator</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ba2d13c3-4cfc-4c18-a758-cf2947e313b7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:config\": {\n    \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1ff60b6f-0cb9-44e9-a5fc-eee20e41116c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:config\": {\n    \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"797c2cad-4318-4530-a569-5ee63a30149c"},{"name":"DELETE - openconfig - openconfig-optical-attenuator - config","id":"ed276489-b6e7-45cc-a099-597cc37c90f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config","description":"<p>Configuration data for the attenuator</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5b040c41-61c2-4219-bd3a-ea76e07b58e2","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ed276489-b6e7-45cc-a099-597cc37c90f7"},{"name":"GET - openconfig - openconfig-optical-attenuator - config","id":"a4e20909-96cc-4ee1-9a7f-4838b1453359","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config?content=all","description":"<p>Configuration data for the attenuator</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"89b92c98-06f8-4e77-b21f-6fe3a9d4d1b0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}"}],"_postman_id":"a4e20909-96cc-4ee1-9a7f-4838b1453359"}],"id":"ac412f55-9be3-42d9-acc4-ec1c0989cdea","_postman_id":"ac412f55-9be3-42d9-acc4-ec1c0989cdea","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-optical-attenuator - state","id":"9fe0f5ef-df09-470d-91f3-a0fb2864856c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/state?content=all","description":"<p>Operational state data for the attenuator</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5083b696-8eb4-411d-a58a-599f0ae34cc1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n    \"attenuation\": \"<number>\",\n    \"target-output-power\": \"<number>\",\n    \"max-output-power\": \"<number>\",\n    \"name\": \"<string>\",\n    \"enabled\": \"<boolean>\",\n    \"max-output-power-threshold\": \"<number>\"\n  }\n}"}],"_postman_id":"9fe0f5ef-df09-470d-91f3-a0fb2864856c"}],"id":"53ec4299-6d0a-4108-8182-9fa75003f5cd","_postman_id":"53ec4299-6d0a-4108-8182-9fa75003f5cd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-optical-attenuator - openconfig - attenuator","id":"5e688335-feb5-4f53-8732-ca4aa7a73d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"CONSTANT_POWER\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>","description":"<p>List of variable optical attenuators present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"47f88b0e-f5c9-4610-b237-4b7da86402f4","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"CONSTANT_POWER\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fdb45550-e1bc-4094-ba16-40ad33cd28a8","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"CONSTANT_POWER\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e688335-feb5-4f53-8732-ca4aa7a73d16"},{"name":"PATCH - openconfig-optical-attenuator - openconfig - attenuator","id":"f31bf91f-9dec-4a4a-a225-004254a41157","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"CONSTANT_POWER\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>","description":"<p>List of variable optical attenuators present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d1d4c069-902a-4971-9b79-73779a4e69cb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"CONSTANT_POWER\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2a6f6ca1-9bd5-42f2-981a-da6388738db7","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"CONSTANT_POWER\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f31bf91f-9dec-4a4a-a225-004254a41157"},{"name":"DELETE - openconfig - openconfig-optical-attenuator - attenuator","id":"d819cf18-58bc-46e0-9f5b-0c6c18a15852","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>","description":"<p>List of variable optical attenuators present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"91d86935-7256-46cd-9a3a-2ba5feecde2a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d819cf18-58bc-46e0-9f5b-0c6c18a15852"},{"name":"GET - openconfig - openconfig-optical-attenuator - attenuator","id":"72492afe-6fc0-4d48-a3a5-b41980af1693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>?content=all","description":"<p>List of variable optical attenuators present in the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"02ad8a4f-e0d6-4500-b20a-ee64af37958d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators/attenuator=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators","attenuator=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"72492afe-6fc0-4d48-a3a5-b41980af1693"}],"id":"4bbc7495-90a6-4b51-b622-1f47ff9fce8d","_postman_id":"4bbc7495-90a6-4b51-b622-1f47ff9fce8d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-optical-attenuator - attenuators","id":"0345ae8f-8fa6-4e11-bee3-606b0c8e8935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators","description":"<p>Enclosing container for list of attenuators</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5aa4979b-8392-478f-852c-5acfe145ef41","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"attenuator\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n        \"attenuation\": \"<number>\",\n        \"target-output-power\": \"<number>\",\n        \"max-output-power\": \"<number>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"max-output-power-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0345ae8f-8fa6-4e11-bee3-606b0c8e8935"},{"name":"PUT - openconfig-optical-attenuator - openconfig - attenuators","id":"81969d54-ae16-415c-aad9-1e1fbfe0486c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators","description":"<p>Enclosing container for list of attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3c2ed22b-a1db-42a3-8bb8-b6beba56d421","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e626ef93-5c04-4092-afec-3c2f9db382e4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81969d54-ae16-415c-aad9-1e1fbfe0486c"},{"name":"PATCH - openconfig-optical-attenuator - openconfig - attenuators","id":"8c8e0494-0a75-43b1-9d8d-1e614fdc7fc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators","description":"<p>Enclosing container for list of attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a5aef4ad-a6b5-493c-8552-e6d074c16b90","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e21c07a5-604a-42e9-a657-5b45f0f5a23d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c8e0494-0a75-43b1-9d8d-1e614fdc7fc5"},{"name":"DELETE - openconfig - openconfig-optical-attenuator - attenuators","id":"1d641078-8c58-4b91-92b5-becf6e18dde1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators","description":"<p>Enclosing container for list of attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b7c0ed3d-9792-4b08-8492-65285668eb2d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d641078-8c58-4b91-92b5-becf6e18dde1"},{"name":"GET - openconfig - openconfig-optical-attenuator - attenuators","id":"8dd3cbac-6583-4b4a-8d0d-a6ad563bd5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators?content=all","description":"<p>Enclosing container for list of attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"21d4a1c4-293f-4b60-a47c-9f55a8581682","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator/attenuators?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator","attenuators"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_POWER\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"8dd3cbac-6583-4b4a-8d0d-a6ad563bd5d5"}],"id":"04c47cd2-0a66-4f31-96b3-8c76bd94a44d","_postman_id":"04c47cd2-0a66-4f31-96b3-8c76bd94a44d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-optical-attenuator - optical-attenuator","id":"0d714172-977e-4f91-b2f3-9a48927a4021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_POWER\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator","description":"<p>Enclosing container for attenuators</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"97d48738-29c6-4ff4-a703-32fa4cff1f61","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"attenuators\": {\n    \"attenuator\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_POWER\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n          \"attenuation\": \"<number>\",\n          \"target-output-power\": \"<number>\",\n          \"max-output-power\": \"<number>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"max-output-power-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d714172-977e-4f91-b2f3-9a48927a4021"},{"name":"PUT - openconfig-optical-attenuator - openconfig - optical-attenuator","id":"aff239fa-2803-4a7f-b9aa-bfcd5619b6f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator","description":"<p>Enclosing container for attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"85cb5c4b-d736-466d-ab5a-caabba480b16","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"78bdbe4f-2c5c-482e-95e7-0cd633a4ab27","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aff239fa-2803-4a7f-b9aa-bfcd5619b6f7"},{"name":"PATCH - openconfig-optical-attenuator - openconfig - optical-attenuator","id":"e02cffaf-5ac9-407b-ba1c-e686bb4b6ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator","description":"<p>Enclosing container for attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0f522e38-cf08-4b75-a6e9-935879cb04ec","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"008a3d60-5179-4a8e-98b0-da3ddbc5ccf6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-optical-attenuator:optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"CONSTANT_ATTENUATION\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"SYSTEM_CONTROLLED\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e02cffaf-5ac9-407b-ba1c-e686bb4b6ff7"},{"name":"DELETE - openconfig - openconfig-optical-attenuator - optical-attenuator","id":"77a0c9eb-3e69-486a-b216-48375419e7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator","description":"<p>Enclosing container for attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fc44d9d0-3216-4380-a5a4-216b04acff24","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77a0c9eb-3e69-486a-b216-48375419e7a4"},{"name":"GET - openconfig - openconfig-optical-attenuator - optical-attenuator","id":"80db65db-7b71-4f80-b833-39943acbdc7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator?content=all","description":"<p>Enclosing container for attenuators</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"dff81be5-887a-474b-b79d-fbfcab5cfa0e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-optical-attenuator:optical-attenuator?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-optical-attenuator:optical-attenuator"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"optical-attenuator\": {\n    \"attenuators\": {\n      \"attenuator\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"attenuation-mode\": \"OPTICAL_ATTENUATOR_MODE\",\n            \"attenuation\": \"<number>\",\n            \"target-output-power\": \"<number>\",\n            \"max-output-power\": \"<number>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"max-output-power-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"80db65db-7b71-4f80-b833-39943acbdc7a"}],"id":"76c731a0-f34c-4e33-9d0a-dd06cb8818be","_postman_id":"76c731a0-f34c-4e33-9d0a-dd06cb8818be","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-platform:components","item":[{"name":"component={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-platform - openconfig - config","id":"43813388-5521-4a87-bb1d-606fe5be4c04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config","description":"<p>Configuration data for each component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"854e8870-cdf4-4c83-87fb-4022c878dd7e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"319f6757-f46d-4fc7-86bf-4660ddf77462","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43813388-5521-4a87-bb1d-606fe5be4c04"},{"name":"PATCH - openconfig-platform - openconfig - config","id":"e0599fc0-5cb0-4cc0-b400-6dbf3f8ddc47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config","description":"<p>Configuration data for each component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"eaf91aa3-01dc-471c-9e56-0fe9c3ef01bd","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a375631f-11fe-4009-a833-60f32c9abd02","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0599fc0-5cb0-4cc0-b400-6dbf3f8ddc47"},{"name":"DELETE - openconfig - openconfig-platform - config","id":"3373dfa3-4ec3-4d9f-84e9-8055b293a082","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config","description":"<p>Configuration data for each component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d962b9c9-94eb-473e-95d4-0d530179267e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3373dfa3-4ec3-4d9f-84e9-8055b293a082"},{"name":"GET - openconfig - openconfig-platform - config","id":"6f2a9c82-0343-4bc4-bbd3-a2396b41b103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config?content=all","description":"<p>Configuration data for each component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f0d73f0b-bfc5-4671-9f05-ef8568ab7b88","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"6f2a9c82-0343-4bc4-bbd3-a2396b41b103"}],"id":"ef8e4d24-330a-4fc6-b522-f9de3116e7b8","_postman_id":"ef8e4d24-330a-4fc6-b522-f9de3116e7b8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"memory","item":[{"name":"GET - openconfig - openconfig-platform - memory","id":"ff6f3574-7414-48a9-a3bf-fb080382cdad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/state/memory?content=all","description":"<p>For components that have associated memory, these values\nreport information about available and utilized memory.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","state","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"78ee50dd-aa30-4d1e-b5b5-1c96b45f3ae4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/state/memory?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","state","memory"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"memory\": {\n    \"available\": \"<integer>\",\n    \"utilized\": \"<integer>\"\n  }\n}"}],"_postman_id":"ff6f3574-7414-48a9-a3bf-fb080382cdad"}],"id":"6d47f014-41ab-44e1-9e21-d81315d7a7bb","_postman_id":"6d47f014-41ab-44e1-9e21-d81315d7a7bb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"pcie","item":[{"name":"GET - openconfig - openconfig-platform - pcie","id":"3a289156-da63-4b59-b6b8-485ffbcfd585","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/state/pcie?content=all","description":"<p>Components that are connected to the system over the Peripheral\nComponent Interconnect Express (PCIe), report the fatal, non-fatal\nand correctable PCIe error counts.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","state","pcie"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"bc14eb62-74fb-4f9f-b768-bd3d2eae387f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/state/pcie?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","state","pcie"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"pcie\": {\n    \"non-fatal-errors\": {\n      \"data-link-errors\": \"<integer>\",\n      \"flow-control-protocol-errors\": \"<integer>\",\n      \"surprise-down-errors\": \"<integer>\",\n      \"completion-timeout-errors\": \"<integer>\",\n      \"undefined-errors\": \"<integer>\",\n      \"poisoned-tlp-errors\": \"<integer>\",\n      \"total-errors\": \"<integer>\"\n    },\n    \"fatal-errors\": {\n      \"data-link-errors\": \"<integer>\",\n      \"flow-control-protocol-errors\": \"<integer>\",\n      \"surprise-down-errors\": \"<integer>\",\n      \"completion-timeout-errors\": \"<integer>\",\n      \"undefined-errors\": \"<integer>\",\n      \"poisoned-tlp-errors\": \"<integer>\",\n      \"total-errors\": \"<integer>\"\n    },\n    \"correctable-errors\": {\n      \"replay-timeout-errors\": \"<integer>\",\n      \"bad-tlp-errors\": \"<integer>\",\n      \"bad-dllp-errors\": \"<integer>\",\n      \"relay-rollover-errors\": \"<integer>\",\n      \"receiver-errors\": \"<integer>\",\n      \"total-errors\": \"<integer>\",\n      \"advisory-non-fatal-errors\": \"<integer>\"\n    }\n  }\n}"}],"_postman_id":"3a289156-da63-4b59-b6b8-485ffbcfd585"}],"id":"ca0217b0-ecbf-4240-83c3-a1d5e3e9dc93","_postman_id":"ca0217b0-ecbf-4240-83c3-a1d5e3e9dc93","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-platform - state","id":"9b7becf8-4e88-45c3-97e7-088819b1f023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/state?content=all","description":"<p>Operational state data for each component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"50f75d60-9768-4161-826e-559570f55318","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"memory\": {\n      \"available\": \"<integer>\",\n      \"utilized\": \"<integer>\"\n    },\n    \"name\": \"<string>\",\n    \"allocated-power\": \"<long>\",\n    \"used-power\": \"<long>\",\n    \"pcie\": {\n      \"non-fatal-errors\": {\n        \"data-link-errors\": \"<integer>\",\n        \"flow-control-protocol-errors\": \"<integer>\",\n        \"surprise-down-errors\": \"<integer>\",\n        \"completion-timeout-errors\": \"<integer>\",\n        \"undefined-errors\": \"<integer>\",\n        \"poisoned-tlp-errors\": \"<integer>\",\n        \"total-errors\": \"<integer>\"\n      },\n      \"fatal-errors\": {\n        \"data-link-errors\": \"<integer>\",\n        \"flow-control-protocol-errors\": \"<integer>\",\n        \"surprise-down-errors\": \"<integer>\",\n        \"completion-timeout-errors\": \"<integer>\",\n        \"undefined-errors\": \"<integer>\",\n        \"poisoned-tlp-errors\": \"<integer>\",\n        \"total-errors\": \"<integer>\"\n      },\n      \"correctable-errors\": {\n        \"replay-timeout-errors\": \"<integer>\",\n        \"bad-tlp-errors\": \"<integer>\",\n        \"bad-dllp-errors\": \"<integer>\",\n        \"relay-rollover-errors\": \"<integer>\",\n        \"receiver-errors\": \"<integer>\",\n        \"total-errors\": \"<integer>\",\n        \"advisory-non-fatal-errors\": \"<integer>\"\n      }\n    },\n    \"id\": \"<string>\",\n    \"type\": \"CHASSIS\"\n  }\n}"}],"_postman_id":"9b7becf8-4e88-45c3-97e7-088819b1f023"}],"id":"d96b5004-8444-4e2f-9de2-00fd2da67e09","_postman_id":"d96b5004-8444-4e2f-9de2-00fd2da67e09","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"properties","item":[{"name":"property={name1}","item":[{"name":"PUT - openconfig-platform - openconfig - property","id":"63a6ceba-c9ad-4a70-9c13-739b3f09503c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>","description":"<p>List of system properties for the component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties","property=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a50e1999-e367-41a0-ac77-c753705abe4e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"09abc903-388c-434e-ab48-440a2e6b4bea","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63a6ceba-c9ad-4a70-9c13-739b3f09503c"},{"name":"PATCH - openconfig-platform - openconfig - property","id":"e7ac88ff-f720-4a10-9638-448def5e33dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>","description":"<p>List of system properties for the component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties","property=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1ad71aee-dd37-4507-9bf4-f2ad08c927aa","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"11dd0680-5c48-40fb-b3dc-b0b4931d4111","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7ac88ff-f720-4a10-9638-448def5e33dc"},{"name":"DELETE - openconfig - openconfig-platform - property","id":"4d6062df-6f59-403e-8a82-e4485e7f03a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>","description":"<p>List of system properties for the component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties","property=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e02a446b-c67c-4d7d-b83e-6f9c4f48da5f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d6062df-6f59-403e-8a82-e4485e7f03a3"},{"name":"GET - openconfig - openconfig-platform - property","id":"a96225b0-e8f2-4ce3-9177-3142bd54f0d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>?content=all","description":"<p>List of system properties for the component</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties","property=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0c30b237-3e2d-4362-bba6-1e37a576a459","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties/property=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties","property=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"a96225b0-e8f2-4ce3-9177-3142bd54f0d3"}],"id":"936f323e-f8d5-4d1a-9361-95f83776121c","_postman_id":"936f323e-f8d5-4d1a-9361-95f83776121c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-platform - properties","id":"3aa42f15-7dd6-4cff-a553-e0a121ac5e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties","description":"<p>Enclosing container </p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6af9ba5b-8f6a-451e-b2c2-61a33a59dfe5","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"property\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\",\n        \"value\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3aa42f15-7dd6-4cff-a553-e0a121ac5e0b"},{"name":"PUT - openconfig-platform - openconfig - properties","id":"9d289cb6-5e97-412a-abfb-4c97b817015a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"43882cbe-81bd-4afb-94e5-b28fc732825e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ce60cbe6-bc49-4261-ab98-e45f2ab89f20","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d289cb6-5e97-412a-abfb-4c97b817015a"},{"name":"PATCH - openconfig-platform - openconfig - properties","id":"bc65299c-6346-4c14-b4be-e18f1d76456b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4129dd4c-4950-4221-8db6-8de45f9e0da5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cc7b3b5b-7121-4c58-944e-1abdf8609d8d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bc65299c-6346-4c14-b4be-e18f1d76456b"},{"name":"DELETE - openconfig - openconfig-platform - properties","id":"ce1d6d85-a2ea-4494-918d-c7c9aa010723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9bb231a0-22e9-425d-9035-5791622ceab7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce1d6d85-a2ea-4494-918d-c7c9aa010723"},{"name":"GET - openconfig - openconfig-platform - properties","id":"1d77351c-68cc-48af-94e7-8d42114b4697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties?content=all","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"01c9fe28-5686-47b7-9bd8-8a081f89d784","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/properties?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","properties"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"properties\": {\n    \"property\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\",\n          \"value\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"1d77351c-68cc-48af-94e7-8d42114b4697"}],"id":"2d8393de-d2dc-47ce-8ffb-20eccd8f6874","_postman_id":"2d8393de-d2dc-47ce-8ffb-20eccd8f6874","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"subcomponents","item":[{"name":"subcomponent={name1}","item":[{"name":"PUT - openconfig-platform - openconfig - subcomponent","id":"8269b93f-20ef-48b4-bf5d-c9e160dd91e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>","description":"<p>List of subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents","subcomponent=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c652ab41-6c36-4db4-9dae-af84f77774cb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c2fff5bc-02fb-4831-a940-5a9996d25798","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8269b93f-20ef-48b4-bf5d-c9e160dd91e6"},{"name":"PATCH - openconfig-platform - openconfig - subcomponent","id":"d4cf7359-5f9b-480f-bb34-0cb8ebeb775b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>","description":"<p>List of subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents","subcomponent=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7b023f99-0f53-4ce8-9ac9-259c2ce4f138","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0e549f74-cdcc-4f12-9f33-c0ada2f0fa84","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d4cf7359-5f9b-480f-bb34-0cb8ebeb775b"},{"name":"DELETE - openconfig - openconfig-platform - subcomponent","id":"1b7ee667-e67e-4cb2-9821-95e126b38d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>","description":"<p>List of subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents","subcomponent=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"00dfd695-60bd-44e6-92e6-fd256d81095b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1b7ee667-e67e-4cb2-9821-95e126b38d27"},{"name":"GET - openconfig - openconfig-platform - subcomponent","id":"a3e7a35d-a5a7-46a5-b2bc-f02d344c16c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>?content=all","description":"<p>List of subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents","subcomponent=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0d89fb7f-fc3d-42d7-b12c-cb2f1e187e2e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents/subcomponent=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents","subcomponent=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"a3e7a35d-a5a7-46a5-b2bc-f02d344c16c8"}],"id":"ea1c396b-e1cd-4cb9-81b4-1ed9062a53cc","_postman_id":"ea1c396b-e1cd-4cb9-81b4-1ed9062a53cc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-platform - subcomponents","id":"446ff78b-6271-45dd-8f4d-f9dfa22af2ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents","description":"<p>Enclosing container for subcomponent references</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"11b76e6c-9740-4554-9837-a07b9baec040","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"subcomponent\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"446ff78b-6271-45dd-8f4d-f9dfa22af2ea"},{"name":"PUT - openconfig-platform - openconfig - subcomponents","id":"b414a56d-45cd-454a-bd67-adfc3669c089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents","description":"<p>Enclosing container for subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"67a74499-05c0-41cf-8f3d-c856d216d371","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1558e391-d46b-4380-bb12-c0e06a012de8","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b414a56d-45cd-454a-bd67-adfc3669c089"},{"name":"PATCH - openconfig-platform - openconfig - subcomponents","id":"378ec126-36d8-4cdf-915b-59dad79cd364","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents","description":"<p>Enclosing container for subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"40c1376f-a821-47ff-ad3d-864eea461a54","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"75291b17-7601-4349-a447-32bb240791e9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"378ec126-36d8-4cdf-915b-59dad79cd364"},{"name":"DELETE - openconfig - openconfig-platform - subcomponents","id":"561a52b9-051e-43fa-b52c-b414058a5dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents","description":"<p>Enclosing container for subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"070a7c36-8e6a-4ea9-8eff-b12544d468fc","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"561a52b9-051e-43fa-b52c-b414058a5dbd"},{"name":"GET - openconfig - openconfig-platform - subcomponents","id":"30931981-5253-462f-bb9a-fec413a19e3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents?content=all","description":"<p>Enclosing container for subcomponent references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8aed7c97-34ff-4a56-bcc7-ca5f97cab105","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/subcomponents?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","subcomponents"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subcomponents\": {\n    \"subcomponent\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"30931981-5253-462f-bb9a-fec413a19e3d"}],"id":"380afc6e-22be-4f65-9344-e88d6af50250","_postman_id":"380afc6e-22be-4f65-9344-e88d6af50250","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"chassis","item":[{"name":"config","item":[{"name":"PUT - openconfig-platform - openconfig - config","id":"1cde66e1-5667-4c49-9dc2-ba0db2508dc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config","description":"<p>Configuration data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dccf1b06-4c75-48b3-93ee-8d64b31b0059","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f8627a66-85f3-46c4-86ae-7b1fcb506d73","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1cde66e1-5667-4c49-9dc2-ba0db2508dc9"},{"name":"PATCH - openconfig-platform - openconfig - config","id":"95f39a0b-8123-40ab-9b73-1e4b389fb00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config","description":"<p>Configuration data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4e9ed289-c3f7-4828-bda8-88817c997484","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b8700583-1a9b-41e5-a667-edd0fdd93d1d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95f39a0b-8123-40ab-9b73-1e4b389fb00b"},{"name":"DELETE - openconfig - openconfig-platform - config","id":"eb4ccf60-9683-48b8-9886-ecb01b00b178","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config","description":"<p>Configuration data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9c01b38a-40b1-4ebf-9f48-fec665a8d195","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb4ccf60-9683-48b8-9886-ecb01b00b178"},{"name":"GET - openconfig - openconfig-platform - config","id":"5dd9a00d-2eab-48bb-be12-6d1c674c35c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config?content=all","description":"<p>Configuration data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4cb38478-6235-4a66-bc0c-5add464c2e15","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"5dd9a00d-2eab-48bb-be12-6d1c674c35c9"}],"id":"f8cdaae8-5193-41ed-a9bd-1717b18d2b66","_postman_id":"f8cdaae8-5193-41ed-a9bd-1717b18d2b66","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-platform - state","id":"921916a3-60f4-4a6f-804e-cee3be51a072","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/state?content=all","description":"<p>Operational state data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9b195802-df57-4089-98ef-01d09422d352","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {}\n}"}],"_postman_id":"921916a3-60f4-4a6f-804e-cee3be51a072"}],"id":"ee3a2811-ddb4-4188-8b94-99465b35485e","_postman_id":"ee3a2811-ddb4-4188-8b94-99465b35485e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"utilization","item":[{"name":"PUT - openconfig-platform - openconfig - utilization","id":"534e778d-3e3b-4b3c-a88e-be3974ce82b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:utilization\": {\n    \"resources\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization","description":"<p>Resource utilization of the component.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","utilization"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cd6e1aaa-755c-4b15-851f-0bdd85c71dea","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:utilization\": {\n    \"resources\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51dfd18c-6496-4cf0-835e-7860d1fee6b3","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:utilization\": {\n    \"resources\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"534e778d-3e3b-4b3c-a88e-be3974ce82b0"},{"name":"PATCH - openconfig-platform - openconfig - utilization","id":"6d9cd66d-b5d2-48b3-ab48-39eaeb1af9b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:utilization\": {\n    \"resources\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization","description":"<p>Resource utilization of the component.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","utilization"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5e8246d1-5800-4b91-a9db-f3941bf25ade","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:utilization\": {\n    \"resources\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ffba2c71-9ab4-4fea-a2de-dffd641c2d98","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:utilization\": {\n    \"resources\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d9cd66d-b5d2-48b3-ab48-39eaeb1af9b8"},{"name":"DELETE - openconfig - openconfig-platform - utilization","id":"76213546-62b0-4b91-85c9-64e4d1992612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization","description":"<p>Resource utilization of the component.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","utilization"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"31506497-fdde-4530-b8fc-d1020e9ab7d3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"76213546-62b0-4b91-85c9-64e4d1992612"},{"name":"GET - openconfig - openconfig-platform - utilization","id":"c32090fb-bb3e-4b33-b7fd-a06027a4bedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization?content=all","description":"<p>Resource utilization of the component.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","utilization"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9e3424b2-1daf-4e4b-949d-69f531f0eec8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis/utilization?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis","utilization"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"utilization\": {\n    \"resources\": {}\n  }\n}"}],"_postman_id":"c32090fb-bb3e-4b33-b7fd-a06027a4bedf"}],"id":"e7f2feb9-e2de-4f70-9f23-adfe1d584bb9","_postman_id":"e7f2feb9-e2de-4f70-9f23-adfe1d584bb9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-platform - chassis","id":"3376e10c-e99b-4320-bb8e-c11787e15a21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis","description":"<p>Data for chassis components</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6854fed8-0c59-4afe-8376-435743f286d3","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3376e10c-e99b-4320-bb8e-c11787e15a21"},{"name":"PUT - openconfig-platform - openconfig - chassis","id":"8cd32142-6e79-466a-b17f-3acf61ba8ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis","description":"<p>Data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"69b3c738-c5b9-4478-b609-5159f97c814a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fe5e7f55-b36b-4352-8aad-33f17917d13e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cd32142-6e79-466a-b17f-3acf61ba8ff1"},{"name":"PATCH - openconfig-platform - openconfig - chassis","id":"7d83e78f-1f1a-43dd-aaf4-b63486f871ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis","description":"<p>Data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dc27a2dd-70bf-4d91-ac70-42dce74d045e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8351c788-a941-474e-a203-10bdc68fefd3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d83e78f-1f1a-43dd-aaf4-b63486f871ce"},{"name":"DELETE - openconfig - openconfig-platform - chassis","id":"6485b344-025b-4396-aace-aa480f42623e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis","description":"<p>Data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6045d8a4-5007-49b5-8c11-6af8249bfaea","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6485b344-025b-4396-aace-aa480f42623e"},{"name":"GET - openconfig - openconfig-platform - chassis","id":"0236a852-bded-4f33-ad98-9a8be8cc488b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis?content=all","description":"<p>Data for chassis components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"45b81c16-08a9-4ca6-9bc0-147590838feb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/chassis?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","chassis"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"chassis\": {\n    \"utilization\": {\n      \"resources\": {}\n    },\n    \"config\": {}\n  }\n}"}],"_postman_id":"0236a852-bded-4f33-ad98-9a8be8cc488b"}],"id":"557f59db-a0bd-45d3-ae8c-788f6845c429","_postman_id":"557f59db-a0bd-45d3-ae8c-788f6845c429","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"port","item":[{"name":"config","item":[{"name":"PUT - openconfig-platform - openconfig - config","id":"abaf38c0-92de-4da5-af1a-bbb2a8448bc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config","description":"<p>Configuration data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7b39654b-d120-488b-9d95-3d5e0fd545ef","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3571e224-fe4e-404a-a9bc-9f295b10e1d5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"abaf38c0-92de-4da5-af1a-bbb2a8448bc4"},{"name":"PATCH - openconfig-platform - openconfig - config","id":"456c0e25-9708-4a17-8b8f-94147ae7cd78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config","description":"<p>Configuration data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4fb6f179-8a70-4c4c-981e-d9436470c672","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9787ecdc-c7a2-48a0-9e30-1a5520e5bf66","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"456c0e25-9708-4a17-8b8f-94147ae7cd78"},{"name":"DELETE - openconfig - openconfig-platform - config","id":"d5fa5292-5514-46f7-9b78-9785cc5e70dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config","description":"<p>Configuration data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c33b580b-3b0d-48ba-922c-4e451dd9a09a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5fa5292-5514-46f7-9b78-9785cc5e70dc"},{"name":"GET - openconfig - openconfig-platform - config","id":"810d2e23-c18f-4f24-91a1-4181456f5acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config?content=all","description":"<p>Configuration data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"82f6f935-5261-480a-be29-6b2c8e7779a5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"810d2e23-c18f-4f24-91a1-4181456f5acf"}],"id":"713b3ad9-ef75-4618-bd79-904f7853c077","_postman_id":"713b3ad9-ef75-4618-bd79-904f7853c077","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-platform - state","id":"bb14821f-ce67-4079-829c-293fa14e0063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/state?content=all","description":"<p>Operational state data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"20d86dda-81bf-415d-8c0b-43c96f762d72","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {}\n}"}],"_postman_id":"bb14821f-ce67-4079-829c-293fa14e0063"}],"id":"118fbb9b-8046-4307-8d33-0bfad62fa9ac","_postman_id":"118fbb9b-8046-4307-8d33-0bfad62fa9ac","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-transport-line-common:optical-port","item":[{"name":"PUT - openconfig-platform - openconfig - optical-port","id":"9519fa35-f6b2-4c30-95e1-3f15aa66f13f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-common:optical-port\": {\n    \"config\": {\n      \"admin-state\": \"MAINT\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port","description":"<p>Contains data specific to ports on optical transport\ndevices.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-transport-line-common:optical-port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"58d97d0a-6643-4182-bdfa-fc33ea8553c7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-common:optical-port\": {\n    \"config\": {\n      \"admin-state\": \"MAINT\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8beb673b-8a3a-45a1-a266-abee2d1d60c7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-common:optical-port\": {\n    \"config\": {\n      \"admin-state\": \"MAINT\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9519fa35-f6b2-4c30-95e1-3f15aa66f13f"},{"name":"PATCH - openconfig-platform - openconfig - optical-port","id":"33e31b60-f89b-4271-9529-2cb4c796f5cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-common:optical-port\": {\n    \"config\": {\n      \"admin-state\": \"MAINT\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port","description":"<p>Contains data specific to ports on optical transport\ndevices.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-transport-line-common:optical-port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d74a6c90-4f27-422a-b4fe-a2ca33198c40","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-common:optical-port\": {\n    \"config\": {\n      \"admin-state\": \"MAINT\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3b745387-44ca-4fd1-b024-e2eccb4aead9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-common:optical-port\": {\n    \"config\": {\n      \"admin-state\": \"MAINT\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33e31b60-f89b-4271-9529-2cb4c796f5cb"},{"name":"DELETE - openconfig - openconfig-platform - optical-port","id":"146b3575-1670-4a57-a2e8-9bf18b243f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port","description":"<p>Contains data specific to ports on optical transport\ndevices.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-transport-line-common:optical-port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"676e5a12-9c0f-439c-b14d-8ff088f3131f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"146b3575-1670-4a57-a2e8-9bf18b243f3c"},{"name":"GET - openconfig - openconfig-platform - optical-port","id":"727cf66d-2c07-4441-af99-1a28feb560bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port?content=all","description":"<p>Contains data specific to ports on optical transport\ndevices.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-transport-line-common:optical-port"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"86152da9-9adb-4fa5-b1cd-d660d4b218a8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-transport-line-common:optical-port?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-transport-line-common:optical-port"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"optical-port\": {\n    \"config\": {\n      \"admin-state\": \"DISABLED\"\n    }\n  }\n}"}],"_postman_id":"727cf66d-2c07-4441-af99-1a28feb560bb"}],"id":"21866ca5-58c0-4444-b6d0-9cfd798b8a36","_postman_id":"21866ca5-58c0-4444-b6d0-9cfd798b8a36","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-platform-port:breakout-mode","item":[{"name":"PUT - openconfig-platform - openconfig - breakout-mode","id":"cc7eeec6-897b-4bac-ba95-8b0938a3d0e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform-port:breakout-mode\": {\n    \"groups\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode","description":"<p>Top-level container for port breakout-mode data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-platform-port:breakout-mode"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"72f20c1c-a19a-44e5-91bf-523f5818e448","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform-port:breakout-mode\": {\n    \"groups\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3c1274ab-9e2e-413f-adce-4ce145f0950b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform-port:breakout-mode\": {\n    \"groups\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cc7eeec6-897b-4bac-ba95-8b0938a3d0e7"},{"name":"PATCH - openconfig-platform - openconfig - breakout-mode","id":"9dc5a53e-6be9-407b-aa95-04fcf3ddfcbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform-port:breakout-mode\": {\n    \"groups\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode","description":"<p>Top-level container for port breakout-mode data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-platform-port:breakout-mode"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1164619e-8f49-4238-976b-f4376720e595","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform-port:breakout-mode\": {\n    \"groups\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c02757d9-6bce-4255-a84d-eb3c81640d44","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform-port:breakout-mode\": {\n    \"groups\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9dc5a53e-6be9-407b-aa95-04fcf3ddfcbe"},{"name":"DELETE - openconfig - openconfig-platform - breakout-mode","id":"2ee8f724-d8b8-40ee-a464-7f9400afb874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode","description":"<p>Top-level container for port breakout-mode data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-platform-port:breakout-mode"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"efd39e4e-df8d-40e1-881d-5bb13e18d24d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ee8f724-d8b8-40ee-a464-7f9400afb874"},{"name":"GET - openconfig - openconfig-platform - breakout-mode","id":"ea906311-55aa-443a-96c1-39497c70fa7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode?content=all","description":"<p>Top-level container for port breakout-mode data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-platform-port:breakout-mode"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5f02ea62-3c69-48bf-b9fc-4b38833edf22","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port/openconfig-platform-port:breakout-mode?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port","openconfig-platform-port:breakout-mode"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"breakout-mode\": {\n    \"groups\": {}\n  }\n}"}],"_postman_id":"ea906311-55aa-443a-96c1-39497c70fa7f"}],"id":"b085ecb2-2f58-444c-814d-f871ba2b1bcd","_postman_id":"b085ecb2-2f58-444c-814d-f871ba2b1bcd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-platform - port","id":"b8abcc97-52f8-4e18-9b9a-c6493a8ba1f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port","description":"<p>Data for physical port components</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0500a2d1-0fd7-4b0f-964a-7dc71aa59f4d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8abcc97-52f8-4e18-9b9a-c6493a8ba1f0"},{"name":"PUT - openconfig-platform - openconfig - port","id":"c615d074-cf99-40fe-8f6a-2287e38369e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"MAINT\"\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port","description":"<p>Data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f8d45669-cd4c-406c-b2cc-02f30adcc428","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"MAINT\"\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c4f24f95-546a-46e9-9bcb-8b391aca214f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"MAINT\"\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c615d074-cf99-40fe-8f6a-2287e38369e6"},{"name":"PATCH - openconfig-platform - openconfig - port","id":"67d2b7f8-8e3a-4582-8ffa-1a036350b363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"MAINT\"\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port","description":"<p>Data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"511a868f-a80f-4466-a0f1-408146ca804b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"MAINT\"\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6860417c-6adc-4414-8525-3de4df6bad61","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"MAINT\"\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"67d2b7f8-8e3a-4582-8ffa-1a036350b363"},{"name":"DELETE - openconfig - openconfig-platform - port","id":"45833ac2-03aa-4de0-be44-f1738b3b4804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port","description":"<p>Data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3caa141b-3f3a-4bd4-9dda-88287b63c6bf","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45833ac2-03aa-4de0-be44-f1738b3b4804"},{"name":"GET - openconfig - openconfig-platform - port","id":"8558516d-b2e5-4075-884f-b24b75bb1acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port?content=all","description":"<p>Data for physical port components</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8e29507d-4f9b-4c57-90ec-21ab21e1214b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>/port?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>","port"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port\": {\n    \"openconfig-platform-port:breakout-mode\": {\n      \"groups\": {}\n    },\n    \"config\": {},\n    \"openconfig-transport-line-common:optical-port\": {\n      \"config\": {\n        \"admin-state\": \"DISABLED\"\n      }\n    }\n  }\n}"}],"_postman_id":"8558516d-b2e5-4075-884f-b24b75bb1acb"}],"id":"6bae50cb-7d42-45bb-b694-14663c1c2249","_postman_id":"6bae50cb-7d42-45bb-b694-14663c1c2249","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-platform - openconfig - component","id":"ea35c1c7-78ac-48cd-a323-b214b5d7826a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"POWER_SUPPLY\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"CONTROLLER_CARD\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>","description":"<p>List of components, keyed by component name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cdc49aec-b4ea-4f49-b12d-9bac040d643e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"POWER_SUPPLY\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"CONTROLLER_CARD\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f6f9b5a8-0c63-49c8-88c0-d5a6bc8a6d98","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"POWER_SUPPLY\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"CONTROLLER_CARD\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea35c1c7-78ac-48cd-a323-b214b5d7826a"},{"name":"PATCH - openconfig-platform - openconfig - component","id":"4e83158b-b5bf-40d1-b9b9-2ffef9c2a13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"POWER_SUPPLY\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"CONTROLLER_CARD\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>","description":"<p>List of components, keyed by component name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6ec11d42-8334-45b1-873c-3d3a03531ae8","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"POWER_SUPPLY\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"CONTROLLER_CARD\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"89d35ee2-2201-4486-b7c3-0f87c19f5b4b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"POWER_SUPPLY\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"MAINT\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"CONTROLLER_CARD\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e83158b-b5bf-40d1-b9b9-2ffef9c2a13a"},{"name":"DELETE - openconfig - openconfig-platform - component","id":"f17b0f55-af2f-41c3-924e-c669982fe79c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>","description":"<p>List of components, keyed by component name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f3b560c6-53d4-48ed-98b4-f55afd3541d6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f17b0f55-af2f-41c3-924e-c669982fe79c"},{"name":"GET - openconfig - openconfig-platform - component","id":"31c8c557-b795-4742-8a99-2ed6eca837bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>?content=all","description":"<p>List of components, keyed by component name.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a2bf4fe4-bdb5-486f-95d0-40b860238852","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components/component=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components","component=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"DISABLED\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"INTEGRATED_CIRCUIT\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"ENABLED\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"OPTICAL_CHANNEL\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"31c8c557-b795-4742-8a99-2ed6eca837bd"}],"id":"4bacf4d1-2c0f-4d98-8aa2-d969461cf753","_postman_id":"4bacf4d1-2c0f-4d98-8aa2-d969461cf753","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-platform - components","id":"58624f9a-01fa-4046-8bc7-a7d36aab5837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"DISABLED\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"INTEGRATED_CIRCUIT\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"ENABLED\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"OPTICAL_CHANNEL\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components","description":"<p>Enclosing container for the components in the system.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"65eb1ddd-69a3-462d-9bab-2b4a001e0e98","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"component\": [\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"DISABLED\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"INTEGRATED_CIRCUIT\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"port\": {\n        \"openconfig-platform-port:breakout-mode\": {\n          \"groups\": {}\n        },\n        \"config\": {},\n        \"openconfig-transport-line-common:optical-port\": {\n          \"config\": {\n            \"admin-state\": \"ENABLED\"\n          }\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"memory\": {\n          \"available\": \"<integer>\",\n          \"utilized\": \"<integer>\"\n        },\n        \"name\": \"<string>\",\n        \"allocated-power\": \"<long>\",\n        \"used-power\": \"<long>\",\n        \"pcie\": {\n          \"non-fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"fatal-errors\": {\n            \"data-link-errors\": \"<integer>\",\n            \"flow-control-protocol-errors\": \"<integer>\",\n            \"surprise-down-errors\": \"<integer>\",\n            \"completion-timeout-errors\": \"<integer>\",\n            \"undefined-errors\": \"<integer>\",\n            \"poisoned-tlp-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\"\n          },\n          \"correctable-errors\": {\n            \"replay-timeout-errors\": \"<integer>\",\n            \"bad-tlp-errors\": \"<integer>\",\n            \"bad-dllp-errors\": \"<integer>\",\n            \"relay-rollover-errors\": \"<integer>\",\n            \"receiver-errors\": \"<integer>\",\n            \"total-errors\": \"<integer>\",\n            \"advisory-non-fatal-errors\": \"<integer>\"\n          }\n        },\n        \"id\": \"<string>\",\n        \"type\": \"OPTICAL_CHANNEL\"\n      },\n      \"subcomponents\": {\n        \"subcomponent\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"chassis\": {\n        \"utilization\": {\n          \"resources\": {}\n        },\n        \"config\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"properties\": {\n        \"property\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"name\": \"<string>\",\n              \"value\": \"<string>\"\n            }\n          }\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58624f9a-01fa-4046-8bc7-a7d36aab5837"},{"name":"PUT - openconfig-platform - openconfig - components","id":"7216838c-db88-4798-840f-c0783413a109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"SENSOR\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"CHASSIS\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components","description":"<p>Enclosing container for the components in the system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a00ee292-9064-4d72-b573-da94c9672706","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"SENSOR\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"CHASSIS\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"924c6c8f-850b-4d9f-9198-cb85a4b054e1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"SENSOR\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"CHASSIS\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7216838c-db88-4798-840f-c0783413a109"},{"name":"PATCH - openconfig-platform - openconfig - components","id":"3f7aa203-ddba-47e5-b5bb-4f5199d06452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"SENSOR\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"CHASSIS\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components","description":"<p>Enclosing container for the components in the system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9a5d4a49-4455-46fa-ac8a-318ac1de71b3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"SENSOR\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"CHASSIS\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f32cd103-43a8-4a98-bbe6-3dbe83776a0d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-platform:components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"SENSOR\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"CHASSIS\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f7aa203-ddba-47e5-b5bb-4f5199d06452"},{"name":"DELETE - openconfig - openconfig-platform - components","id":"964b7a26-3d67-44f9-85a2-afbf079baed2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components","description":"<p>Enclosing container for the components in the system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"439b6c78-7066-4ce0-8250-aac81c7bbfbd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"964b7a26-3d67-44f9-85a2-afbf079baed2"},{"name":"GET - openconfig - openconfig-platform - components","id":"3b7068c4-0ca0-4d44-a174-5778c2b46f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components?content=all","description":"<p>Enclosing container for the components in the system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5b7dbfd4-f22f-4c6c-8494-ff1aec40b7f4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-platform:components?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-platform:components"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"components\": {\n    \"component\": [\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"PORT\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      },\n      {\n        \"port\": {\n          \"openconfig-platform-port:breakout-mode\": {\n            \"groups\": {}\n          },\n          \"config\": {},\n          \"openconfig-transport-line-common:optical-port\": {\n            \"config\": {\n              \"admin-state\": \"MAINT\"\n            }\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"memory\": {\n            \"available\": \"<integer>\",\n            \"utilized\": \"<integer>\"\n          },\n          \"name\": \"<string>\",\n          \"allocated-power\": \"<long>\",\n          \"used-power\": \"<long>\",\n          \"pcie\": {\n            \"non-fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"fatal-errors\": {\n              \"data-link-errors\": \"<integer>\",\n              \"flow-control-protocol-errors\": \"<integer>\",\n              \"surprise-down-errors\": \"<integer>\",\n              \"completion-timeout-errors\": \"<integer>\",\n              \"undefined-errors\": \"<integer>\",\n              \"poisoned-tlp-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\"\n            },\n            \"correctable-errors\": {\n              \"replay-timeout-errors\": \"<integer>\",\n              \"bad-tlp-errors\": \"<integer>\",\n              \"bad-dllp-errors\": \"<integer>\",\n              \"relay-rollover-errors\": \"<integer>\",\n              \"receiver-errors\": \"<integer>\",\n              \"total-errors\": \"<integer>\",\n              \"advisory-non-fatal-errors\": \"<integer>\"\n            }\n          },\n          \"id\": \"<string>\",\n          \"type\": \"POWER_SUPPLY\"\n        },\n        \"subcomponents\": {\n          \"subcomponent\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\"\n              }\n            }\n          ]\n        },\n        \"chassis\": {\n          \"utilization\": {\n            \"resources\": {}\n          },\n          \"config\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"properties\": {\n          \"property\": [\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            },\n            {\n              \"name\": \"<string>\",\n              \"config\": {\n                \"name\": \"<string>\",\n                \"value\": \"<string>\"\n              }\n            }\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"3b7068c4-0ca0-4d44-a174-5778c2b46f79"}],"id":"f720edac-718e-4673-88cb-8ff4312a1f76","_postman_id":"f720edac-718e-4673-88cb-8ff4312a1f76","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-probes:probes","item":[{"name":"probe={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-probes - openconfig - config","id":"7761c2f6-d580-4cbd-bb61-2966956b9231","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config","description":"<p>Configuration data for the probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"22d6283c-07b5-4d94-96bb-08e67adbd680","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"25331e6b-6926-4ace-a636-a9017222c5cb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7761c2f6-d580-4cbd-bb61-2966956b9231"},{"name":"PATCH - openconfig-probes - openconfig - config","id":"1d6792e3-3e9b-44f4-85c5-881f213a5de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config","description":"<p>Configuration data for the probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e7a26300-6d70-40e5-a608-8ba8b7daa4bb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"43ea7839-dec3-44b3-92e4-fd6812a7cd81","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1d6792e3-3e9b-44f4-85c5-881f213a5de3"},{"name":"DELETE - openconfig - openconfig-probes - config","id":"c44b4401-7ee7-4823-9beb-5a80f2d4e815","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config","description":"<p>Configuration data for the probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"459eb332-284c-463b-8586-53f6969b907a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c44b4401-7ee7-4823-9beb-5a80f2d4e815"},{"name":"GET - openconfig - openconfig-probes - config","id":"fd025231-c843-42a5-bafb-c24ac25e9d74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config?content=all","description":"<p>Configuration data for the probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d0405f7c-ff1e-4678-83fa-21844489d2fd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}"}],"_postman_id":"fd025231-c843-42a5-bafb-c24ac25e9d74"}],"id":"b12c015f-e9a1-4d70-9228-59174bbe9dbe","_postman_id":"b12c015f-e9a1-4d70-9228-59174bbe9dbe","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-probes - state","id":"acfc1d5c-f1ea-4980-9d54-7c67466da349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/state?content=all","description":"<p>Operational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"aa49aabc-d602-4937-948e-8cb309119a6c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\",\n    \"enabled\": true\n  }\n}"}],"_postman_id":"acfc1d5c-f1ea-4980-9d54-7c67466da349"}],"id":"46981351-ee51-4b8c-a45b-ca710bcb4143","_postman_id":"46981351-ee51-4b8c-a45b-ca710bcb4143","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"tests","item":[{"name":"test={name1}","item":[{"name":"PUT - openconfig-probes - openconfig - test","id":"8745aa2b-266f-4aba-97f0-cd6e4a08ef02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"TCP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"HTTP_GET\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>","description":"<p>List of tests associated with this probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests","test=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"08e07905-6458-45b9-aa0c-80d21095b1a0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"TCP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"HTTP_GET\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8a853797-3ca7-4e1e-b133-84db647c5b4b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"TCP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"HTTP_GET\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8745aa2b-266f-4aba-97f0-cd6e4a08ef02"},{"name":"PATCH - openconfig-probes - openconfig - test","id":"672bcf68-b040-4574-a0bb-8bc8726b405c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"TCP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"HTTP_GET\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>","description":"<p>List of tests associated with this probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests","test=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3345ea86-615b-4de5-8bc9-05ff7ca381aa","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"TCP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"HTTP_GET\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0da9150c-48b0-44e8-9279-69b0b00cbc6d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"TCP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"HTTP_GET\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"672bcf68-b040-4574-a0bb-8bc8726b405c"},{"name":"DELETE - openconfig - openconfig-probes - test","id":"3ae3df98-266f-4382-996d-41608bc511de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>","description":"<p>List of tests associated with this probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests","test=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0ce95d94-7cd2-46b5-a909-5ca13da0748e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ae3df98-266f-4382-996d-41608bc511de"},{"name":"GET - openconfig - openconfig-probes - test","id":"543cdd62-0f7f-4773-95e5-8f5cc0bcb9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>?content=all","description":"<p>List of tests associated with this probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests","test=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8bbfba4b-dd2f-4ea0-9b3c-43de2d605085","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests/test=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests","test=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"ICMP6\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"ICMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}"}],"_postman_id":"543cdd62-0f7f-4773-95e5-8f5cc0bcb9d2"}],"id":"e9ba0ca9-24db-4c90-aa8d-5d4874a3b24f","_postman_id":"e9ba0ca9-24db-4c90-aa8d-5d4874a3b24f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-probes - tests","id":"4dc02fdb-cc34-4756-aa58-6901e1e4f694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"ICMP6\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"ICMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests","description":"<p>The tests associated to be executed for the probe.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0bd0b63b-ea1f-48ab-b3b4-e72e87ea5056","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"test\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"ICMP6\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"UDP_TIMESTAMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"test-type\": \"ICMP\",\n        \"history-size\": \"<integer>\",\n        \"count\": \"<integer>\",\n        \"interval\": \"<integer>\",\n        \"source\": \"<string>\",\n        \"enabled\": true\n      },\n      \"results\": {},\n      \"target\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4dc02fdb-cc34-4756-aa58-6901e1e4f694"},{"name":"PUT - openconfig-probes - openconfig - tests","id":"22a5a808-0f1e-4dbd-bc33-4bbb931b1ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"UDP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests","description":"<p>The tests associated to be executed for the probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3917e741-2510-41e1-9df1-9369f1459771","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"UDP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a3b4303c-7400-4ef6-9b5c-4a56e3f8f4b0","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"UDP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"22a5a808-0f1e-4dbd-bc33-4bbb931b1ab3"},{"name":"PATCH - openconfig-probes - openconfig - tests","id":"af0ed542-3307-4a8e-9ae1-936af1c756e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"UDP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests","description":"<p>The tests associated to be executed for the probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3176e771-ee6d-4734-aa61-08ee318ce45c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"UDP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8dfa7be7-8cf5-4db6-96b1-68b91fec2714","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"UDP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af0ed542-3307-4a8e-9ae1-936af1c756e0"},{"name":"DELETE - openconfig - openconfig-probes - tests","id":"b15c961d-5f1d-4c88-8ecf-f9bd7b93feac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests","description":"<p>The tests associated to be executed for the probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"17be87ca-7d16-4e01-9707-7f125dfff5b7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b15c961d-5f1d-4c88-8ecf-f9bd7b93feac"},{"name":"GET - openconfig - openconfig-probes - tests","id":"53846a3c-3342-4c83-af00-1762b16b4c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests?content=all","description":"<p>The tests associated to be executed for the probe.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"cd7401a1-f1af-4fe2-aecf-a0a059804317","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>/tests?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>","tests"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tests\": {\n    \"test\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP6_TIMESTAMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"HTTP_GET_META\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"test-type\": \"ICMP\",\n          \"history-size\": \"<integer>\",\n          \"count\": \"<integer>\",\n          \"interval\": \"<integer>\",\n          \"source\": \"<string>\",\n          \"enabled\": true\n        },\n        \"results\": {},\n        \"target\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"53846a3c-3342-4c83-af00-1762b16b4c5f"}],"id":"0d7304d8-b4b6-4aa3-94b0-4bf17ef01e16","_postman_id":"0d7304d8-b4b6-4aa3-94b0-4bf17ef01e16","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-probes - openconfig - probe","id":"f0b6acef-81b1-425a-ac86-f37fce7a9e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"UDP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>","description":"<p>List of probes configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"62203fab-3ffa-4f8c-b66d-dd30ce6fe94a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"UDP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"140ed6e3-62ed-4473-9bc0-2ab20d83d1c1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"UDP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0b6acef-81b1-425a-ac86-f37fce7a9e74"},{"name":"PATCH - openconfig-probes - openconfig - probe","id":"afd61e8d-bc47-4651-b67f-05a554616ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"UDP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>","description":"<p>List of probes configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ad6b6140-e656-451b-871d-ca9d7d9ac947","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"UDP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8f57dddc-8c97-4951-8a6c-642ae4b6b683","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"UDP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afd61e8d-bc47-4651-b67f-05a554616ded"},{"name":"DELETE - openconfig - openconfig-probes - probe","id":"77dc8fc3-0322-4135-9e53-d6e0afc61d0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>","description":"<p>List of probes configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"85408257-f025-45e7-9087-899b3279997c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77dc8fc3-0322-4135-9e53-d6e0afc61d0d"},{"name":"GET - openconfig - openconfig-probes - probe","id":"37e26657-7a2c-403f-bd97-d7387c8a6e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>?content=all","description":"<p>List of probes configured.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e0e18f32-6c32-4a20-abe2-dfc98d2a08a1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes/probe=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes","probe=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}"}],"_postman_id":"37e26657-7a2c-403f-bd97-d7387c8a6e72"}],"id":"bddbf5fe-72d7-47f6-8b21-71fcfb4acbb4","_postman_id":"bddbf5fe-72d7-47f6-8b21-71fcfb4acbb4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-probes - probes","id":"252e8262-e77d-4535-9428-3ffcd71aa8a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes","description":"<p>The container containing the list of probes.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a9854b80-1b0c-4a16-9f80-000933de88e8","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"probe\": [\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP_TIMESTAMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"TCP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    },\n    {\n      \"config\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      },\n      \"tests\": {\n        \"test\": [\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"HTTP_GET_META\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          },\n          {\n            \"config\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP6\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"name\": \"<string>\",\n            \"state\": {\n              \"name\": \"<string>\",\n              \"test-type\": \"ICMP\",\n              \"history-size\": \"<integer>\",\n              \"count\": \"<integer>\",\n              \"interval\": \"<integer>\",\n              \"source\": \"<string>\",\n              \"enabled\": true\n            },\n            \"results\": {},\n            \"target\": {}\n          }\n        ]\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"name\": \"<string>\",\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"252e8262-e77d-4535-9428-3ffcd71aa8a7"},{"name":"PUT - openconfig-probes - openconfig - probes","id":"a5064905-3aac-4d09-bb54-7bd9e6e0e1c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET_META\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes","description":"<p>The container containing the list of probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"77c8885b-ee52-4632-ba89-7a1f838f3ebf","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET_META\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ad3c554e-41e8-4aa7-92c0-a0d705db41ad","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET_META\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5064905-3aac-4d09-bb54-7bd9e6e0e1c9"},{"name":"PATCH - openconfig-probes - openconfig - probes","id":"fea24563-6114-4375-aa70-d7b6b5fd7038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET_META\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes","description":"<p>The container containing the list of probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"94616e09-3c97-4264-9d5c-d88689bd8df9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET_META\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9828d2d3-027e-4705-92b4-e7a9264d274c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-probes:probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET_META\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fea24563-6114-4375-aa70-d7b6b5fd7038"},{"name":"DELETE - openconfig - openconfig-probes - probes","id":"daccb7ce-3a81-43e4-9d14-9e9c2943865f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes","description":"<p>The container containing the list of probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e628e468-94d1-4397-b1b5-04079ce00026","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"daccb7ce-3a81-43e4-9d14-9e9c2943865f"},{"name":"GET - openconfig - openconfig-probes - probes","id":"07009026-4de1-4c51-ad67-eb984a3ef2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes?content=all","description":"<p>The container containing the list of probes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d2185e46-2f2f-4446-a8f9-46b72bb2e501","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-probes:probes?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-probes:probes"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"probes\": {\n    \"probe\": [\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"HTTP_GET\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      },\n      {\n        \"config\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        },\n        \"tests\": {\n          \"test\": [\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP6_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"UDP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            },\n            {\n              \"config\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"TCP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"name\": \"<string>\",\n              \"state\": {\n                \"name\": \"<string>\",\n                \"test-type\": \"ICMP_TIMESTAMP\",\n                \"history-size\": \"<integer>\",\n                \"count\": \"<integer>\",\n                \"interval\": \"<integer>\",\n                \"source\": \"<string>\",\n                \"enabled\": true\n              },\n              \"results\": {},\n              \"target\": {}\n            }\n          ]\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"name\": \"<string>\",\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"07009026-4de1-4c51-ad67-eb984a3ef2ba"}],"id":"ad3b8c32-4bf9-496c-8b81-aab7157f928c","_postman_id":"ad3b8c32-4bf9-496c-8b81-aab7157f928c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-ptp:ptp","item":[{"name":"instances","item":[{"name":"instance={id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-ptp - openconfig - config","id":"5f7038f0-8788-4096-9c50-6a240aeb6aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"id\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config","description":"<p>Configuration data for PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b86d7b8b-24e4-48e9-8e92-fc78fee0e1fb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"id\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fcc46eb7-35c8-48ac-b8f8-e74c4d46e1b1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"id\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f7038f0-8788-4096-9c50-6a240aeb6aa1"},{"name":"PATCH - openconfig-ptp - openconfig - config","id":"04309a4e-f4a9-445e-b67e-18cd60efa776","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"id\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config","description":"<p>Configuration data for PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0a32fb30-f4af-4305-86cf-bc1ff538da83","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"id\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f15e41e3-ed54-4c77-ad50-f7c4c3b4dee8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"id\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04309a4e-f4a9-445e-b67e-18cd60efa776"},{"name":"DELETE - openconfig - openconfig-ptp - config","id":"922b7a59-c1c0-43f0-9506-2461213bf002","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config","description":"<p>Configuration data for PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"980022a9-6d63-4edc-a1fb-c97d616162db","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"922b7a59-c1c0-43f0-9506-2461213bf002"},{"name":"GET - openconfig - openconfig-ptp - config","id":"d27f883f-60a8-4af7-bf29-a8501ad8852d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config?content=all","description":"<p>Configuration data for PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"401cf6e8-8cdc-469c-ad66-eca295f013a9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"id\": \"<long>\"\n  }\n}"}],"_postman_id":"d27f883f-60a8-4af7-bf29-a8501ad8852d"}],"id":"4207533a-893f-4da6-8d2f-3b86cd6a325f","_postman_id":"4207533a-893f-4da6-8d2f-3b86cd6a325f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-ptp - state","id":"c6e51c52-be8a-48ed-b1fb-d4a69476814b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/state?content=all","description":"<p>Operational state data for PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b19597b9-6831-4521-824b-c4cf1d1c10c2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"id\": \"<long>\"\n  }\n}"}],"_postman_id":"c6e51c52-be8a-48ed-b1fb-d4a69476814b"}],"id":"eced75c8-376b-4e16-a6e5-375a28bc660c","_postman_id":"eced75c8-376b-4e16-a6e5-375a28bc660c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"current-ds","item":[{"name":"PUT - openconfig-ptp - openconfig - current-ds","id":"e5044d4f-9c34-4f14-8abc-6bfa5070557c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:current-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds","description":"<p>Current data set state data of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","current-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fbc05494-cd98-4968-b577-9bc409da993a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:current-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f7809a07-7dcc-4b46-be43-e73dd28732d1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:current-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e5044d4f-9c34-4f14-8abc-6bfa5070557c"},{"name":"PATCH - openconfig-ptp - openconfig - current-ds","id":"141a2bcf-dfa7-4da4-b6ad-1b0a2bbf9546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:current-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds","description":"<p>Current data set state data of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","current-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7c3db0fb-2b70-4008-a681-66b78f88d621","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:current-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fa165867-2d48-4ef6-a91e-322ea30bd883","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:current-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"141a2bcf-dfa7-4da4-b6ad-1b0a2bbf9546"},{"name":"DELETE - openconfig - openconfig-ptp - current-ds","id":"b761a9f4-53a3-48d7-bec4-b2fd295b00ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds","description":"<p>Current data set state data of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","current-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f4902bfb-7c51-45c1-b5b8-72585c7a4c74","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b761a9f4-53a3-48d7-bec4-b2fd295b00ab"},{"name":"GET - openconfig - openconfig-ptp - current-ds","id":"b462aa48-d85d-44bd-9ae2-f4dd9b9ab2f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds?content=all","description":"<p>Current data set state data of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","current-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1eda683e-fe91-4c44-a253-5dce14893f67","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/current-ds?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","current-ds"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"current-ds\": {}\n}"}],"_postman_id":"b462aa48-d85d-44bd-9ae2-f4dd9b9ab2f0"}],"id":"d7ada757-f9bf-46ca-85da-bc9d950b1003","_postman_id":"d7ada757-f9bf-46ca-85da-bc9d950b1003","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"time-properties-ds","item":[{"name":"PUT - openconfig-ptp - openconfig - time-properties-ds","id":"17f13052-3ee1-4170-af92-79b2849dcf04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds","description":"<p>Time properties data set of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","time-properties-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f1bb0030-5758-445c-8267-20c92339ec4a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8637300d-66c3-46da-a418-fbdc8462dea4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17f13052-3ee1-4170-af92-79b2849dcf04"},{"name":"PATCH - openconfig-ptp - openconfig - time-properties-ds","id":"25410dfe-d3c4-4e9b-8e0c-73d3b946fe79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds","description":"<p>Time properties data set of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","time-properties-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"19a50ee5-9e4a-4d6e-bbea-2b9ceb53c1b5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"233d965a-bacc-47ea-a103-acabc26aca79","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25410dfe-d3c4-4e9b-8e0c-73d3b946fe79"},{"name":"DELETE - openconfig - openconfig-ptp - time-properties-ds","id":"f8abd609-7051-4c10-a9dd-76f843d23e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds","description":"<p>Time properties data set of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","time-properties-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"668561d0-dd06-49eb-b822-dbd0513a99ba","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8abd609-7051-4c10-a9dd-76f843d23e10"},{"name":"GET - openconfig - openconfig-ptp - time-properties-ds","id":"69dbbc97-51ad-4b2a-9462-d1006e73c117","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds?content=all","description":"<p>Time properties data set of PTP instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","time-properties-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d14c1c02-7dfa-43ac-9597-3080daac249d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/time-properties-ds?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","time-properties-ds"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"time-properties-ds\": {\n    \"config\": {\n      \"leap59\": \"<boolean>\",\n      \"frequency-traceable\": \"<boolean>\",\n      \"ptp-timescale\": \"<boolean>\",\n      \"time-traceable\": \"<boolean>\",\n      \"leap61\": \"<boolean>\",\n      \"current-utc-offset\": \"<integer>\",\n      \"current-utc-offset-valid\": \"<boolean>\"\n    }\n  }\n}"}],"_postman_id":"69dbbc97-51ad-4b2a-9462-d1006e73c117"}],"id":"2bc98ff3-8a4c-480b-be17-d535947051ef","_postman_id":"2bc98ff3-8a4c-480b-be17-d535947051ef","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"default-ds","item":[{"name":"PUT - openconfig-ptp - openconfig - default-ds","id":"092ed1cb-e590-45e7-a285-22c7054a9553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"L2\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"OC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds","description":"<p>The default data set of the PTP Instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e5312f55-8658-4f9a-bc15-07ba0c0ef1fe","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"L2\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"OC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"269de103-1db4-48af-b43b-8bd10a3d2bc0","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"L2\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"OC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"092ed1cb-e590-45e7-a285-22c7054a9553"},{"name":"PATCH - openconfig-ptp - openconfig - default-ds","id":"6398fe7e-f01e-40a5-ae03-97a843932a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"L2\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"OC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds","description":"<p>The default data set of the PTP Instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5b6337ba-a491-4094-9acd-6ddc4c930bb5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"L2\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"OC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a09d9ab9-5b53-493c-b835-0e4dee8f5981","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"L2\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"OC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6398fe7e-f01e-40a5-ae03-97a843932a14"},{"name":"DELETE - openconfig - openconfig-ptp - default-ds","id":"a246eb2a-ac3a-4120-a03f-64b8f684b517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds","description":"<p>The default data set of the PTP Instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1ba18e5e-32eb-44d0-b847-8f4dd652accd","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a246eb2a-ac3a-4120-a03f-64b8f684b517"},{"name":"GET - openconfig - openconfig-ptp - default-ds","id":"1e2e4b38-b212-4551-a828-3d3d39c99ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds?content=all","description":"<p>The default data set of the PTP Instance.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0f37dbb9-bc6c-46cd-b432-850fe8f9f123","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/default-ds?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","default-ds"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"default-ds\": {\n    \"clock-quality\": {},\n    \"config\": {\n      \"network-transport\": \"UDPV4\",\n      \"slave-only\": \"<boolean>\",\n      \"priority2\": \"<integer>\",\n      \"instance-type\": \"E2E_TC\",\n      \"priority1\": \"<integer>\",\n      \"sdo-id\": \"<integer>\",\n      \"domain-number\": \"<integer>\"\n    }\n  }\n}"}],"_postman_id":"1e2e4b38-b212-4551-a828-3d3d39c99ae2"}],"id":"9c705c56-df2b-4974-9fa9-91c64398cef4","_postman_id":"9c705c56-df2b-4974-9fa9-91c64398cef4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"parent-ds","item":[{"name":"PUT - openconfig-ptp - openconfig - parent-ds","id":"629a65da-73f9-4a1f-ad1f-a2df37c08b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:parent-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds","description":"<p>Provides data learned from the parent of this PTP Instance (i.e.\nmaster port on the other side of the path/link).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","parent-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"69ed5a99-bbc9-420b-982b-695149146c42","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:parent-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"de8c0300-a035-4818-bffd-81a82d43e285","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:parent-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"629a65da-73f9-4a1f-ad1f-a2df37c08b85"},{"name":"PATCH - openconfig-ptp - openconfig - parent-ds","id":"17353458-4019-4997-b728-65ccbd363e57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:parent-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds","description":"<p>Provides data learned from the parent of this PTP Instance (i.e.\nmaster port on the other side of the path/link).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","parent-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b1f53e02-60b6-4892-b198-69a88a916b19","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:parent-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9053ffbb-679a-4140-a345-17a803ce1f9f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:parent-ds\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17353458-4019-4997-b728-65ccbd363e57"},{"name":"DELETE - openconfig - openconfig-ptp - parent-ds","id":"e63a9bde-3595-4c44-aaf7-80da01b2565c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds","description":"<p>Provides data learned from the parent of this PTP Instance (i.e.\nmaster port on the other side of the path/link).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","parent-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"92f7d415-deff-4488-874b-a373c1b50e9e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e63a9bde-3595-4c44-aaf7-80da01b2565c"},{"name":"GET - openconfig - openconfig-ptp - parent-ds","id":"449f6400-873f-4401-aa3f-5251db8d4e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds?content=all","description":"<p>Provides data learned from the parent of this PTP Instance (i.e.\nmaster port on the other side of the path/link).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","parent-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f1885e0a-e002-44b6-b91b-319a77566f7b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>/parent-ds?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>","parent-ds"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"parent-ds\": {}\n}"}],"_postman_id":"449f6400-873f-4401-aa3f-5251db8d4e90"}],"id":"dd33e450-6a98-4c19-8ced-b98bf60011ea","_postman_id":"dd33e450-6a98-4c19-8ced-b98bf60011ea","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-ptp - openconfig - instance","id":"0a25dedf-6524-45dc-9387-70f08e3ae264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV4\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"P2P_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV6\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>","description":"<p>List of one or more PTP Instances in the product (PTP Node). Each\nPTP Instance represents a distinct instance of PTP implementation\n(i.e. distinct Ordinary Clock, Boundary Clock, or Transparent Clock),\nmaintaining a distinct time. PTP Instances may be created or deleted\ndynamically in implementations that support dynamic create/delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5119def9-9471-4671-aa7b-8a8372a0ab46","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV4\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"P2P_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV6\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9ffee4a0-493f-47eb-92d3-d6a004524c18","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV4\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"P2P_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV6\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0a25dedf-6524-45dc-9387-70f08e3ae264"},{"name":"PATCH - openconfig-ptp - openconfig - instance","id":"13f7713d-6e01-40bf-bb28-2f4500871ce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV4\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"P2P_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV6\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>","description":"<p>List of one or more PTP Instances in the product (PTP Node). Each\nPTP Instance represents a distinct instance of PTP implementation\n(i.e. distinct Ordinary Clock, Boundary Clock, or Transparent Clock),\nmaintaining a distinct time. PTP Instances may be created or deleted\ndynamically in implementations that support dynamic create/delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"662d2cc0-d7bd-40e7-9129-cc345d5bc91d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV4\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"P2P_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV6\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"99f79166-f8ad-4b63-a466-4d47302d258e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV4\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"P2P_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"UDPV6\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13f7713d-6e01-40bf-bb28-2f4500871ce0"},{"name":"DELETE - openconfig - openconfig-ptp - instance","id":"cd2bcf5b-e2fa-4904-8abf-5b4dbc24f2e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>","description":"<p>List of one or more PTP Instances in the product (PTP Node). Each\nPTP Instance represents a distinct instance of PTP implementation\n(i.e. distinct Ordinary Clock, Boundary Clock, or Transparent Clock),\nmaintaining a distinct time. PTP Instances may be created or deleted\ndynamically in implementations that support dynamic create/delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"023f687d-5e4b-444c-a78f-cb9efbfe63f7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd2bcf5b-e2fa-4904-8abf-5b4dbc24f2e6"},{"name":"GET - openconfig - openconfig-ptp - instance","id":"2b3caaa1-4992-40da-997e-c99acdb9b489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>?content=all","description":"<p>List of one or more PTP Instances in the product (PTP Node). Each\nPTP Instance represents a distinct instance of PTP implementation\n(i.e. distinct Ordinary Clock, Boundary Clock, or Transparent Clock),\nmaintaining a distinct time. PTP Instances may be created or deleted\ndynamically in implementations that support dynamic create/delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"46a948e2-e354-445a-997e-f35ffbfabf5d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances/instance=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances","instance=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"L2\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"L2\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"E2E_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"2b3caaa1-4992-40da-997e-c99acdb9b489"}],"id":"33760183-5c8c-4565-a1a0-1f0a552eaf3e","_postman_id":"33760183-5c8c-4565-a1a0-1f0a552eaf3e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ptp - instances","id":"0d3864f7-4e9e-4289-adfa-a81e767d89ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"L2\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"L2\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"E2E_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances","description":"<p>YANG container that is used to get all PTP Instances. YANG does not\nallow get of all elements in a YANG list, so a YANG container wrapping\nthe YANG list is provided for that purpose. The naming convention uses\nplural for the wrapping YANG container, and singular for the YANG list.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"14e1e9c3-1a20-4ecb-aee9-e4fe4bd8fc28","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"instance\": [\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"L2\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"BC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    },\n    {\n      \"current-ds\": {},\n      \"parent-ds\": {},\n      \"default-ds\": {\n        \"clock-quality\": {},\n        \"config\": {\n          \"network-transport\": \"L2\",\n          \"slave-only\": \"<boolean>\",\n          \"priority2\": \"<integer>\",\n          \"instance-type\": \"E2E_TC\",\n          \"priority1\": \"<integer>\",\n          \"sdo-id\": \"<integer>\",\n          \"domain-number\": \"<integer>\"\n        }\n      },\n      \"id\": \"<long>\",\n      \"time-properties-ds\": {\n        \"config\": {\n          \"leap59\": \"<boolean>\",\n          \"frequency-traceable\": \"<boolean>\",\n          \"ptp-timescale\": \"<boolean>\",\n          \"time-traceable\": \"<boolean>\",\n          \"leap61\": \"<boolean>\",\n          \"current-utc-offset\": \"<integer>\",\n          \"current-utc-offset-valid\": \"<boolean>\"\n        }\n      },\n      \"config\": {\n        \"id\": \"<long>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d3864f7-4e9e-4289-adfa-a81e767d89ac"},{"name":"PUT - openconfig-ptp - openconfig - instances","id":"ec30e50d-e000-4464-8dd9-f4322a90d612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"BC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances","description":"<p>YANG container that is used to get all PTP Instances. YANG does not\nallow get of all elements in a YANG list, so a YANG container wrapping\nthe YANG list is provided for that purpose. The naming convention uses\nplural for the wrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ee833d3b-4adb-4336-8caf-02e98fc6f569","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"BC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fc0040f1-29e8-4845-a9ec-1eaf00f4ec8e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"BC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec30e50d-e000-4464-8dd9-f4322a90d612"},{"name":"PATCH - openconfig-ptp - openconfig - instances","id":"b9dd22ba-f78a-495f-a351-b7317ef7fe99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"BC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances","description":"<p>YANG container that is used to get all PTP Instances. YANG does not\nallow get of all elements in a YANG list, so a YANG container wrapping\nthe YANG list is provided for that purpose. The naming convention uses\nplural for the wrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"43d27de4-e4c3-4b00-9666-1ea5c5444d3c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"BC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2ab72e33-c559-4022-96e9-06c26671d34f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"BC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9dd22ba-f78a-495f-a351-b7317ef7fe99"},{"name":"DELETE - openconfig - openconfig-ptp - instances","id":"fa182fd9-6409-42f3-b182-77bdd1989dbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances","description":"<p>YANG container that is used to get all PTP Instances. YANG does not\nallow get of all elements in a YANG list, so a YANG container wrapping\nthe YANG list is provided for that purpose. The naming convention uses\nplural for the wrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a1965010-1a54-40b9-b642-bd4c496321d6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa182fd9-6409-42f3-b182-77bdd1989dbb"},{"name":"GET - openconfig - openconfig-ptp - instances","id":"3f396d61-4a64-440b-9ea1-134f2f5789d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances?content=all","description":"<p>YANG container that is used to get all PTP Instances. YANG does not\nallow get of all elements in a YANG list, so a YANG container wrapping\nthe YANG list is provided for that purpose. The naming convention uses\nplural for the wrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"06a07e6d-c902-4dae-bf0d-bbac782d83d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/instances?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","instances"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"UDPV4\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"OC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"3f396d61-4a64-440b-9ea1-134f2f5789d2"}],"id":"f4e47f9d-b908-4633-aa7b-aa66813bc206","_postman_id":"f4e47f9d-b908-4633-aa7b-aa66813bc206","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"transparent-clock-default-ds","item":[{"name":"config","item":[{"name":"PUT - openconfig-ptp - openconfig - config","id":"d87924c0-5033-4118-95d7-9f3c97a82e4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"P2P\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config","description":"<p>Top-level container for configuration data of transparent clock.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d2912658-8eb0-4bed-bbff-6f589beea66c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"P2P\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f560e786-626f-4c63-9b43-1076e1509c4b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"P2P\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d87924c0-5033-4118-95d7-9f3c97a82e4b"},{"name":"PATCH - openconfig-ptp - openconfig - config","id":"d1757ac4-3f2e-431d-882c-b084252318ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"P2P\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config","description":"<p>Top-level container for configuration data of transparent clock.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b8a9ddb0-3176-4f90-8ec1-82b401067a0a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"P2P\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"67dab647-576f-4b3a-8896-4fb231daa248","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"P2P\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1757ac4-3f2e-431d-882c-b084252318ca"},{"name":"DELETE - openconfig - openconfig-ptp - config","id":"c8337002-8c5c-43e8-a9c0-3b96a0a0b32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config","description":"<p>Top-level container for configuration data of transparent clock.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7f5fbde6-e8b2-48e0-ba63-1ab923d0edd6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c8337002-8c5c-43e8-a9c0-3b96a0a0b32b"},{"name":"GET - openconfig - openconfig-ptp - config","id":"02ec7dd7-cfaa-4f57-9e41-4b9381774e25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config?content=all","description":"<p>Top-level container for configuration data of transparent clock.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"089320b1-460e-42c5-8c6e-67e64413da1c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"E2E\"\n  }\n}"}],"_postman_id":"02ec7dd7-cfaa-4f57-9e41-4b9381774e25"}],"id":"a77c6de3-3780-4322-afa6-ddd34bd1e61a","_postman_id":"a77c6de3-3780-4322-afa6-ddd34bd1e61a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-ptp - state","id":"259d6cd5-0a71-43c5-8940-f9ad518efb82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/state?content=all","description":"<p>Top-level container for operational state data of transparent clock.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2daf3fa0-c192-4ce2-a712-bc7afb3dd47f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"number-ports\": \"<integer>\",\n    \"clock-identity\": \"<string>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"E2E\"\n  }\n}"}],"_postman_id":"259d6cd5-0a71-43c5-8940-f9ad518efb82"}],"id":"b409254c-09b2-47aa-8d17-616e9ec8f930","_postman_id":"b409254c-09b2-47aa-8d17-616e9ec8f930","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ptp - transparent-clock-default-ds","id":"eb8772b9-ebce-4a32-97f2-8b3a60ce0fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"E2E\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds","description":"<p>This default data set was specified in\nIEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this data set is specified as\napplying to the PTP Node (all domains), but the data set is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance and\ndomain.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"04fc0f57-626b-4963-9abb-51ecc1058d9d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"two-step-flag\": \"<boolean>\",\n    \"primary-domain\": \"<integer>\",\n    \"delay-mechanism\": \"E2E\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb8772b9-ebce-4a32-97f2-8b3a60ce0fa3"},{"name":"PUT - openconfig-ptp - openconfig - transparent-clock-default-ds","id":"68c62b76-ebb3-4d14-af10-07180efad216","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds","description":"<p>This default data set was specified in\nIEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this data set is specified as\napplying to the PTP Node (all domains), but the data set is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance and\ndomain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"50daea8b-0aa5-4be7-97ea-e837f24500b6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"64f98bed-02f4-41fb-86c5-729a98d9719c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68c62b76-ebb3-4d14-af10-07180efad216"},{"name":"PATCH - openconfig-ptp - openconfig - transparent-clock-default-ds","id":"ece94357-8f3c-4664-b31d-7afcb72b0a5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds","description":"<p>This default data set was specified in\nIEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this data set is specified as\napplying to the PTP Node (all domains), but the data set is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance and\ndomain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"35d5bf15-6e8e-4f49-a795-55d1ce5d4c97","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1eede525-916d-462d-b806-0eae52a35c3b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ece94357-8f3c-4664-b31d-7afcb72b0a5a"},{"name":"DELETE - openconfig - openconfig-ptp - transparent-clock-default-ds","id":"13716c1d-3e9d-4289-8939-018b1e00842d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds","description":"<p>This default data set was specified in\nIEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this data set is specified as\napplying to the PTP Node (all domains), but the data set is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance and\ndomain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b9e78129-3b85-4cc3-8809-3bc83b34e35e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13716c1d-3e9d-4289-8939-018b1e00842d"},{"name":"GET - openconfig - openconfig-ptp - transparent-clock-default-ds","id":"d6c0be20-7a29-4362-ace0-bc3e4fbad60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds?content=all","description":"<p>This default data set was specified in\nIEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this data set is specified as\napplying to the PTP Node (all domains), but the data set is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance and\ndomain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1ed1c58a-a135-48dc-9d45-d88c3a8e7a94","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-default-ds?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-default-ds"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transparent-clock-default-ds\": {\n    \"config\": {\n      \"two-step-flag\": \"<boolean>\",\n      \"primary-domain\": \"<integer>\",\n      \"delay-mechanism\": \"P2P\"\n    }\n  }\n}"}],"_postman_id":"d6c0be20-7a29-4362-ace0-bc3e4fbad60b"}],"id":"878ef3f3-7622-4c44-9dda-703298746ba4","_postman_id":"878ef3f3-7622-4c44-9dda-703298746ba4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"transparent-clock-ports","item":[{"name":"port={port-index}","item":[{"name":"config","item":[{"name":"PUT - openconfig-ptp - openconfig - config","id":"8b893785-9cf4-435f-ab7d-0fc235a2654c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config","description":"<p>Top-level container for configuration data of transparent clock port.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"883fd04b-734d-47dc-9b90-2dd4db8e3a68","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5e06a44a-ebbf-47ae-a488-979bf769acef","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b893785-9cf4-435f-ab7d-0fc235a2654c"},{"name":"PATCH - openconfig-ptp - openconfig - config","id":"3acdf3d0-c1bd-4314-98af-cf5195df6711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config","description":"<p>Top-level container for configuration data of transparent clock port.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"255f9494-1cec-43d9-aa24-e73e996691cc","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4a68c9f9-7ada-40c5-a5b0-d7d7395ef5a8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3acdf3d0-c1bd-4314-98af-cf5195df6711"},{"name":"DELETE - openconfig - openconfig-ptp - config","id":"082e7031-7409-4502-a3f1-ce28c401ea78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config","description":"<p>Top-level container for configuration data of transparent clock port.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c31c3abe-2def-4bca-a67c-0228b584456a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"082e7031-7409-4502-a3f1-ce28c401ea78"},{"name":"GET - openconfig - openconfig-ptp - config","id":"1cf1f438-c8bc-4567-bea2-d1642ceacccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config?content=all","description":"<p>Top-level container for configuration data of transparent clock port.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"95f15e8f-c9d4-4ce5-ada3-1bf1de7357b9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}"}],"_postman_id":"1cf1f438-c8bc-4567-bea2-d1642ceacccd"}],"id":"a87ab60a-5ba4-422b-ae07-a550f3763484","_postman_id":"a87ab60a-5ba4-422b-ae07-a550f3763484","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-ptp - state","id":"efdcb41d-698b-4e5d-af20-416175852bfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/state?content=all","description":"<p>Top-level container for operational state data of transparent clock port.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"229ce26e-28a0-4c08-8aab-5b0fe266af66","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"underlying-interface\": \"<string>\",\n    \"port-index\": \"<integer>\"\n  }\n}"}],"_postman_id":"efdcb41d-698b-4e5d-af20-416175852bfa"}],"id":"a22578b1-4ff3-41dd-b825-cbc999b7a3cb","_postman_id":"a22578b1-4ff3-41dd-b825-cbc999b7a3cb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"port-ds","item":[{"name":"PUT - openconfig-ptp - openconfig - port-ds","id":"6a39b814-f8eb-4578-8cc2-d4d53a0c478d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV4\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds","description":"<p>IEEE Std 1588 transparentClockPortDS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","port-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3cc90558-26c4-4b54-8730-6ab9d4baa500","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV4\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3b018064-9929-4d7e-b45e-5f4a78aec4fb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV4\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a39b814-f8eb-4578-8cc2-d4d53a0c478d"},{"name":"PATCH - openconfig-ptp - openconfig - port-ds","id":"9686bec5-456f-4a3b-ae2a-6ac4e6d015d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV4\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds","description":"<p>IEEE Std 1588 transparentClockPortDS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","port-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7fedbb9d-a1dc-4175-9037-b19910757d8f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV4\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ab2906ff-e0a9-4cc7-b854-e97195fb8feb","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV4\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9686bec5-456f-4a3b-ae2a-6ac4e6d015d3"},{"name":"DELETE - openconfig - openconfig-ptp - port-ds","id":"be129d41-446a-4d5e-9955-fd8d42aada11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds","description":"<p>IEEE Std 1588 transparentClockPortDS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","port-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7c7fb9b7-b3b8-4149-8125-e7e72b1a40df","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be129d41-446a-4d5e-9955-fd8d42aada11"},{"name":"GET - openconfig - openconfig-ptp - port-ds","id":"d6ad137d-587e-49b9-bc23-536bc7a9b3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds?content=all","description":"<p>IEEE Std 1588 transparentClockPortDS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","port-ds"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e3acd48f-cf7d-4be3-bdf4-ed5f195a70d8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>/port-ds?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>","port-ds"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-ds\": {\n    \"config\": {\n      \"faulty-flag\": \"<boolean>\",\n      \"network-transport\": \"UDPV6\",\n      \"log-min-pdelay-req-interval\": \"<integer>\"\n    }\n  }\n}"}],"_postman_id":"d6ad137d-587e-49b9-bc23-536bc7a9b3e0"}],"id":"894d3dc1-3393-45d0-ab47-13022508e760","_postman_id":"894d3dc1-3393-45d0-ab47-13022508e760","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-ptp - openconfig - port","id":"e98a2d50-45dd-44af-a8f9-db83cba9c7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"UDPV6\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>","description":"<p>This list of Transparent Clock port data sets was specified\nin IEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this list is specified as\napplying to the PTP Node (all domains), but the list is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance\nand domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"615de047-ffc7-4ecd-99af-2f4396086f0c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"UDPV6\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c6922981-4d0f-45bf-a19a-cf63bb43cb9f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"UDPV6\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e98a2d50-45dd-44af-a8f9-db83cba9c7fa"},{"name":"PATCH - openconfig-ptp - openconfig - port","id":"fa03c6b2-e2fb-4440-83bb-3812143a94cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"UDPV6\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>","description":"<p>This list of Transparent Clock port data sets was specified\nin IEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this list is specified as\napplying to the PTP Node (all domains), but the list is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance\nand domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"74f7ed03-2f4c-49ca-8754-89ef15295c79","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"UDPV6\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1844fa74-ea0e-45ba-a0a1-140668874015","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"UDPV6\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa03c6b2-e2fb-4440-83bb-3812143a94cc"},{"name":"DELETE - openconfig - openconfig-ptp - port","id":"ce6ba669-7917-44f8-94c9-c1394b029a4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>","description":"<p>This list of Transparent Clock port data sets was specified\nin IEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this list is specified as\napplying to the PTP Node (all domains), but the list is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance\nand domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e6d36e5b-0b52-4dcf-ac83-481ddeac5399","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce6ba669-7917-44f8-94c9-c1394b029a4f"},{"name":"GET - openconfig - openconfig-ptp - port","id":"86ff4dc2-b937-4382-bc54-a63c2530327c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>?content=all","description":"<p>This list of Transparent Clock port data sets was specified\nin IEEE Std 1588-2008, and under some interpretations,\nit applied to all domains, which in turn means that it\nrepresents multiple Transparent Clocks.\nIn IEEE Std 1588-2019, this list is specified as\napplying to the PTP Node (all domains), but the list is\ndeprecated. For new designs, the standard recommends that\nTransparent Clocks use the PTP Instance data sets\n(i.e., /ptp/instances/instance[]), such that each\nTransparent Clock supports a single PTP Instance\nand domain.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5a9ec43e-6cbd-4688-b03e-2bc048acb3c8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports/port=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports","port=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"86ff4dc2-b937-4382-bc54-a63c2530327c"}],"id":"b176a4f9-f5e1-4f9d-b50b-dfd22e56276d","_postman_id":"b176a4f9-f5e1-4f9d-b50b-dfd22e56276d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ptp - transparent-clock-ports","id":"d0e0fdd1-82d2-4a7f-b4ab-37d351c26164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports","description":"<p>YANG container that is used to get all ports of the\nIEEE Std 1588 transparentClockPortDS.\nYANG does not allow get of all elements in a YANG list,\nso a YANG container wrapping the YANG list is provided for\nthat purpose. The naming convention uses plural for the\nwrapping YANG container, and singular for the YANG list.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"384084c2-f573-492b-a304-ab99b6569d39","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    },\n    {\n      \"port-ds\": {\n        \"config\": {\n          \"faulty-flag\": \"<boolean>\",\n          \"network-transport\": \"L2\",\n          \"log-min-pdelay-req-interval\": \"<integer>\"\n        }\n      },\n      \"port-index\": \"<integer>\",\n      \"config\": {\n        \"underlying-interface\": \"<string>\",\n        \"port-index\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0e0fdd1-82d2-4a7f-b4ab-37d351c26164"},{"name":"PUT - openconfig-ptp - openconfig - transparent-clock-ports","id":"89085f50-bb20-4a14-989e-42e44a6b8ef2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"L2\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports","description":"<p>YANG container that is used to get all ports of the\nIEEE Std 1588 transparentClockPortDS.\nYANG does not allow get of all elements in a YANG list,\nso a YANG container wrapping the YANG list is provided for\nthat purpose. The naming convention uses plural for the\nwrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"01a15afb-196f-494b-8f8b-18ffa8b38d27","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"L2\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f137a65a-3997-4d04-9ba7-7cb4bc555f2c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"L2\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89085f50-bb20-4a14-989e-42e44a6b8ef2"},{"name":"PATCH - openconfig-ptp - openconfig - transparent-clock-ports","id":"55ff6256-d3b4-403f-8b49-b693b262b5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"L2\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports","description":"<p>YANG container that is used to get all ports of the\nIEEE Std 1588 transparentClockPortDS.\nYANG does not allow get of all elements in a YANG list,\nso a YANG container wrapping the YANG list is provided for\nthat purpose. The naming convention uses plural for the\nwrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"54bd9288-9ac3-47c2-af91-43e1ceae63eb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"L2\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"620b28fa-3207-4194-9cca-2180cf85e6da","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"L2\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55ff6256-d3b4-403f-8b49-b693b262b5a0"},{"name":"DELETE - openconfig - openconfig-ptp - transparent-clock-ports","id":"59c4716a-ce5c-41c8-a313-8ad5587e259d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports","description":"<p>YANG container that is used to get all ports of the\nIEEE Std 1588 transparentClockPortDS.\nYANG does not allow get of all elements in a YANG list,\nso a YANG container wrapping the YANG list is provided for\nthat purpose. The naming convention uses plural for the\nwrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f26dc876-b785-40c9-865a-78bb30153707","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"59c4716a-ce5c-41c8-a313-8ad5587e259d"},{"name":"GET - openconfig - openconfig-ptp - transparent-clock-ports","id":"cdef0186-5132-41db-bc45-4c16652cbecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports?content=all","description":"<p>YANG container that is used to get all ports of the\nIEEE Std 1588 transparentClockPortDS.\nYANG does not allow get of all elements in a YANG list,\nso a YANG container wrapping the YANG list is provided for\nthat purpose. The naming convention uses plural for the\nwrapping YANG container, and singular for the YANG list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c25b1df4-1f85-4987-a858-b2097b6db378","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp/transparent-clock-ports?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp","transparent-clock-ports"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transparent-clock-ports\": {\n    \"port\": [\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV4\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      },\n      {\n        \"port-ds\": {\n          \"config\": {\n            \"faulty-flag\": \"<boolean>\",\n            \"network-transport\": \"UDPV6\",\n            \"log-min-pdelay-req-interval\": \"<integer>\"\n          }\n        },\n        \"port-index\": \"<integer>\",\n        \"config\": {\n          \"underlying-interface\": \"<string>\",\n          \"port-index\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"cdef0186-5132-41db-bc45-4c16652cbecc"}],"id":"0d76f453-457d-44f1-a406-5d321fba2b38","_postman_id":"0d76f453-457d-44f1-a406-5d321fba2b38","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-ptp - ptp","id":"84962dda-ae78-495c-9ef0-0dd2393ea260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"UDPV4\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"OC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp","description":"<p>Contains all YANG nodes for the PTP data sets. This hierarchy can be\naugmented with YANG nodes for a specific vendor or PTP Profile.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"917ef200-fa2b-4dc7-8bbc-331b85e6a847","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"instances\": {\n    \"instance\": [\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"UDPV4\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"E2E_TC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      },\n      {\n        \"current-ds\": {},\n        \"parent-ds\": {},\n        \"default-ds\": {\n          \"clock-quality\": {},\n          \"config\": {\n            \"network-transport\": \"L2\",\n            \"slave-only\": \"<boolean>\",\n            \"priority2\": \"<integer>\",\n            \"instance-type\": \"OC\",\n            \"priority1\": \"<integer>\",\n            \"sdo-id\": \"<integer>\",\n            \"domain-number\": \"<integer>\"\n          }\n        },\n        \"id\": \"<long>\",\n        \"time-properties-ds\": {\n          \"config\": {\n            \"leap59\": \"<boolean>\",\n            \"frequency-traceable\": \"<boolean>\",\n            \"ptp-timescale\": \"<boolean>\",\n            \"time-traceable\": \"<boolean>\",\n            \"leap61\": \"<boolean>\",\n            \"current-utc-offset\": \"<integer>\",\n            \"current-utc-offset-valid\": \"<boolean>\"\n          }\n        },\n        \"config\": {\n          \"id\": \"<long>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"84962dda-ae78-495c-9ef0-0dd2393ea260"},{"name":"PUT - openconfig-ptp - openconfig - ptp","id":"f617f4c6-255e-4098-890a-a8bf410a6e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"E2E\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV6\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"L2\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"P2P_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"E2E_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp","description":"<p>Contains all YANG nodes for the PTP data sets. This hierarchy can be\naugmented with YANG nodes for a specific vendor or PTP Profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fb152def-f1e4-4d5e-8b49-ca516387bfc7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"E2E\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV6\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"L2\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"P2P_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"E2E_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bf637cf2-022b-43a3-8bec-cab453cef3df","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"E2E\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV6\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"L2\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"P2P_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"E2E_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f617f4c6-255e-4098-890a-a8bf410a6e95"},{"name":"PATCH - openconfig-ptp - openconfig - ptp","id":"594f60f9-9790-440b-89b1-6290972dc0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"E2E\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV6\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"L2\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"P2P_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"E2E_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp","description":"<p>Contains all YANG nodes for the PTP data sets. This hierarchy can be\naugmented with YANG nodes for a specific vendor or PTP Profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b85d6e7e-8552-4ab8-9ffe-a8873d710084","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"E2E\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV6\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"L2\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"P2P_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"E2E_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"84a71fca-61d3-4cc2-981e-041dcface6cc","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-ptp:ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"E2E\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV6\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"L2\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"P2P_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"E2E_TC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"594f60f9-9790-440b-89b1-6290972dc0ea"},{"name":"DELETE - openconfig - openconfig-ptp - ptp","id":"045ebed5-c294-4e4e-af44-efdd4c6e9651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp","description":"<p>Contains all YANG nodes for the PTP data sets. This hierarchy can be\naugmented with YANG nodes for a specific vendor or PTP Profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f038156-c223-450c-b1ba-c93667bdd558","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"045ebed5-c294-4e4e-af44-efdd4c6e9651"},{"name":"GET - openconfig - openconfig-ptp - ptp","id":"31c66c6f-dfad-4267-8e98-8af1adf3b28a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp?content=all","description":"<p>Contains all YANG nodes for the PTP data sets. This hierarchy can be\naugmented with YANG nodes for a specific vendor or PTP Profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5c70df84-1578-4059-8c85-d6a6b4af4e97","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-ptp:ptp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-ptp:ptp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ptp\": {\n    \"transparent-clock-default-ds\": {\n      \"config\": {\n        \"two-step-flag\": \"<boolean>\",\n        \"primary-domain\": \"<integer>\",\n        \"delay-mechanism\": \"P2P\"\n      }\n    },\n    \"transparent-clock-ports\": {\n      \"port\": [\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV4\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        },\n        {\n          \"port-ds\": {\n            \"config\": {\n              \"faulty-flag\": \"<boolean>\",\n              \"network-transport\": \"UDPV4\",\n              \"log-min-pdelay-req-interval\": \"<integer>\"\n            }\n          },\n          \"port-index\": \"<integer>\",\n          \"config\": {\n            \"underlying-interface\": \"<string>\",\n            \"port-index\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"instances\": {\n      \"instance\": [\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"UDPV6\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"BC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        },\n        {\n          \"current-ds\": {},\n          \"parent-ds\": {},\n          \"default-ds\": {\n            \"clock-quality\": {},\n            \"config\": {\n              \"network-transport\": \"L2\",\n              \"slave-only\": \"<boolean>\",\n              \"priority2\": \"<integer>\",\n              \"instance-type\": \"OC\",\n              \"priority1\": \"<integer>\",\n              \"sdo-id\": \"<integer>\",\n              \"domain-number\": \"<integer>\"\n            }\n          },\n          \"id\": \"<long>\",\n          \"time-properties-ds\": {\n            \"config\": {\n              \"leap59\": \"<boolean>\",\n              \"frequency-traceable\": \"<boolean>\",\n              \"ptp-timescale\": \"<boolean>\",\n              \"time-traceable\": \"<boolean>\",\n              \"leap61\": \"<boolean>\",\n              \"current-utc-offset\": \"<integer>\",\n              \"current-utc-offset-valid\": \"<boolean>\"\n            }\n          },\n          \"config\": {\n            \"id\": \"<long>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"31c66c6f-dfad-4267-8e98-8af1adf3b28a"}],"id":"56779e70-d8d6-4989-9937-459e142b00a7","_postman_id":"56779e70-d8d6-4989-9937-459e142b00a7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-qos:qos","item":[{"name":"config","item":[{"name":"PUT - openconfig-qos - openconfig - config","id":"f6a6402a-0c06-4a25-b337-6b642dd9e90d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config","description":"<p>Configuration data for global QoS</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"246dfef2-4309-40c2-ad16-5fc36e5465a0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"769adb4d-9850-4930-aedb-de40c42005bf","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6a6402a-0c06-4a25-b337-6b642dd9e90d"},{"name":"PATCH - openconfig-qos - openconfig - config","id":"af402585-822d-4169-a0f8-f62d011b8aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config","description":"<p>Configuration data for global QoS</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5335f71a-78f0-4ab2-b525-322cbc8a26b7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"32f4579b-50ee-4a6d-b99e-ecb29f355309","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"af402585-822d-4169-a0f8-f62d011b8aba"},{"name":"DELETE - openconfig - openconfig-qos - config","id":"43eb054f-21c1-44d5-b19f-49a0df8244eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config","description":"<p>Configuration data for global QoS</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e8d7d596-1f21-481d-a0db-453d71318d45","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43eb054f-21c1-44d5-b19f-49a0df8244eb"},{"name":"GET - openconfig - openconfig-qos - config","id":"33a930fe-5aef-4ae3-a6f8-f220a34cda59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config?content=all","description":"<p>Configuration data for global QoS</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3ff619d1-4d90-4807-aa02-799f987035c5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"33a930fe-5aef-4ae3-a6f8-f220a34cda59"}],"id":"dcb4e94e-9678-4522-a5dc-0e820e457ec9","_postman_id":"dcb4e94e-9678-4522-a5dc-0e820e457ec9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-qos - state","id":"7aba0d3f-1a8d-4db6-b10d-fcd8c0e4beca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/state?content=all","description":"<p>Operational state data for global QoS</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"732cbc4f-4c96-480e-9ca7-d61be94a7d32","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {}\n}"}],"_postman_id":"7aba0d3f-1a8d-4db6-b10d-fcd8c0e4beca"}],"id":"3343d600-e8a1-445d-be0a-6a63c79be14b","_postman_id":"3343d600-e8a1-445d-be0a-6a63c79be14b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"forwarding-groups","item":[{"name":"forwarding-group={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-qos - openconfig - config","id":"95668072-6275-41bb-ae44-b6bb8cca398c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config","description":"<p>Configuration data for forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9504de83-ff92-432a-95a1-90a53c3bf6ac","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87d2ea4c-d699-4a17-bc23-3a46adfc8f61","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95668072-6275-41bb-ae44-b6bb8cca398c"},{"name":"PATCH - openconfig-qos - openconfig - config","id":"9f4795c2-7822-41e7-be90-e934298498d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config","description":"<p>Configuration data for forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"70035d07-f951-47cf-a7c4-82b135f7aab0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3fba41e0-fa47-4ec2-9eb5-b4652026c589","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9f4795c2-7822-41e7-be90-e934298498d9"},{"name":"DELETE - openconfig - openconfig-qos - config","id":"7c69abbd-81e1-42d5-9974-9bb33f61c41c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config","description":"<p>Configuration data for forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bb37ce1e-c665-4d3d-89b7-6885b444e44c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7c69abbd-81e1-42d5-9974-9bb33f61c41c"},{"name":"GET - openconfig - openconfig-qos - config","id":"af02a95b-be44-4396-8411-aeb5c7f10317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config?content=all","description":"<p>Configuration data for forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0b736423-f3b2-46de-92aa-789e558779d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}"}],"_postman_id":"af02a95b-be44-4396-8411-aeb5c7f10317"}],"id":"a306ed7d-e6c0-4262-8d7d-7f9a8160f9f5","_postman_id":"a306ed7d-e6c0-4262-8d7d-7f9a8160f9f5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-qos - state","id":"fb93f3f3-5a28-408f-8a1d-ad33535c62f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/state?content=all","description":"<p>Operational state data for forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1a9dff3f-f078-42ba-a223-77a42f7b19ac","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"fabric-priority\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"unicast-output-queue\": \"<string>\",\n    \"multicast-output-queue\": \"<string>\",\n    \"output-queue\": \"<string>\"\n  }\n}"}],"_postman_id":"fb93f3f3-5a28-408f-8a1d-ad33535c62f1"}],"id":"a8571088-aa01-4737-995e-40c4bc293db4","_postman_id":"a8571088-aa01-4737-995e-40c4bc293db4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-qos - openconfig - forwarding-group","id":"e67720e9-8de3-42e5-b7bb-fff202d9e0a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>","description":"<p>List of forwarding groups.  Forwarding groups are\nlogical groups of traffic that will receive common\nforwarding treatment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"28302254-ba97-4546-8d55-65aa39f63e04","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0a96e4e6-58ba-4356-947f-7097f1084bc6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e67720e9-8de3-42e5-b7bb-fff202d9e0a8"},{"name":"PATCH - openconfig-qos - openconfig - forwarding-group","id":"24534158-5253-4590-9f04-a7732d9b1467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>","description":"<p>List of forwarding groups.  Forwarding groups are\nlogical groups of traffic that will receive common\nforwarding treatment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a037ad38-8467-4d56-a339-ab3dfd4ccd92","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"02453fe5-0b88-48dd-847a-f0ee0e964b83","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24534158-5253-4590-9f04-a7732d9b1467"},{"name":"DELETE - openconfig - openconfig-qos - forwarding-group","id":"d8ae8488-9760-41dd-a96e-f01c7c12d290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>","description":"<p>List of forwarding groups.  Forwarding groups are\nlogical groups of traffic that will receive common\nforwarding treatment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"eeae9a9c-b672-4568-ada3-55a55dca3002","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8ae8488-9760-41dd-a96e-f01c7c12d290"},{"name":"GET - openconfig - openconfig-qos - forwarding-group","id":"b68b80ac-a073-4ec7-bdd9-524abfa09559","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>?content=all","description":"<p>List of forwarding groups.  Forwarding groups are\nlogical groups of traffic that will receive common\nforwarding treatment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"29fad453-acbc-46c9-9328-13d234f4cc06","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups/forwarding-group=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups","forwarding-group=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"b68b80ac-a073-4ec7-bdd9-524abfa09559"}],"id":"414c33a8-a4d2-45cc-a84a-6dbf9620ab11","_postman_id":"414c33a8-a4d2-45cc-a84a-6dbf9620ab11","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-qos - forwarding-groups","id":"d3c15f02-0551-4e39-9983-85c5b7892e3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups","description":"<p>Enclosing container for list of forwarding groups</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3f80af71-4921-41e2-ba8a-ea3f1e05b576","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"forwarding-group\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"fabric-priority\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"unicast-output-queue\": \"<string>\",\n        \"multicast-output-queue\": \"<string>\",\n        \"output-queue\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3c15f02-0551-4e39-9983-85c5b7892e3b"},{"name":"PUT - openconfig-qos - openconfig - forwarding-groups","id":"8decdf7c-fa4a-49b2-8219-90af118f55fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups","description":"<p>Enclosing container for list of forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"beacd875-d79b-4bf6-9128-4e19d523085c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"249a6ec2-9a79-43f3-bf47-15a5ffbb78eb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8decdf7c-fa4a-49b2-8219-90af118f55fe"},{"name":"PATCH - openconfig-qos - openconfig - forwarding-groups","id":"17ce38a8-8e2e-41e5-87e5-04eb30e33f44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups","description":"<p>Enclosing container for list of forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"268e9b43-7ffe-4eec-b8fb-9182101e24f0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8eb6d497-6c43-4be3-a030-cc0c97deebb8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17ce38a8-8e2e-41e5-87e5-04eb30e33f44"},{"name":"DELETE - openconfig - openconfig-qos - forwarding-groups","id":"4d09525b-0521-44ed-bcea-999599901748","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups","description":"<p>Enclosing container for list of forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"87b208f3-c21a-4ffb-bd6d-f97ff1c3dd27","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d09525b-0521-44ed-bcea-999599901748"},{"name":"GET - openconfig - openconfig-qos - forwarding-groups","id":"46da0a7b-351e-48a7-848d-dc364cbc34d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups?content=all","description":"<p>Enclosing container for list of forwarding groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"35b02c4d-1259-4656-8ad7-8de2c1caff99","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/forwarding-groups?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","forwarding-groups"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"forwarding-groups\": {\n    \"forwarding-group\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"fabric-priority\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"unicast-output-queue\": \"<string>\",\n          \"multicast-output-queue\": \"<string>\",\n          \"output-queue\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"46da0a7b-351e-48a7-848d-dc364cbc34d2"}],"id":"7e6e003c-e9e7-4b5e-a56e-1d750d1ae841","_postman_id":"7e6e003c-e9e7-4b5e-a56e-1d750d1ae841","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"queues","item":[{"name":"queue={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-qos - openconfig - config","id":"9bb43806-af6d-416c-9af4-aa920aed6321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config","description":"<p>Configuration data for queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d88c71cd-3a10-45d0-a99a-43fd67378dfc","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b119b1a1-597a-4eb3-a5fd-90a6b008300b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9bb43806-af6d-416c-9af4-aa920aed6321"},{"name":"PATCH - openconfig-qos - openconfig - config","id":"e838084b-d9b0-4d4a-bad8-f2d2e60d6804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config","description":"<p>Configuration data for queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d557742b-c7f4-46d8-a47f-f692cf6daaac","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cde667ca-047b-48f2-856e-09c61e4f3fed","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e838084b-d9b0-4d4a-bad8-f2d2e60d6804"},{"name":"DELETE - openconfig - openconfig-qos - config","id":"0e8b87b0-39f9-4b88-9890-69d3a6be54b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config","description":"<p>Configuration data for queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"af6e7466-ad38-4080-8ca8-b65891c00b1d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e8b87b0-39f9-4b88-9890-69d3a6be54b7"},{"name":"GET - openconfig - openconfig-qos - config","id":"d1db00be-8a0c-4427-bab3-676db6bb4383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config?content=all","description":"<p>Configuration data for queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7ed187a5-5603-4289-b169-0bbc40a34611","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"d1db00be-8a0c-4427-bab3-676db6bb4383"}],"id":"7da5f4f2-929e-413f-bbde-d5863cb92bae","_postman_id":"7da5f4f2-929e-413f-bbde-d5863cb92bae","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-qos - state","id":"86cc2c85-d764-485b-a19a-f09703309c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/state?content=all","description":"<p>Operational state data for queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f43a4d78-92e7-4bb2-ad6f-347fa000cdbf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"queue-id\": \"<integer>\",\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"86cc2c85-d764-485b-a19a-f09703309c09"}],"id":"178428a2-a054-4273-bf0e-7a841dc2dd30","_postman_id":"178428a2-a054-4273-bf0e-7a841dc2dd30","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-qos - openconfig - queue","id":"c0d1f4b6-4397-4f12-834c-3a31f7ff58cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>","description":"<p>List of defined queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6c095db0-1ccd-4059-a7c3-0d28227f419b","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d10d3ad5-9947-475b-b503-20ce7b28c348","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0d1f4b6-4397-4f12-834c-3a31f7ff58cb"},{"name":"PATCH - openconfig-qos - openconfig - queue","id":"c5f39be3-2cdf-4810-bc90-1ffffb88f623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>","description":"<p>List of defined queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"26e6a14b-e562-4a59-9ab5-cf025266f9dd","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"47dfaccf-07df-4565-b306-f544593fdfce","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5f39be3-2cdf-4810-bc90-1ffffb88f623"},{"name":"DELETE - openconfig - openconfig-qos - queue","id":"11fd8c5f-daa7-480c-8241-025c7184d8e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>","description":"<p>List of defined queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2b70691f-eb87-4d7d-bd16-7aeb6edafb1f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11fd8c5f-daa7-480c-8241-025c7184d8e3"},{"name":"GET - openconfig - openconfig-qos - queue","id":"818041fc-52d1-41a5-b919-cdf788cb862c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>?content=all","description":"<p>List of defined queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d68dc208-7519-4ab8-b75b-8ea011c2446f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues/queue=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues","queue=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"818041fc-52d1-41a5-b919-cdf788cb862c"}],"id":"65bcaa64-f04c-4abf-8d8d-22be0e47cc64","_postman_id":"65bcaa64-f04c-4abf-8d8d-22be0e47cc64","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-qos - queues","id":"0af7ae83-30d1-465c-8827-a346e671aaba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues","description":"<p>Enclosing container for the list of queues</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b6a55232-d8b4-49dd-a1f5-637e7e8463fa","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"queue\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"queue-id\": \"<integer>\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0af7ae83-30d1-465c-8827-a346e671aaba"},{"name":"PUT - openconfig-qos - openconfig - queues","id":"03181edf-d7cf-4e30-960b-d8266b2bc5f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues","description":"<p>Enclosing container for the list of queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d19e82a4-6ce0-44d2-8db2-f16eecf19676","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fab232c6-d350-4b81-bffc-43aab30bdd8d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03181edf-d7cf-4e30-960b-d8266b2bc5f4"},{"name":"PATCH - openconfig-qos - openconfig - queues","id":"7f2038b8-cc96-49ff-9889-c430b105d724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues","description":"<p>Enclosing container for the list of queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"223510c8-706e-49a4-baef-ac7abbbc7587","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1c38c576-982a-41d0-99f0-abc9470b9ed9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f2038b8-cc96-49ff-9889-c430b105d724"},{"name":"DELETE - openconfig - openconfig-qos - queues","id":"bbc02ef9-7f90-454a-b2ce-7a126ed2d00b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues","description":"<p>Enclosing container for the list of queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"60cd049e-871d-4d6b-bca2-10daef697119","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bbc02ef9-7f90-454a-b2ce-7a126ed2d00b"},{"name":"GET - openconfig - openconfig-qos - queues","id":"836a4c3d-98c9-4254-aca1-eba11a48f53f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues?content=all","description":"<p>Enclosing container for the list of queues</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e3bdf4cf-e1b8-42eb-850a-8963b1cbacc9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queues?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queues"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"queues\": {\n    \"queue\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"queue-id\": \"<integer>\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"836a4c3d-98c9-4254-aca1-eba11a48f53f"}],"id":"3669be4e-0ce3-4920-90c5-f006adf1b622","_postman_id":"3669be4e-0ce3-4920-90c5-f006adf1b622","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"buffer-allocation-profiles","item":[{"name":"buffer-allocation-profile={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-qos - openconfig - config","id":"01a08842-0b37-44e0-8466-0a93037c1198","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config","description":"<p>Configuration parameters for a buffer-allocation-profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8d38ce26-5d40-498e-89ee-62ef8fafae96","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ce92a26-62e1-4580-b743-e758c7b3781e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01a08842-0b37-44e0-8466-0a93037c1198"},{"name":"PATCH - openconfig-qos - openconfig - config","id":"c571349a-a054-4cf2-8745-918936f7bfcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config","description":"<p>Configuration parameters for a buffer-allocation-profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0e217da2-ad3e-4fd3-b061-0dd1a9359fca","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f0238bac-9031-49b4-b008-58be28766cba","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c571349a-a054-4cf2-8745-918936f7bfcd"},{"name":"DELETE - openconfig - openconfig-qos - config","id":"cbd6e0ca-bff2-49b5-bdef-1066e892b0e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config","description":"<p>Configuration parameters for a buffer-allocation-profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"417b5b9b-e4f6-4af7-a6b9-ebf6dabb1770","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbd6e0ca-bff2-49b5-bdef-1066e892b0e3"},{"name":"GET - openconfig - openconfig-qos - config","id":"b4459157-8ee6-4aac-b820-98fed32822f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config?content=all","description":"<p>Configuration parameters for a buffer-allocation-profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b9ce8d57-ee49-4722-b5ae-60f93b64bfc2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"b4459157-8ee6-4aac-b820-98fed32822f5"}],"id":"cf05d7d9-fabc-4a2b-8f30-7475fe3d5fd3","_postman_id":"cf05d7d9-fabc-4a2b-8f30-7475fe3d5fd3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-qos - state","id":"c080d122-0983-428c-9426-ef1772323019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/state?content=all","description":"<p>Operational state parameters relating to a buffer-allocation-profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2ed73355-5122-4760-b73c-79782bca660d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"c080d122-0983-428c-9426-ef1772323019"}],"id":"9ff598d6-5b3d-45b8-baf3-cf52626b8b38","_postman_id":"9ff598d6-5b3d-45b8-baf3-cf52626b8b38","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"queues","item":[{"name":"PUT - openconfig-qos - openconfig - queues","id":"7e7333eb-39ba-4d68-9914-20daba6f5542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues","description":"<p>Surrounding container for the queues that are referenced under a\nbuffer-allocation-policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ce75a431-e361-4cdc-a970-da0966103c0c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d9a5f643-6274-4f3d-8f93-4b9d6e766b7a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e7333eb-39ba-4d68-9914-20daba6f5542"},{"name":"PATCH - openconfig-qos - openconfig - queues","id":"b60fcd1d-efb6-4f4e-8eb7-f3134c0bd90c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues","description":"<p>Surrounding container for the queues that are referenced under a\nbuffer-allocation-policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7021704c-e504-4747-89e9-13a71cf4998a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9038711b-126b-46f9-a81e-00f8048c5682","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queues\": {\n    \"queue\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b60fcd1d-efb6-4f4e-8eb7-f3134c0bd90c"},{"name":"DELETE - openconfig - openconfig-qos - queues","id":"642e9a24-bde4-42da-bde4-fbacdee88744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues","description":"<p>Surrounding container for the queues that are referenced under a\nbuffer-allocation-policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8594508a-db02-4b2f-a8f1-d81bf1cee18c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"642e9a24-bde4-42da-bde4-fbacdee88744"},{"name":"GET - openconfig - openconfig-qos - queues","id":"c4b99bbf-4d57-4613-992b-86515ac8549a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues?content=all","description":"<p>Surrounding container for the queues that are referenced under a\nbuffer-allocation-policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","queues"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ee0f57fe-5dd4-4d87-8119-6e5ec3962c59","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>/queues?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>","queues"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"queues\": {\n    \"queue\": {}\n  }\n}"}],"_postman_id":"c4b99bbf-4d57-4613-992b-86515ac8549a"}],"id":"974c8132-44c2-447d-85af-ea62dab47f14","_postman_id":"974c8132-44c2-447d-85af-ea62dab47f14","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-qos - openconfig - buffer-allocation-profile","id":"27eddb28-0ad5-4692-98a0-620b27502e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>","description":"<p>A buffer allocation profile describes a mapping between the queues\nthat are instantiated on an interface and the memory that is allocated\nto them on the forwarding complex that they are instantiated. Profiles\n(like queues) are defined in the abstract and instantiated by being\nconfigured on a particular interface. Separate allocation profiles may\nbe used for ingress and egress traffic, with the profile being specified\nwithin the /qos/interfaces/interface list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"167c456d-5371-420c-86f8-e1e4c80563d6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b83cd353-cf60-4ce6-931b-a336230146f3","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27eddb28-0ad5-4692-98a0-620b27502e54"},{"name":"PATCH - openconfig-qos - openconfig - buffer-allocation-profile","id":"d1277cb5-2a9a-4573-8a0c-b0eda6143885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>","description":"<p>A buffer allocation profile describes a mapping between the queues\nthat are instantiated on an interface and the memory that is allocated\nto them on the forwarding complex that they are instantiated. Profiles\n(like queues) are defined in the abstract and instantiated by being\nconfigured on a particular interface. Separate allocation profiles may\nbe used for ingress and egress traffic, with the profile being specified\nwithin the /qos/interfaces/interface list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d62fb647-6a86-4cf0-b8ca-5e16571ea379","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9f07b946-d0aa-4712-9fe3-46d9bcc0d482","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1277cb5-2a9a-4573-8a0c-b0eda6143885"},{"name":"DELETE - openconfig - openconfig-qos - buffer-allocation-profile","id":"e45016e8-7a9d-42cb-864a-1860d58769cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>","description":"<p>A buffer allocation profile describes a mapping between the queues\nthat are instantiated on an interface and the memory that is allocated\nto them on the forwarding complex that they are instantiated. Profiles\n(like queues) are defined in the abstract and instantiated by being\nconfigured on a particular interface. Separate allocation profiles may\nbe used for ingress and egress traffic, with the profile being specified\nwithin the /qos/interfaces/interface list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1358992e-80a0-4138-9908-c20685742480","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e45016e8-7a9d-42cb-864a-1860d58769cd"},{"name":"GET - openconfig - openconfig-qos - buffer-allocation-profile","id":"705002cf-2927-46f7-99be-1664a973dd3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>?content=all","description":"<p>A buffer allocation profile describes a mapping between the queues\nthat are instantiated on an interface and the memory that is allocated\nto them on the forwarding complex that they are instantiated. Profiles\n(like queues) are defined in the abstract and instantiated by being\nconfigured on a particular interface. Separate allocation profiles may\nbe used for ingress and egress traffic, with the profile being specified\nwithin the /qos/interfaces/interface list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"be74f42d-34b3-4282-82f1-ce04c86fdebe","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles/buffer-allocation-profile=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles","buffer-allocation-profile=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"705002cf-2927-46f7-99be-1664a973dd3f"}],"id":"35688125-75a5-40ed-a8e8-27301a7208c2","_postman_id":"35688125-75a5-40ed-a8e8-27301a7208c2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-qos - buffer-allocation-profiles","id":"41fb062a-d0cc-4d2e-a33a-6b3416cd646d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles","description":"<p>Surrounding container for buffer allocation profiles.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"96ffd863-75fd-415f-ad56-dd93c31f66b1","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"buffer-allocation-profile\": [\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"queues\": {\n        \"queue\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"41fb062a-d0cc-4d2e-a33a-6b3416cd646d"},{"name":"PUT - openconfig-qos - openconfig - buffer-allocation-profiles","id":"4346c012-3b60-4f27-8768-b0b13820bef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles","description":"<p>Surrounding container for buffer allocation profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"92b76d34-451d-4d9c-9421-b31e219ac49e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c1bbee51-9935-4fd2-9adf-b1e623887723","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4346c012-3b60-4f27-8768-b0b13820bef7"},{"name":"PATCH - openconfig-qos - openconfig - buffer-allocation-profiles","id":"1eb4698b-77d0-480d-9ee2-6a64255c8b4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles","description":"<p>Surrounding container for buffer allocation profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c3d13f3b-144c-41d0-8a84-5c550fcad7ee","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"615c0b97-e469-41b9-83f0-e3b5890196fb","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1eb4698b-77d0-480d-9ee2-6a64255c8b4b"},{"name":"DELETE - openconfig - openconfig-qos - buffer-allocation-profiles","id":"c5aab0e6-6ba1-4749-b3a7-2a47607d24f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles","description":"<p>Surrounding container for buffer allocation profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c8060c9a-a7de-4788-affb-5ebb7e3c87dc","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5aab0e6-6ba1-4749-b3a7-2a47607d24f5"},{"name":"GET - openconfig - openconfig-qos - buffer-allocation-profiles","id":"2c79f817-8ccd-45d8-ae41-8369814aae7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles?content=all","description":"<p>Surrounding container for buffer allocation profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a4869fd9-cb51-4a9c-9d61-09acbf7699b6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/buffer-allocation-profiles?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","buffer-allocation-profiles"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"buffer-allocation-profiles\": {\n    \"buffer-allocation-profile\": [\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"queues\": {\n          \"queue\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2c79f817-8ccd-45d8-ae41-8369814aae7c"}],"id":"2bbfb114-ae78-43ac-9947-42b278774224","_postman_id":"2bbfb114-ae78-43ac-9947-42b278774224","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"queue-management-profiles","item":[{"name":"queue-management-profile={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-qos - openconfig - config","id":"50487199-0c79-4854-911e-121c0a6b29ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config","description":"<p>Configuration parameters relating to the queue\nmanagement profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ce02c373-3a36-4275-8b96-ca5d63b36a2c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"daa8412e-616a-4261-ad43-a8611805d1f5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"50487199-0c79-4854-911e-121c0a6b29ed"},{"name":"PATCH - openconfig-qos - openconfig - config","id":"f60a8ec4-38d3-4ac5-bcc9-2ce625660774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config","description":"<p>Configuration parameters relating to the queue\nmanagement profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bca8a603-ab96-4010-8eb5-cb4b351fc492","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bbe9759f-9196-499b-8c78-7cad90522d7c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f60a8ec4-38d3-4ac5-bcc9-2ce625660774"},{"name":"DELETE - openconfig - openconfig-qos - config","id":"719a2b72-97a1-45df-9acb-e3a8f0b1b323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config","description":"<p>Configuration parameters relating to the queue\nmanagement profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e545caa5-6d24-4267-9df0-b4abb3e17e0f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"719a2b72-97a1-45df-9acb-e3a8f0b1b323"},{"name":"GET - openconfig - openconfig-qos - config","id":"c251f6c2-f402-4ebb-96d4-f1e4c764b23e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config?content=all","description":"<p>Configuration parameters relating to the queue\nmanagement profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"438ce042-fb03-4bd5-b94f-206746d2134a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"c251f6c2-f402-4ebb-96d4-f1e4c764b23e"}],"id":"1cba6eb8-a710-40dc-a7d6-7d737b257a56","_postman_id":"1cba6eb8-a710-40dc-a7d6-7d737b257a56","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-qos - state","id":"ce4d80b6-0b7f-4b24-a23d-e859babc7d86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/state?content=all","description":"<p>Operational state parameters relating to the queue\nmanagement profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"db8a20d1-4f9f-4a69-9b7e-7b7b189462bf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"ce4d80b6-0b7f-4b24-a23d-e859babc7d86"}],"id":"6a70c083-40e4-47d0-a8d0-89688d978b0c","_postman_id":"6a70c083-40e4-47d0-a8d0-89688d978b0c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"wred","item":[{"name":"PUT - openconfig-qos - openconfig - wred","id":"c2c887d2-eeb2-4125-8e3c-e5ca340763f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:wred\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred","description":"<p>Configuration and operational state parameters relating to\nWeighted Random Early Detection (WRED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","wred"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1118679b-084f-4ef2-b55f-49c248dfa6b0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:wred\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b43de1bf-db4b-46ac-8a78-6e6c88e18cb5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:wred\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c2c887d2-eeb2-4125-8e3c-e5ca340763f0"},{"name":"PATCH - openconfig-qos - openconfig - wred","id":"dd2a0bb3-aac2-43b6-ab09-da92564fd193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:wred\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred","description":"<p>Configuration and operational state parameters relating to\nWeighted Random Early Detection (WRED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","wred"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ed11977f-1af3-497a-a93c-1036f98c0206","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:wred\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"16f6f8a5-b52d-41ae-b05e-eb1451790798","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:wred\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd2a0bb3-aac2-43b6-ab09-da92564fd193"},{"name":"DELETE - openconfig - openconfig-qos - wred","id":"58d68b72-1a44-49c9-a7b1-756916758b03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred","description":"<p>Configuration and operational state parameters relating to\nWeighted Random Early Detection (WRED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","wred"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a6d7c6ef-eb41-419c-a30b-d17b4c2a0cc0","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58d68b72-1a44-49c9-a7b1-756916758b03"},{"name":"GET - openconfig - openconfig-qos - wred","id":"10d601cd-6a2b-4feb-8f2d-114171a0878b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred?content=all","description":"<p>Configuration and operational state parameters relating to\nWeighted Random Early Detection (WRED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","wred"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2831f9fe-45e2-45a2-9ff6-7d876031bc43","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/wred?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","wred"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"wred\": {\n    \"uniform\": {}\n  }\n}"}],"_postman_id":"10d601cd-6a2b-4feb-8f2d-114171a0878b"}],"id":"1a59beee-9c40-4bcb-9198-e97eea4a6efb","_postman_id":"1a59beee-9c40-4bcb-9198-e97eea4a6efb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"red","item":[{"name":"PUT - openconfig-qos - openconfig - red","id":"5f580581-16a2-4647-84ff-61808f6ba1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:red\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red","description":"<p>Configuration and operational state parameters\nrelating to Random Early Detection (RED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","red"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dfe62aa0-a5a1-4761-8a9a-fc3343446628","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:red\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2145ad3e-3ba4-401f-bbf2-c36e0c45c6b5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:red\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f580581-16a2-4647-84ff-61808f6ba1cb"},{"name":"PATCH - openconfig-qos - openconfig - red","id":"3c8b29a9-fd72-4b62-9694-c054be06ad44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:red\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red","description":"<p>Configuration and operational state parameters\nrelating to Random Early Detection (RED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","red"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"755006c0-6bcd-48ea-b77a-dbd9f680b296","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:red\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c04d8f1d-6cce-45c1-b9e4-36dc590e8067","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:red\": {\n    \"uniform\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c8b29a9-fd72-4b62-9694-c054be06ad44"},{"name":"DELETE - openconfig - openconfig-qos - red","id":"46b16b76-b837-49bd-9d05-c47025438131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red","description":"<p>Configuration and operational state parameters\nrelating to Random Early Detection (RED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","red"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6edc8f98-0b06-4916-abbe-5408e839db76","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"46b16b76-b837-49bd-9d05-c47025438131"},{"name":"GET - openconfig - openconfig-qos - red","id":"2ac585f3-ab5f-4219-9bcc-aeb2d4a5a7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red?content=all","description":"<p>Configuration and operational state parameters\nrelating to Random Early Detection (RED).</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","red"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"957a907f-a33a-4d79-80bb-b7f7e19d2b74","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>/red?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>","red"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"red\": {\n    \"uniform\": {}\n  }\n}"}],"_postman_id":"2ac585f3-ab5f-4219-9bcc-aeb2d4a5a7e1"}],"id":"5b4f74fa-454b-417c-acd5-b6eb5c79029d","_postman_id":"5b4f74fa-454b-417c-acd5-b6eb5c79029d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-qos - openconfig - queue-management-profile","id":"5ce2311f-eab9-4a1e-90bf-4d18ce4d1e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>","description":"<p>A queue management profile within the OpenConfig QoS model\nspecifies how packets are ECN marked/dropped for a particular\ninstance of a queue on a particular interface. for example,\nwhether RED, or WRED is applied to manage the queue's occupancy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1809a730-cb51-43a5-9d82-4cbd2089692b","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ff9c0415-98dd-4e0c-818f-63ef7978440b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ce2311f-eab9-4a1e-90bf-4d18ce4d1e6f"},{"name":"PATCH - openconfig-qos - openconfig - queue-management-profile","id":"8c920c4b-ed9c-4064-8dcc-bac62264a7b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>","description":"<p>A queue management profile within the OpenConfig QoS model\nspecifies how packets are ECN marked/dropped for a particular\ninstance of a queue on a particular interface. for example,\nwhether RED, or WRED is applied to manage the queue's occupancy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"58f2a478-3e93-42c7-908a-5efa07cb4f23","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"039219cc-b647-4756-ab65-0ff8bd47ad40","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c920c4b-ed9c-4064-8dcc-bac62264a7b9"},{"name":"DELETE - openconfig - openconfig-qos - queue-management-profile","id":"77b8c33d-9fc0-412c-b1ec-8b73dc50619a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>","description":"<p>A queue management profile within the OpenConfig QoS model\nspecifies how packets are ECN marked/dropped for a particular\ninstance of a queue on a particular interface. for example,\nwhether RED, or WRED is applied to manage the queue's occupancy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b5a9d903-7742-4bb7-8c9f-8eb1d5a6e7d0","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"77b8c33d-9fc0-412c-b1ec-8b73dc50619a"},{"name":"GET - openconfig - openconfig-qos - queue-management-profile","id":"d03683e4-7ab2-41f8-a8ce-cf4eea62dce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>?content=all","description":"<p>A queue management profile within the OpenConfig QoS model\nspecifies how packets are ECN marked/dropped for a particular\ninstance of a queue on a particular interface. for example,\nwhether RED, or WRED is applied to manage the queue's occupancy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"37a9d592-088f-4ae1-8a4c-f01d39221475","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles/queue-management-profile=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles","queue-management-profile=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}"}],"_postman_id":"d03683e4-7ab2-41f8-a8ce-cf4eea62dce0"}],"id":"3de42d06-28fd-4262-89dc-ab4cf74a8d3b","_postman_id":"3de42d06-28fd-4262-89dc-ab4cf74a8d3b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-qos - queue-management-profiles","id":"12f91a1e-3b65-4cc2-b8cb-d31546643bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles","description":"<p>Surrounding container for the list of configured\nqueue management profiles.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"43e8d922-4ade-42d8-b455-89490c23d199","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"queue-management-profile\": [\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    },\n    {\n      \"red\": {\n        \"uniform\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      },\n      \"wred\": {\n        \"uniform\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12f91a1e-3b65-4cc2-b8cb-d31546643bdf"},{"name":"PUT - openconfig-qos - openconfig - queue-management-profiles","id":"0c4db7d4-1996-4298-b930-0c3498cc6acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles","description":"<p>Surrounding container for the list of configured\nqueue management profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"773ba2c8-6fa2-4d80-bc39-321b815b5784","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"15f3f6eb-09c3-438d-accb-420095028c9a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0c4db7d4-1996-4298-b930-0c3498cc6acb"},{"name":"PATCH - openconfig-qos - openconfig - queue-management-profiles","id":"7a177fe7-1456-41f0-b489-bda29c1202a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles","description":"<p>Surrounding container for the list of configured\nqueue management profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1dd98f0d-6601-484b-98f1-ab0d04de98aa","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dc2046fd-3ccb-4c2a-91f8-109b3f61fa1d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a177fe7-1456-41f0-b489-bda29c1202a0"},{"name":"DELETE - openconfig - openconfig-qos - queue-management-profiles","id":"dcc61856-6594-40d6-90a5-0f53a58e8d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles","description":"<p>Surrounding container for the list of configured\nqueue management profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"df13bfbd-7fba-4c28-a07b-9fcb35962dc7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcc61856-6594-40d6-90a5-0f53a58e8d8d"},{"name":"GET - openconfig - openconfig-qos - queue-management-profiles","id":"f51494c3-d9fa-4942-87b9-fdae7c6b284f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles?content=all","description":"<p>Surrounding container for the list of configured\nqueue management profiles.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"afb838b0-7666-4058-8fbf-ec26c9906096","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/queue-management-profiles?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","queue-management-profiles"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"queue-management-profiles\": {\n    \"queue-management-profile\": [\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      },\n      {\n        \"red\": {\n          \"uniform\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        },\n        \"wred\": {\n          \"uniform\": {}\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"f51494c3-d9fa-4942-87b9-fdae7c6b284f"}],"id":"f9bafdc7-1688-4ebf-9ac5-51b8715531b8","_postman_id":"f9bafdc7-1688-4ebf-9ac5-51b8715531b8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"scheduler-policies","item":[{"name":"scheduler-policy={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-qos - openconfig - config","id":"33c941b2-1355-4b4a-b716-fa005a0c5adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config","description":"<p>Configuration parameters relating to a scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"28d5adbf-2717-4ddd-9b3e-3cb05006ae80","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05358894-c4fe-46b2-8eb1-c5093fa7a110","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33c941b2-1355-4b4a-b716-fa005a0c5adf"},{"name":"PATCH - openconfig-qos - openconfig - config","id":"f0737bf0-df6f-4e38-a257-a281dd54cfa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config","description":"<p>Configuration parameters relating to a scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"feb07e1e-0d82-43d1-b20e-a4b67eb5015b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"524feb02-c597-478b-b26a-751b8493d332","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0737bf0-df6f-4e38-a257-a281dd54cfa9"},{"name":"DELETE - openconfig - openconfig-qos - config","id":"2ff7b7f9-538d-474d-92ef-ca749a2a303e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config","description":"<p>Configuration parameters relating to a scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"514f02da-ece4-43ad-98ff-2334a4f45891","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2ff7b7f9-538d-474d-92ef-ca749a2a303e"},{"name":"GET - openconfig - openconfig-qos - config","id":"1e57a900-cf82-4b00-9f0e-d7f8cf244a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config?content=all","description":"<p>Configuration parameters relating to a scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a95b38f3-88f4-4d2d-9a73-9fe0b9205375","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"1e57a900-cf82-4b00-9f0e-d7f8cf244a4e"}],"id":"b2f5a42b-f83f-4ad9-86a4-f58d592550c3","_postman_id":"b2f5a42b-f83f-4ad9-86a4-f58d592550c3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-qos - state","id":"9b90b27c-018e-4c81-97a3-0e925083b6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/state?content=all","description":"<p>Operational state parameters relating to a scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"facd96b2-07fa-4de0-b031-c6db76d9246c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"9b90b27c-018e-4c81-97a3-0e925083b6af"}],"id":"59ef75af-cdd9-4dfa-aad0-cbf971e4cf02","_postman_id":"59ef75af-cdd9-4dfa-aad0-cbf971e4cf02","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"schedulers","item":[{"name":"PUT - openconfig-qos - openconfig - schedulers","id":"1cb3f345-9790-455e-b8e1-9ca9bffae2a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:schedulers\": {\n    \"scheduler\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers","description":"<p>Schedulers within the scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","schedulers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c001dd4b-76f8-4515-9a73-ffec4f9b72fc","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:schedulers\": {\n    \"scheduler\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6c14c64c-bab2-4169-bd40-784232fbcaf2","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:schedulers\": {\n    \"scheduler\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1cb3f345-9790-455e-b8e1-9ca9bffae2a9"},{"name":"PATCH - openconfig-qos - openconfig - schedulers","id":"03c3fc3b-0df2-4b33-9f6d-a33a4bf49f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:schedulers\": {\n    \"scheduler\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers","description":"<p>Schedulers within the scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","schedulers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"40fe0295-7ebd-42d6-ab89-d826250a2dff","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:schedulers\": {\n    \"scheduler\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f67140fb-002e-40b5-9c8b-0f28a0c5a758","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:schedulers\": {\n    \"scheduler\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03c3fc3b-0df2-4b33-9f6d-a33a4bf49f83"},{"name":"DELETE - openconfig - openconfig-qos - schedulers","id":"e7e115b5-1b14-4000-a27e-bb4d3944bf34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers","description":"<p>Schedulers within the scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","schedulers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b46ddff4-f31a-48a3-88cd-e872e9150f46","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e7e115b5-1b14-4000-a27e-bb4d3944bf34"},{"name":"GET - openconfig - openconfig-qos - schedulers","id":"af861d7d-34ac-4771-b35b-6aa161ca7065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers?content=all","description":"<p>Schedulers within the scheduler policy.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","schedulers"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"487ac1fd-375b-4e0a-86eb-a85aa3ec16f0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>/schedulers?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>","schedulers"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"schedulers\": {\n    \"scheduler\": {}\n  }\n}"}],"_postman_id":"af861d7d-34ac-4771-b35b-6aa161ca7065"}],"id":"c1f67a6f-006c-4065-a952-702c318995c0","_postman_id":"c1f67a6f-006c-4065-a952-702c318995c0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-qos - openconfig - scheduler-policy","id":"533eaacb-492e-4342-b9df-609637843437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>","description":"<p>List of scheduler policies. A scheduler policy is a set of schedulers\nthat are to be applied together. Each scheduler within a scheduler\npolicy takes an input, and outputs it according to a scheduling\ndiscipline that is specified within it. The schedulers consume\nresources according to the specification that is provided - which\nmay be absolute resource limits, or relative.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5f47ae31-4e13-4e1e-bfc9-b0582659dbe5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fbc2402f-b976-47c0-9586-c7f85cdc1d86","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"533eaacb-492e-4342-b9df-609637843437"},{"name":"PATCH - openconfig-qos - openconfig - scheduler-policy","id":"322ad47a-38ab-4e03-abff-c9dbd05bf8e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>","description":"<p>List of scheduler policies. A scheduler policy is a set of schedulers\nthat are to be applied together. Each scheduler within a scheduler\npolicy takes an input, and outputs it according to a scheduling\ndiscipline that is specified within it. The schedulers consume\nresources according to the specification that is provided - which\nmay be absolute resource limits, or relative.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c829f4a1-9539-4296-85e8-dfa137be569a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b16bdccc-1fb7-4d1e-9e44-5b64a31dbdfe","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"322ad47a-38ab-4e03-abff-c9dbd05bf8e6"},{"name":"DELETE - openconfig - openconfig-qos - scheduler-policy","id":"385fde75-c7a2-43f9-bc2d-70e367dde753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>","description":"<p>List of scheduler policies. A scheduler policy is a set of schedulers\nthat are to be applied together. Each scheduler within a scheduler\npolicy takes an input, and outputs it according to a scheduling\ndiscipline that is specified within it. The schedulers consume\nresources according to the specification that is provided - which\nmay be absolute resource limits, or relative.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"44edad7d-9867-459e-9828-b1df78704ca8","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"385fde75-c7a2-43f9-bc2d-70e367dde753"},{"name":"GET - openconfig - openconfig-qos - scheduler-policy","id":"6ae86263-78f9-4fd1-bb18-92345d66161b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>?content=all","description":"<p>List of scheduler policies. A scheduler policy is a set of schedulers\nthat are to be applied together. Each scheduler within a scheduler\npolicy takes an input, and outputs it according to a scheduling\ndiscipline that is specified within it. The schedulers consume\nresources according to the specification that is provided - which\nmay be absolute resource limits, or relative.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7d40e6ce-8224-4d70-b1b4-d066d30ca1fe","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies/scheduler-policy=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies","scheduler-policy=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"6ae86263-78f9-4fd1-bb18-92345d66161b"}],"id":"d243352c-736d-417f-aa69-a39d24c880ce","_postman_id":"d243352c-736d-417f-aa69-a39d24c880ce","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-qos - scheduler-policies","id":"5e02e3da-cf25-43b9-9c59-510e32193f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies","description":"<p>Enclosing container for the list of configured scheduler policies.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"691f01e6-84b2-4514-b390-7c292920203b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"scheduler-policy\": [\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"schedulers\": {\n        \"scheduler\": {}\n      },\n      \"name\": \"<string>\",\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e02e3da-cf25-43b9-9c59-510e32193f90"},{"name":"PUT - openconfig-qos - openconfig - scheduler-policies","id":"92449488-1117-4702-a2ae-19e4c773ddcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies","description":"<p>Enclosing container for the list of configured scheduler policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"288e38d0-69e7-4ad9-917b-e2e41f098e4e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e2740e41-f646-4d6a-b84f-6ec848fbf3fc","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"92449488-1117-4702-a2ae-19e4c773ddcd"},{"name":"PATCH - openconfig-qos - openconfig - scheduler-policies","id":"91d67dd6-e6e2-4014-8e46-108f154a9f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies","description":"<p>Enclosing container for the list of configured scheduler policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e55c8424-cc75-48ae-bf73-a4296949f48a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d7151f42-37c7-4e3b-a7d1-beeb9a2980e9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"91d67dd6-e6e2-4014-8e46-108f154a9f57"},{"name":"DELETE - openconfig - openconfig-qos - scheduler-policies","id":"759f73f2-2ad4-4d1c-b94e-712c38dd29bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies","description":"<p>Enclosing container for the list of configured scheduler policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f89bb3d-4b96-43cb-bfa9-2352b5de9a84","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"759f73f2-2ad4-4d1c-b94e-712c38dd29bf"},{"name":"GET - openconfig - openconfig-qos - scheduler-policies","id":"e447fc0c-1e76-44d7-ae5c-fd24ddec74ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies?content=all","description":"<p>Enclosing container for the list of configured scheduler policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"89a3b861-e413-4838-84cc-f57f746cee45","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos/scheduler-policies?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos","scheduler-policies"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"scheduler-policies\": {\n    \"scheduler-policy\": [\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"schedulers\": {\n          \"scheduler\": {}\n        },\n        \"name\": \"<string>\",\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"e447fc0c-1e76-44d7-ae5c-fd24ddec74ba"}],"id":"f10da0b1-b504-45bb-a1e6-df293eaefe5f","_postman_id":"f10da0b1-b504-45bb-a1e6-df293eaefe5f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-qos - qos","id":"13f38133-12ae-4812-9358-8d0ebc5cf903","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos","description":"<p>Top-level container for QoS data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"09853d9b-4372-43f1-9879-dceb20d83121","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13f38133-12ae-4812-9358-8d0ebc5cf903"},{"name":"PUT - openconfig-qos - openconfig - qos","id":"218c2191-f8a1-489a-8372-2baa75f35308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos","description":"<p>Top-level container for QoS data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0251ddf8-626d-4c71-81c9-d5d89d22c228","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a265878f-8c72-42f3-a932-e34295698a27","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"218c2191-f8a1-489a-8372-2baa75f35308"},{"name":"PATCH - openconfig-qos - openconfig - qos","id":"03b00098-0c90-4c34-a79d-3941b464b351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos","description":"<p>Top-level container for QoS data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7022d35c-7ea7-4de7-a2f6-b66fcdde0c0f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f223af1e-7d64-4948-baec-6dd720b85f3b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-qos:qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03b00098-0c90-4c34-a79d-3941b464b351"},{"name":"DELETE - openconfig - openconfig-qos - qos","id":"fefc0869-64a3-4546-8635-6b5d0128d6b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos","description":"<p>Top-level container for QoS data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4c857b6b-9308-4627-b69d-71f949ed3ba4","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fefc0869-64a3-4546-8635-6b5d0128d6b7"},{"name":"GET - openconfig - openconfig-qos - qos","id":"6f82624a-a5ba-4794-aa6e-7a78ed63fd88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos?content=all","description":"<p>Top-level container for QoS data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"05951af7-0943-4833-ac3f-62880f64b3e5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-qos:qos?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-qos:qos"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"qos\": {\n    \"scheduler-policies\": {\n      \"scheduler-policy\": [\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"schedulers\": {\n            \"scheduler\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"buffer-allocation-profiles\": {\n      \"buffer-allocation-profile\": [\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"queues\": {\n            \"queue\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queues\": {\n      \"queue\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"queue-id\": \"<integer>\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {},\n    \"forwarding-groups\": {\n      \"forwarding-group\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"fabric-priority\": \"<integer>\",\n            \"name\": \"<string>\",\n            \"unicast-output-queue\": \"<string>\",\n            \"multicast-output-queue\": \"<string>\",\n            \"output-queue\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"queue-management-profiles\": {\n      \"queue-management-profile\": [\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        },\n        {\n          \"red\": {\n            \"uniform\": {}\n          },\n          \"name\": \"<string>\",\n          \"config\": {\n            \"name\": \"<string>\"\n          },\n          \"wred\": {\n            \"uniform\": {}\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"6f82624a-a5ba-4794-aa6e-7a78ed63fd88"}],"id":"4eb6b607-48cd-4230-a422-01eb67df2d5a","_postman_id":"4eb6b607-48cd-4230-a422-01eb67df2d5a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-relay-agent:relay-agent","item":[{"name":"dhcpv6","item":[{"name":"config","item":[{"name":"PUT - openconfig-relay-agent - openconfig - config","id":"4100c0c4-d95a-466a-89d8-738508195e64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config","description":"<p>Configuration data for global DHCPv6</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ece3c122-8d14-4044-94e9-0b08d3d1c4e3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7b757cff-eb3c-4a7c-9a44-4a4453285f99","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4100c0c4-d95a-466a-89d8-738508195e64"},{"name":"PATCH - openconfig-relay-agent - openconfig - config","id":"6f29ee2f-3133-4972-99dd-87539c509a53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config","description":"<p>Configuration data for global DHCPv6</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a642f3fd-a833-41cf-99ef-3ec677bd5e31","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2de7b965-13e1-4d83-99a5-052eedc7a21e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f29ee2f-3133-4972-99dd-87539c509a53"},{"name":"DELETE - openconfig - openconfig-relay-agent - config","id":"b8b74ee6-e405-4b89-a3cc-09a9428a73ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config","description":"<p>Configuration data for global DHCPv6</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4394c315-ab26-4428-8ac3-325ab4c91d04","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b8b74ee6-e405-4b89-a3cc-09a9428a73ce"},{"name":"GET - openconfig - openconfig-relay-agent - config","id":"e723d70d-03a5-4a20-9192-f2c25d9e792b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config?content=all","description":"<p>Configuration data for global DHCPv6</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"20cf008b-111a-4a38-b131-bb37b63f9bf2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"enable-relay-agent\": false\n  }\n}"}],"_postman_id":"e723d70d-03a5-4a20-9192-f2c25d9e792b"}],"id":"488187ab-3e36-44a2-a972-a57fe8d728e1","_postman_id":"488187ab-3e36-44a2-a972-a57fe8d728e1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-relay-agent - state","id":"a95c26db-d5e1-4a3d-b762-f355d844facb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/state?content=all","description":"<p>Operational state data global DHCPv6</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2842cea9-62aa-44c1-8468-b3fb8522d7cb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"enable-relay-agent\": false\n  }\n}"}],"_postman_id":"a95c26db-d5e1-4a3d-b762-f355d844facb"}],"id":"04f033bd-6a78-4eb2-b80e-df9a6b35f576","_postman_id":"04f033bd-6a78-4eb2-b80e-df9a6b35f576","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"options","item":[{"name":"config","item":[{"name":"PUT - openconfig-relay-agent - openconfig - config","id":"e9d95e16-f9bd-437b-90d2-73e36b08d321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"13cfa9f0-e4e9-41c9-a0aa-61d5e9420b8d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"344f2b85-d053-472e-80f5-bd8d798936ab","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9d95e16-f9bd-437b-90d2-73e36b08d321"},{"name":"PATCH - openconfig-relay-agent - openconfig - config","id":"9fd9d223-6710-4f8b-bcba-d8f92f3ee088","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4752e722-1495-48a3-b325-c309d9f0e334","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f3de8d59-1732-400c-863a-b649fe8ae568","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fd9d223-6710-4f8b-bcba-d8f92f3ee088"},{"name":"DELETE - openconfig - openconfig-relay-agent - config","id":"3d9afeaa-3391-48ef-86d8-4d4bfb45d8a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"555a7da8-c693-4dd3-81f8-bedd2d4589af","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d9afeaa-3391-48ef-86d8-4d4bfb45d8a2"},{"name":"GET - openconfig - openconfig-relay-agent - config","id":"31816ec1-8be2-4368-8d57-d8763cfcb1a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config?content=all","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2776d044-351f-42a5-8eb1-9e35f1628e70","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}"}],"_postman_id":"31816ec1-8be2-4368-8d57-d8763cfcb1a8"}],"id":"58864485-14ea-41cd-9deb-d80e5eb2fb47","_postman_id":"58864485-14ea-41cd-9deb-d80e5eb2fb47","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-relay-agent - state","id":"ba2d643f-ea72-4082-be93-80ce3f571877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/state?content=all","description":"<p>Operational state data for DHCPv6 agent option on an\ninterface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8f5f0db7-9015-4411-bd66-9700598d7189","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}"}],"_postman_id":"ba2d643f-ea72-4082-be93-80ce3f571877"}],"id":"bc73238e-1f3b-490f-b34d-279806b99317","_postman_id":"bc73238e-1f3b-490f-b34d-279806b99317","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - options","id":"dad8d2f9-5403-47e2-bd92-1be6ed1a8064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options","description":"<p>Top-level container for DHCPv6 agent options on interfaces</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f6dae09f-d4d2-416a-b03f-29a5c8a5fb44","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable-remote-id\": false,\n    \"enable-interface-id\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dad8d2f9-5403-47e2-bd92-1be6ed1a8064"},{"name":"PUT - openconfig-relay-agent - openconfig - options","id":"06437477-f5c1-4af3-9d90-68463ede0b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options","description":"<p>Top-level container for DHCPv6 agent options on interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bb6e6661-5954-49dd-82df-19c953e8c480","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"23e41f6b-c44a-470e-bf77-9485c02142f5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"06437477-f5c1-4af3-9d90-68463ede0b52"},{"name":"PATCH - openconfig-relay-agent - openconfig - options","id":"ce28a278-961f-48a2-9345-17462ce75a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options","description":"<p>Top-level container for DHCPv6 agent options on interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"98a9f383-ead0-47ad-83d5-31835ffe719e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"00594c3e-2aeb-45ef-bfc1-b95d92da7f36","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce28a278-961f-48a2-9345-17462ce75a66"},{"name":"DELETE - openconfig - openconfig-relay-agent - options","id":"257d782a-e1bc-4e4e-893e-e855ae5b06e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options","description":"<p>Top-level container for DHCPv6 agent options on interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4e57f48a-b01a-4478-8a6a-94f4e649d451","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"257d782a-e1bc-4e4e-893e-e855ae5b06e3"},{"name":"GET - openconfig - openconfig-relay-agent - options","id":"8b7ba945-e067-4d66-a2aa-94b799699a7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options?content=all","description":"<p>Top-level container for DHCPv6 agent options on interfaces</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"44e6a610-3404-4e0a-878e-2848ffee9483","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/options?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","options"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"options\": {\n    \"config\": {\n      \"enable-remote-id\": false,\n      \"enable-interface-id\": false\n    }\n  }\n}"}],"_postman_id":"8b7ba945-e067-4d66-a2aa-94b799699a7c"}],"id":"f2ec0469-3a23-4145-8e1d-01029d643ace","_postman_id":"f2ec0469-3a23-4145-8e1d-01029d643ace","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={id}","item":[{"name":"PUT - openconfig-relay-agent - openconfig - interface","id":"810caf89-66b0-45c0-8728-6ce9be414754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5597fd5f-00c8-4a1d-a3e3-705678fc9722","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"32772ab2-a674-41fb-b32d-7ce4bc45df4f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"810caf89-66b0-45c0-8728-6ce9be414754"},{"name":"PATCH - openconfig-relay-agent - openconfig - interface","id":"2f42b4ea-e0c1-4945-b21c-7105be170555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"35c58998-c93e-4dd0-8766-d3eef31e3c61","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"44b78cca-0158-4d1c-aef6-715c3f14e3db","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f42b4ea-e0c1-4945-b21c-7105be170555"},{"name":"DELETE - openconfig - openconfig-relay-agent - interface","id":"344cb14c-6f58-489d-9381-d688738e2f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c0dbd838-f326-4470-9b8e-14e8904351e7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"344cb14c-6f58-489d-9381-d688738e2f51"},{"name":"GET - openconfig - openconfig-relay-agent - interface","id":"4d2ad697-12df-4279-9482-47098565f6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"be1f6026-7f01-4880-9092-3118266856ac","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}"}],"_postman_id":"4d2ad697-12df-4279-9482-47098565f6f1"}],"id":"e695ddb9-66b1-4932-92f9-8176176a3c8b","_postman_id":"e695ddb9-66b1-4932-92f9-8176176a3c8b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - interfaces","id":"be94ebc7-f8a4-4e71-89ca-e154a7766d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8ace623e-88c3-42d5-b9d8-a171a55a2aa8","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"options\": {},\n      \"id\": \"<string>\",\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be94ebc7-f8a4-4e71-89ca-e154a7766d0b"},{"name":"PUT - openconfig-relay-agent - openconfig - interfaces","id":"8a6dfd6a-0054-4611-94b0-0cc88d7880c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f2bfc1f8-8728-42e5-8a2c-753eac9943ed","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ed2a1dc5-2523-4242-ab98-c6ef78ea2bcd","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a6dfd6a-0054-4611-94b0-0cc88d7880c3"},{"name":"PATCH - openconfig-relay-agent - openconfig - interfaces","id":"3be726e2-4bda-4913-9460-145dbf9b45f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"37bb3f9a-2485-4a2f-a834-e6e2095e8a19","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b87ba76e-83c4-4071-ade4-7d8687f59616","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3be726e2-4bda-4913-9460-145dbf9b45f9"},{"name":"DELETE - openconfig - openconfig-relay-agent - interfaces","id":"3af6ecf4-243a-470b-86aa-9673329d1fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e3e07f10-7c2f-4fae-bee7-12543d79c23d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3af6ecf4-243a-470b-86aa-9673329d1fc7"},{"name":"GET - openconfig - openconfig-relay-agent - interfaces","id":"dadd2e8a-7a77-4220-8655-c19146942b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces?content=all","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9c67302e-06c2-4880-9ca2-b71609449aed","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"options\": {},\n        \"id\": \"<string>\",\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"dadd2e8a-7a77-4220-8655-c19146942b97"}],"id":"3bd42827-2e6f-4f38-81ef-5e1db7824708","_postman_id":"3bd42827-2e6f-4f38-81ef-5e1db7824708","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - dhcpv6","id":"dfb1ebe9-9b8b-40c2-8369-8ad2ff963d45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6","description":"<p>Top-level container for global relay agent data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3cd38228-c081-4783-911a-e073b25d45b3","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dfb1ebe9-9b8b-40c2-8369-8ad2ff963d45"},{"name":"PUT - openconfig-relay-agent - openconfig - dhcpv6","id":"8c9c1ff3-2c34-42dd-ad75-3cb9ccac212b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3b3ce61c-feb4-4f81-8363-2f583e9eb0b6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58af242d-7cc2-4fb6-a523-1f5b59538c55","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c9c1ff3-2c34-42dd-ad75-3cb9ccac212b"},{"name":"PATCH - openconfig-relay-agent - openconfig - dhcpv6","id":"b1ab3b49-6daa-452e-92ee-bb46ebb95adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6149f314-eff6-4bb0-baef-792938a4f1c6","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"470483a8-6f10-4ec3-b27f-cdbd63191aa1","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1ab3b49-6daa-452e-92ee-bb46ebb95adf"},{"name":"DELETE - openconfig - openconfig-relay-agent - dhcpv6","id":"dfcaa071-66fc-4712-89e6-17d10109fec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"42046d84-7455-497f-ba3d-4db49af58d31","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dfcaa071-66fc-4712-89e6-17d10109fec6"},{"name":"GET - openconfig - openconfig-relay-agent - dhcpv6","id":"62d24b71-4286-4433-b7ed-092c2d1d9b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6?content=all","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b3c20f99-a7c1-42a3-ae9e-2c212567dbd0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcpv6?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcpv6"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}"}],"_postman_id":"62d24b71-4286-4433-b7ed-092c2d1d9b85"}],"id":"57117303-a080-4990-a7bb-1fea384e5a39","_postman_id":"57117303-a080-4990-a7bb-1fea384e5a39","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dhcp","item":[{"name":"config","item":[{"name":"PUT - openconfig-relay-agent - openconfig - config","id":"563901d4-b713-48f9-b65d-10be013cdcc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config","description":"<p>Configuration data for global DHCPv4</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4ec1a611-66f7-447f-993b-fffc8289bc38","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"93f85659-51e8-4cea-b6de-3b3a203e74d1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"563901d4-b713-48f9-b65d-10be013cdcc6"},{"name":"PATCH - openconfig-relay-agent - openconfig - config","id":"4b177fdd-8b1e-4837-825e-37fd0320c2c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config","description":"<p>Configuration data for global DHCPv4</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"921fd1b5-4c98-4be6-887c-79c62f8b20f9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"683c70bb-23bb-44c8-9fa6-f89948321acf","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b177fdd-8b1e-4837-825e-37fd0320c2c8"},{"name":"DELETE - openconfig - openconfig-relay-agent - config","id":"8195f69e-17ea-494d-be17-03d8f3803d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config","description":"<p>Configuration data for global DHCPv4</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4bee7a7c-74b1-401d-a358-ec8c4df7d8eb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8195f69e-17ea-494d-be17-03d8f3803d30"},{"name":"GET - openconfig - openconfig-relay-agent - config","id":"6fd4e755-fe4f-4855-b413-f45795f47ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config?content=all","description":"<p>Configuration data for global DHCPv4</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f1b627ef-4504-4d1c-984e-2abb83b5e8fb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"enable-relay-agent\": false\n  }\n}"}],"_postman_id":"6fd4e755-fe4f-4855-b413-f45795f47ab4"}],"id":"91a51a43-e0bd-45f7-8f30-ae5d1df9c29e","_postman_id":"91a51a43-e0bd-45f7-8f30-ae5d1df9c29e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-relay-agent - state","id":"e7af443f-bfd5-41da-ac52-4180339f6587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/state?content=all","description":"<p>Operational state data global DHCPv4</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7d43d52b-64fb-4f5b-9d01-5e8f35525b79","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"enable-relay-agent\": false\n  }\n}"}],"_postman_id":"e7af443f-bfd5-41da-ac52-4180339f6587"}],"id":"2f1c5727-0615-4aa8-8e75-e6adc32f264a","_postman_id":"2f1c5727-0615-4aa8-8e75-e6adc32f264a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"agent-information-option","item":[{"name":"config","item":[{"name":"PUT - openconfig-relay-agent - openconfig - config","id":"51e17b85-c879-4516-a104-73744b7a1164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config","description":"<p>Configuration data for the relay agent information\noption</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fa96a94a-9903-4688-b6b4-3c82af24e3c2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ff87b9f6-b97c-4391-9122-06cae113f8a6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"51e17b85-c879-4516-a104-73744b7a1164"},{"name":"PATCH - openconfig-relay-agent - openconfig - config","id":"453b40b7-88a9-4ee1-a361-cfa710b4ab8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config","description":"<p>Configuration data for the relay agent information\noption</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3d867b7a-08d1-4389-9e98-3d4d8fb1c998","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ae93f040-5228-4929-bca3-9f412f31c2d0","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"453b40b7-88a9-4ee1-a361-cfa710b4ab8c"},{"name":"DELETE - openconfig - openconfig-relay-agent - config","id":"f03d5577-b2f3-4609-8a49-ea5564a639a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config","description":"<p>Configuration data for the relay agent information\noption</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b40833cf-e6aa-4f83-9c01-81c495bb663c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f03d5577-b2f3-4609-8a49-ea5564a639a2"},{"name":"GET - openconfig - openconfig-relay-agent - config","id":"63e89ab9-822b-4dfc-a65b-379f72b9c20f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config?content=all","description":"<p>Configuration data for the relay agent information\noption</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"96af8398-0444-409e-8630-cb29ea353b4d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"enable\": false\n  }\n}"}],"_postman_id":"63e89ab9-822b-4dfc-a65b-379f72b9c20f"}],"id":"253e7bc3-3a8c-40fc-b196-f0d98316cd6f","_postman_id":"253e7bc3-3a8c-40fc-b196-f0d98316cd6f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-relay-agent - state","id":"03c21a11-7013-4520-9687-2bf55ba7d132","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/state?content=all","description":"<p>Operational state data for agent information at global\nlevel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b75289be-1d8a-408c-999c-ade3074b0a0f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"enable\": false\n  }\n}"}],"_postman_id":"03c21a11-7013-4520-9687-2bf55ba7d132"}],"id":"5dd1d5b2-2b42-438e-b702-0e023417fe51","_postman_id":"5dd1d5b2-2b42-438e-b702-0e023417fe51","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - agent-information-option","id":"f00e198d-acd9-4d52-bb80-f6468a019f14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option","description":"<p>Top-level container for relay agent information option\ndata</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"29e8db7d-b1a5-4916-a8ba-2af33dc4846e","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f00e198d-acd9-4d52-bb80-f6468a019f14"},{"name":"PUT - openconfig-relay-agent - openconfig - agent-information-option","id":"58dc5497-9c6f-46dd-a1dd-ff5d661befad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option","description":"<p>Top-level container for relay agent information option\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"137b916c-0109-46e8-b4ef-5f46d48fcbf6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f94d9641-e6c6-42c0-967e-1f6d801edf8e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58dc5497-9c6f-46dd-a1dd-ff5d661befad"},{"name":"PATCH - openconfig-relay-agent - openconfig - agent-information-option","id":"cb2dfafa-c8a7-4196-ac9e-44976bf1472f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option","description":"<p>Top-level container for relay agent information option\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a8e5d402-ed2f-45c6-bb9c-5f0ba28d58e6","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d4d0c4b1-31c0-4d68-b719-683bdae58e64","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb2dfafa-c8a7-4196-ac9e-44976bf1472f"},{"name":"DELETE - openconfig - openconfig-relay-agent - agent-information-option","id":"f58af67e-d340-4c69-9725-f809852243da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option","description":"<p>Top-level container for relay agent information option\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"27ae794a-6ec8-46c5-ba46-29f3d755407f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f58af67e-d340-4c69-9725-f809852243da"},{"name":"GET - openconfig - openconfig-relay-agent - agent-information-option","id":"20acc576-9326-4d92-a2c3-8b494cef3d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option?content=all","description":"<p>Top-level container for relay agent information option\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"86d5c6fd-049b-4c83-abf3-606374088c60","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/agent-information-option?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","agent-information-option"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"agent-information-option\": {\n    \"config\": {\n      \"enable\": false\n    }\n  }\n}"}],"_postman_id":"20acc576-9326-4d92-a2c3-8b494cef3d15"}],"id":"850142c2-0fa7-4e01-b789-94e9d0633607","_postman_id":"850142c2-0fa7-4e01-b789-94e9d0633607","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={id}","item":[{"name":"PUT - openconfig-relay-agent - openconfig - interface","id":"65c1cb43-14e4-4783-957b-7bb2c545779a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a1aaa855-10f3-4e45-8e98-36e6fbaff347","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"93a52144-76c3-429b-b75a-17e2cf90c510","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"65c1cb43-14e4-4783-957b-7bb2c545779a"},{"name":"PATCH - openconfig-relay-agent - openconfig - interface","id":"27d667e4-9e23-4b88-909b-c13f9913447f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"89173c02-f395-4eef-9eb4-d0447cf1eab2","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2fff42df-b3d5-4139-abd0-a2dabb7b5f25","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"27d667e4-9e23-4b88-909b-c13f9913447f"},{"name":"DELETE - openconfig - openconfig-relay-agent - interface","id":"70b195cd-a824-496b-89b6-77de07183c99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9340bbef-c403-41fe-9df5-c82f7885af2f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70b195cd-a824-496b-89b6-77de07183c99"},{"name":"GET - openconfig - openconfig-relay-agent - interface","id":"5f9386a9-b9d2-446e-b7f7-02acf79d3a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which the relay agent is\nconfigured.</p>\n<p>The interface referenced is based on the interface and\nsubinterface leaves within the interface-ref container -\nwhich reference an entry in the /interfaces/interface list -\nand should not rely on the value of the list key.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c52d210d-8a20-4517-8db3-939d2b552737","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}"}],"_postman_id":"5f9386a9-b9d2-446e-b7f7-02acf79d3a2d"}],"id":"47d4a4fa-1265-4e9a-9cdb-589bd60aa01b","_postman_id":"47d4a4fa-1265-4e9a-9cdb-589bd60aa01b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - interfaces","id":"10744834-143f-4c2d-a1b2-e3ee347eb4a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fdd62ed0-1666-47bd-8a2d-f7bbbf87aba5","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    },\n    {\n      \"id\": \"<string>\",\n      \"agent-information-option\": {},\n      \"config\": {\n        \"enable\": \"<boolean>\",\n        \"id\": \"<string>\",\n        \"helper-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      },\n      \"interface-ref\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10744834-143f-4c2d-a1b2-e3ee347eb4a0"},{"name":"PUT - openconfig-relay-agent - openconfig - interfaces","id":"fb576732-a6b5-4853-bdb4-b1d1c8bbcf62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2df58a48-18f5-45ab-bca5-89d56aec4659","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"98573236-1786-432f-84b8-f26bf18d2a8c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb576732-a6b5-4853-bdb4-b1d1c8bbcf62"},{"name":"PATCH - openconfig-relay-agent - openconfig - interfaces","id":"c7882a22-7fe7-4a04-b532-375352f204fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"13d24663-bf56-4e3b-b3ab-1858082b08fa","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fda84d64-2e56-4606-a20c-84acbd6df519","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7882a22-7fe7-4a04-b532-375352f204fe"},{"name":"DELETE - openconfig - openconfig-relay-agent - interfaces","id":"08de125c-778c-4c5f-93dd-02d8e4fdf0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ce9dceca-58e5-40d0-aab4-082ae6dedd00","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08de125c-778c-4c5f-93dd-02d8e4fdf0b0"},{"name":"GET - openconfig - openconfig-relay-agent - interfaces","id":"d1715323-f089-44b5-bada-555810db6d18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces?content=all","description":"<p>Enclosing container for the list of interface references.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9ffd354c-5731-40b4-841c-cf24caf751be","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      },\n      {\n        \"id\": \"<string>\",\n        \"agent-information-option\": {},\n        \"config\": {\n          \"enable\": \"<boolean>\",\n          \"id\": \"<string>\",\n          \"helper-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        },\n        \"interface-ref\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"d1715323-f089-44b5-bada-555810db6d18"}],"id":"e992e1c6-adab-46c2-9d73-ae4223d9909d","_postman_id":"e992e1c6-adab-46c2-9d73-ae4223d9909d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - dhcp","id":"8360d0b5-a9e5-4435-876f-a1b8f1ea7a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp","description":"<p>Top-level container for global relay agent data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"02658ac3-b0d1-41ac-bc94-39d34229a455","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enable-relay-agent\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8360d0b5-a9e5-4435-876f-a1b8f1ea7a4e"},{"name":"PUT - openconfig-relay-agent - openconfig - dhcp","id":"0ea992a1-6f63-4b62-afcb-fed970e9fd08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"34755bb7-e6f1-4adf-ac80-c048a43f5a74","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c9ceca6b-7241-4646-a936-03e9202d1df3","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0ea992a1-6f63-4b62-afcb-fed970e9fd08"},{"name":"PATCH - openconfig-relay-agent - openconfig - dhcp","id":"9fcb971e-f581-4e1c-be5a-0cef9c933df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"968f3aeb-2667-458b-8228-1b845be0287f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ce9c955c-0aad-45da-95c7-749d9a13c7ac","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9fcb971e-f581-4e1c-be5a-0cef9c933df7"},{"name":"DELETE - openconfig - openconfig-relay-agent - dhcp","id":"b63d2164-2e41-46a3-9be7-2f99c180ec2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"924ebabf-b6d3-4b56-9126-c63a178ec829","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b63d2164-2e41-46a3-9be7-2f99c180ec2f"},{"name":"GET - openconfig - openconfig-relay-agent - dhcp","id":"9b247cb9-b078-40e2-bade-50eb6a2059d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp?content=all","description":"<p>Top-level container for global relay agent data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0d7a3464-7115-4891-b86c-b445682238b5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent/dhcp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent","dhcp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dhcp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"id\": \"<string>\",\n          \"agent-information-option\": {},\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"agent-information-option\": {\n      \"config\": {\n        \"enable\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}"}],"_postman_id":"9b247cb9-b078-40e2-bade-50eb6a2059d8"}],"id":"e4a8e6c1-a579-44a8-8037-6055dd5b545e","_postman_id":"e4a8e6c1-a579-44a8-8037-6055dd5b545e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-relay-agent - relay-agent","id":"79e0b382-2d23-4168-94d2-993bea1d8aba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent","description":"<p>Top level container for relay-agent configuration and\noperational state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f214782-35de-4483-8896-88a52d076a58","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"dhcpv6\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        },\n        {\n          \"options\": {},\n          \"id\": \"<string>\",\n          \"config\": {\n            \"enable\": \"<boolean>\",\n            \"id\": \"<string>\",\n            \"helper-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          },\n          \"interface-ref\": {}\n        }\n      ]\n    },\n    \"options\": {\n      \"config\": {\n        \"enable-remote-id\": false,\n        \"enable-interface-id\": false\n      }\n    },\n    \"config\": {\n      \"enable-relay-agent\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79e0b382-2d23-4168-94d2-993bea1d8aba"},{"name":"PUT - openconfig-relay-agent - openconfig - relay-agent","id":"cd21f632-423c-49b9-b450-5e159a41e3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent","description":"<p>Top level container for relay-agent configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9df262aa-3c56-42bc-a11c-d013407ff0b9","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"df5ca2f8-d47c-4c51-82a7-5167a3e55f35","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cd21f632-423c-49b9-b450-5e159a41e3d9"},{"name":"PATCH - openconfig-relay-agent - openconfig - relay-agent","id":"ebb92e37-6d20-46a6-a8e8-5250e3d631d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent","description":"<p>Top level container for relay-agent configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"22f73089-d851-4668-ae03-4f47019f3cc0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd651a33-3177-41d8-a55a-c5726e53860d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-relay-agent:relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ebb92e37-6d20-46a6-a8e8-5250e3d631d7"},{"name":"DELETE - openconfig - openconfig-relay-agent - relay-agent","id":"37382823-b55e-4d2e-b376-41d9808b4bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent","description":"<p>Top level container for relay-agent configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f41126d6-78f3-4504-9631-59e876033cb5","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"37382823-b55e-4d2e-b376-41d9808b4bc7"},{"name":"GET - openconfig - openconfig-relay-agent - relay-agent","id":"248c6b6e-f9e8-4506-94ca-4fca0113088f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent?content=all","description":"<p>Top level container for relay-agent configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"364602ac-ab8d-4163-be85-e0ed9e5d15cc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-relay-agent:relay-agent?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-relay-agent:relay-agent"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"relay-agent\": {\n    \"dhcpv6\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"options\": {},\n            \"id\": \"<string>\",\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"options\": {\n        \"config\": {\n          \"enable-remote-id\": false,\n          \"enable-interface-id\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    },\n    \"dhcp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          },\n          {\n            \"id\": \"<string>\",\n            \"agent-information-option\": {},\n            \"config\": {\n              \"enable\": \"<boolean>\",\n              \"id\": \"<string>\",\n              \"helper-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            },\n            \"interface-ref\": {}\n          }\n        ]\n      },\n      \"agent-information-option\": {\n        \"config\": {\n          \"enable\": false\n        }\n      },\n      \"config\": {\n        \"enable-relay-agent\": false\n      }\n    }\n  }\n}"}],"_postman_id":"248c6b6e-f9e8-4506-94ca-4fca0113088f"}],"id":"f9058bb7-30ff-49ed-a8a7-e864fac51ed5","_postman_id":"f9058bb7-30ff-49ed-a8a7-e864fac51ed5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-routing-policy:routing-policy","item":[{"name":"defined-sets","item":[{"name":"neighbor-sets","item":[{"name":"neighbor-set={name}","item":[{"name":"PUT - openconfig-routing-policy - openconfig - neighbor-set","id":"e692297f-9d82-4daa-a85f-268e6a03c27a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>","description":"<p>List of defined neighbor sets for use in policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets","neighbor-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0b8f7fbc-a210-45f2-975c-eda393fa526a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c1d02d3b-2131-4eb4-908f-e74d10ecb415","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e692297f-9d82-4daa-a85f-268e6a03c27a"},{"name":"PATCH - openconfig-routing-policy - openconfig - neighbor-set","id":"70d70c81-7a5d-442c-90e3-16ab89800ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>","description":"<p>List of defined neighbor sets for use in policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets","neighbor-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6300c6fb-0397-43e9-bf2f-d3f9d11cda36","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d53cf779-6d6e-4c2e-b11a-057a558de9c3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70d70c81-7a5d-442c-90e3-16ab89800ccf"},{"name":"DELETE - openconfig - openconfig-routing-policy - neighbor-set","id":"b29b9bc8-259b-4932-882e-13b13f512aec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>","description":"<p>List of defined neighbor sets for use in policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets","neighbor-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"877576c3-b738-430c-a9c1-6819ffb26d9f","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b29b9bc8-259b-4932-882e-13b13f512aec"},{"name":"GET - openconfig - openconfig-routing-policy - neighbor-set","id":"f90ea91b-7979-4a05-ad49-ae178c62facf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>?content=all","description":"<p>List of defined neighbor sets for use in policies.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets","neighbor-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9acf734c-a8f3-4642-9425-7c154474be1d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets/neighbor-set=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets","neighbor-set=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"f90ea91b-7979-4a05-ad49-ae178c62facf"}],"id":"63ec80c1-3b5c-4fbe-8744-bb9c2596ae23","_postman_id":"63ec80c1-3b5c-4fbe-8744-bb9c2596ae23","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - neighbor-sets","id":"36c35442-b7de-4c76-a863-527573acb7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets","description":"<p>Enclosing container for the list of neighbor set\ndefinitions</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"efe8dd10-a15a-4c3b-a451-9487ed46a2d1","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"neighbor-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36c35442-b7de-4c76-a863-527573acb7fa"},{"name":"PUT - openconfig-routing-policy - openconfig - neighbor-sets","id":"cf7fca10-7bbd-4bae-9d9f-6d76074542c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets","description":"<p>Enclosing container for the list of neighbor set\ndefinitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4a1001ae-7db3-4f56-b20a-26c7daed51a3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ee82587c-16d1-4f67-a850-6be29f3f3c1f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf7fca10-7bbd-4bae-9d9f-6d76074542c7"},{"name":"PATCH - openconfig-routing-policy - openconfig - neighbor-sets","id":"c958179c-45d7-4b97-a1de-c2fdcce55e1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets","description":"<p>Enclosing container for the list of neighbor set\ndefinitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2a2b1795-6833-4d17-9c09-6aa9eab965e3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"184c22fc-6dd8-41a1-8b05-55d991b53b14","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c958179c-45d7-4b97-a1de-c2fdcce55e1c"},{"name":"DELETE - openconfig - openconfig-routing-policy - neighbor-sets","id":"36d673aa-9474-4801-aeb2-dbe3222b09c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets","description":"<p>Enclosing container for the list of neighbor set\ndefinitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"15fdaa8b-cb33-451c-a481-771b28b75837","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36d673aa-9474-4801-aeb2-dbe3222b09c8"},{"name":"GET - openconfig - openconfig-routing-policy - neighbor-sets","id":"ba00e684-d07a-4552-8419-33ab110451f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets?content=all","description":"<p>Enclosing container for the list of neighbor set\ndefinitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"43d96317-fd0b-41df-bb14-c4313ea1e120","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/neighbor-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","neighbor-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"ba00e684-d07a-4552-8419-33ab110451f0"}],"id":"1ba24b2d-14ed-4b72-abd8-2461515680d6","_postman_id":"1ba24b2d-14ed-4b72-abd8-2461515680d6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"prefix-sets","item":[{"name":"prefix-set={name}","item":[{"name":"PUT - openconfig-routing-policy - openconfig - prefix-set","id":"b2c01600-8800-40e2-8aac-0872dd298f00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"MIXED\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>","description":"<p>List of the defined prefix sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets","prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"75b55f26-8c66-4f48-a1d9-2c42d015865a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"MIXED\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2f4f5d23-a195-40f9-8684-4a258f87fe9f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"MIXED\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2c01600-8800-40e2-8aac-0872dd298f00"},{"name":"PATCH - openconfig-routing-policy - openconfig - prefix-set","id":"30bfdd28-b9ea-4827-b765-4a24f1b6d60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"MIXED\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>","description":"<p>List of the defined prefix sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets","prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f723a30c-ddfd-4bb5-8d17-74370a8e6210","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"MIXED\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c7e0522e-ff85-4790-b61d-dda4337d3320","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"MIXED\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30bfdd28-b9ea-4827-b765-4a24f1b6d60b"},{"name":"DELETE - openconfig - openconfig-routing-policy - prefix-set","id":"df5e2e2f-5223-43c2-a4cb-a8a80119cc01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>","description":"<p>List of the defined prefix sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets","prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"40b52bdd-6461-491a-a2bc-7840bf0d321d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"df5e2e2f-5223-43c2-a4cb-a8a80119cc01"},{"name":"GET - openconfig - openconfig-routing-policy - prefix-set","id":"db52dd4e-3295-4ffa-a8a5-8f52e7201d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>?content=all","description":"<p>List of the defined prefix sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets","prefix-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7f2c24a6-49d7-4237-a54a-371f96398752","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets/prefix-set=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets","prefix-set=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"db52dd4e-3295-4ffa-a8a5-8f52e7201d28"}],"id":"8311b43c-e988-4a59-b9d6-f8cde598e4d5","_postman_id":"8311b43c-e988-4a59-b9d6-f8cde598e4d5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - prefix-sets","id":"8a3c4ddd-c671-4562-b6c4-abba12a812b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets","description":"<p>Enclosing container </p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dcd0433a-3bb0-4f85-b1dc-67d3be90972a","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"prefix-set\": [\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"prefixes\": {},\n      \"name\": \"<string>\",\n      \"config\": {\n        \"mode\": \"IPV4\",\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a3c4ddd-c671-4562-b6c4-abba12a812b1"},{"name":"PUT - openconfig-routing-policy - openconfig - prefix-sets","id":"566c678b-e639-4bbc-87ea-65abcf3cfa8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2a1eeac4-c4f9-4325-a295-9beec556537c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dfeadb80-3e43-44b2-92b2-e03195283dc6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"566c678b-e639-4bbc-87ea-65abcf3cfa8e"},{"name":"PATCH - openconfig-routing-policy - openconfig - prefix-sets","id":"ddb9eb9b-3bf7-4201-98ec-3771ba7bbc14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4d1802dc-b7f1-4c55-aea3-30c9513fa7e0","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"484e2f14-bc49-4add-a989-a560bef43b83","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV4\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ddb9eb9b-3bf7-4201-98ec-3771ba7bbc14"},{"name":"DELETE - openconfig - openconfig-routing-policy - prefix-sets","id":"98c2c3ea-7df3-4f9c-a6d0-f5234a32aead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b8dceaa7-298d-4db7-b575-7fd8c0d4dced","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98c2c3ea-7df3-4f9c-a6d0-f5234a32aead"},{"name":"GET - openconfig - openconfig-routing-policy - prefix-sets","id":"69bf6e27-2d3b-4225-8b7c-0c63ecc27f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets?content=all","description":"<p>Enclosing container </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4fe6ee0b-1b82-44b5-90cc-fdb466990941","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/prefix-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","prefix-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"prefix-sets\": {\n    \"prefix-set\": [\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"IPV6\",\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"prefixes\": {},\n        \"name\": \"<string>\",\n        \"config\": {\n          \"mode\": \"MIXED\",\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"69bf6e27-2d3b-4225-8b7c-0c63ecc27f94"}],"id":"78c994a9-69dd-4c5b-96e3-0c2ad31acb70","_postman_id":"78c994a9-69dd-4c5b-96e3-0c2ad31acb70","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"tag-sets","item":[{"name":"tag-set={name}","item":[{"name":"PUT - openconfig-routing-policy - openconfig - tag-set","id":"5251df69-2fc1-4cdc-afc7-144709affd44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>","description":"<p>List of tag set definitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets","tag-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b66d6e1f-f0c2-4fb7-8b17-b92712af2926","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e94f3fcd-9cf8-4517-a3cd-c91c4567d6ab","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5251df69-2fc1-4cdc-afc7-144709affd44"},{"name":"PATCH - openconfig-routing-policy - openconfig - tag-set","id":"fafda2cb-c50b-499a-af1a-e045e0d19753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>","description":"<p>List of tag set definitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets","tag-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bff0dc8f-1754-42f9-ba59-52df8d771a08","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4da41300-62bf-4904-a059-b73851f8ae5b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fafda2cb-c50b-499a-af1a-e045e0d19753"},{"name":"DELETE - openconfig - openconfig-routing-policy - tag-set","id":"05e9c0e2-6b0a-476b-bc98-2240be835c2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>","description":"<p>List of tag set definitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets","tag-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3fb7c77f-9a35-4ce1-9b60-c918e8a15dbe","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"05e9c0e2-6b0a-476b-bc98-2240be835c2b"},{"name":"GET - openconfig - openconfig-routing-policy - tag-set","id":"1923c033-fe45-435a-9646-762a4fe1a66b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>?content=all","description":"<p>List of tag set definitions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets","tag-set=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6c7acb61-4bf2-476e-80d0-b6f0d1437b34","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets/tag-set=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets","tag-set=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"1923c033-fe45-435a-9646-762a4fe1a66b"}],"id":"75228c62-5e04-4e1f-ab89-c2591ca5ac7b","_postman_id":"75228c62-5e04-4e1f-ab89-c2591ca5ac7b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - tag-sets","id":"b9035305-c569-494c-a5f2-f74ad44fb90f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets","description":"<p>Enclosing container for the list of tag sets.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"efebc4c9-6b5a-4917-a59a-1c78dfe32e91","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"tag-set\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"tag-value\": [\n          \"<long>\",\n          \"<long>\"\n        ],\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9035305-c569-494c-a5f2-f74ad44fb90f"},{"name":"PUT - openconfig-routing-policy - openconfig - tag-sets","id":"382d2334-b9a5-4415-98f5-e895c5d42811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets","description":"<p>Enclosing container for the list of tag sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"642500a2-aad8-44cb-b974-b43955b31cee","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0fc745b2-40de-4da8-a86e-2b8c957ee57a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"382d2334-b9a5-4415-98f5-e895c5d42811"},{"name":"PATCH - openconfig-routing-policy - openconfig - tag-sets","id":"87c8df32-d5f5-49e6-9812-0a2d27042f4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets","description":"<p>Enclosing container for the list of tag sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e54de26e-3f82-4125-b887-512f5283aa52","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"562a3100-c136-4699-aa3f-e943e13d813d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87c8df32-d5f5-49e6-9812-0a2d27042f4a"},{"name":"DELETE - openconfig - openconfig-routing-policy - tag-sets","id":"887730b1-4c52-45bf-b6e8-92f1ea3613f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets","description":"<p>Enclosing container for the list of tag sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a60db0c2-8ac9-43ff-b631-64d75b369a05","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"887730b1-4c52-45bf-b6e8-92f1ea3613f1"},{"name":"GET - openconfig - openconfig-routing-policy - tag-sets","id":"7f78fb34-9bdc-4651-ad8a-0ac4040b21cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets?content=all","description":"<p>Enclosing container for the list of tag sets.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"52260e5e-263a-4c2f-a102-d3f05cd44ac3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/tag-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","tag-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"tag-sets\": {\n    \"tag-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"tag-value\": [\n            \"<long>\",\n            \"<long>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"7f78fb34-9bdc-4651-ad8a-0ac4040b21cb"}],"id":"bceec04a-9591-46f6-99ee-122b6af19aa1","_postman_id":"bceec04a-9591-46f6-99ee-122b6af19aa1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-bgp-policy:bgp-defined-sets","item":[{"name":"as-path-sets","item":[{"name":"PUT - openconfig-routing-policy - openconfig - as-path-sets","id":"69ad4cb6-b790-4222-a9e6-af5fceab9f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets","description":"<p>Enclosing container for list of define AS path sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","as-path-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"afc18904-a880-4f09-9ca7-055466886c8e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e6c312cb-dfd2-4ee1-a29c-80996f523f99","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69ad4cb6-b790-4222-a9e6-af5fceab9f7f"},{"name":"PATCH - openconfig-routing-policy - openconfig - as-path-sets","id":"7f21ff97-1c1e-4d8c-8a14-2452492e6882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets","description":"<p>Enclosing container for list of define AS path sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","as-path-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dc09a80e-bcdd-4078-8f12-ddca70492514","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b15965e8-4c27-4f72-b576-115c4d71d9ba","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f21ff97-1c1e-4d8c-8a14-2452492e6882"},{"name":"DELETE - openconfig - openconfig-routing-policy - as-path-sets","id":"ca9d3fe7-4b55-4064-9462-36aefe622aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets","description":"<p>Enclosing container for list of define AS path sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","as-path-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"70290114-9951-4da0-a770-60ddeb150416","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca9d3fe7-4b55-4064-9462-36aefe622aeb"},{"name":"GET - openconfig - openconfig-routing-policy - as-path-sets","id":"dfe517ae-1102-4559-85d0-a881cf14b7d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets?content=all","description":"<p>Enclosing container for list of define AS path sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","as-path-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"30a18d80-3ab1-4ef4-9b37-be7df1e9fb7b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/as-path-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","as-path-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}"}],"_postman_id":"dfe517ae-1102-4559-85d0-a881cf14b7d7"}],"id":"3565a0f8-6686-40ad-8054-2c00a72bb765","_postman_id":"3565a0f8-6686-40ad-8054-2c00a72bb765","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"community-sets","item":[{"name":"PUT - openconfig-routing-policy - openconfig - community-sets","id":"ec9e86be-c871-4355-9032-4eaaa83d9203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:community-sets\": {\n    \"community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets","description":"<p>Enclosing container for list of defined BGP community sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9e1f7ca5-2055-463a-87c8-2bc469d56352","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:community-sets\": {\n    \"community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2b38f565-e6a9-48e7-a117-b65fdae282c0","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:community-sets\": {\n    \"community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec9e86be-c871-4355-9032-4eaaa83d9203"},{"name":"PATCH - openconfig-routing-policy - openconfig - community-sets","id":"908c54b3-e04a-4b79-a9dc-419573899e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:community-sets\": {\n    \"community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets","description":"<p>Enclosing container for list of defined BGP community sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bbcff898-c6d0-4ac9-9a52-52be9dc84f65","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:community-sets\": {\n    \"community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"87252385-b3ec-45cf-9224-f593b4901609","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:community-sets\": {\n    \"community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"908c54b3-e04a-4b79-a9dc-419573899e73"},{"name":"DELETE - openconfig - openconfig-routing-policy - community-sets","id":"746cd7bd-6934-4ff8-be8d-29815b0cd978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets","description":"<p>Enclosing container for list of defined BGP community sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"495aea75-9441-4baf-b888-5593206a163c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"746cd7bd-6934-4ff8-be8d-29815b0cd978"},{"name":"GET - openconfig - openconfig-routing-policy - community-sets","id":"27f85094-8ff5-4fd4-a5d0-1cfc081a4abe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets?content=all","description":"<p>Enclosing container for list of defined BGP community sets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"34429f72-2272-4ea3-90c0-eb4351f08562","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/community-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","community-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"community-sets\": {\n    \"community-set\": {}\n  }\n}"}],"_postman_id":"27f85094-8ff5-4fd4-a5d0-1cfc081a4abe"}],"id":"543f108a-7815-4b53-bd1c-e9459e528cbe","_postman_id":"543f108a-7815-4b53-bd1c-e9459e528cbe","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ext-community-sets","item":[{"name":"PUT - openconfig-routing-policy - openconfig - ext-community-sets","id":"c42a23d5-c6f0-41df-b074-4766a4c03347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets","description":"<p>Enclosing container for list of extended BGP community\nsets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","ext-community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9e40ea51-604f-41a1-aacb-d7fa0df2cc2a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dcaae855-4a63-4e8f-a8b4-f15dbd4f96e0","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c42a23d5-c6f0-41df-b074-4766a4c03347"},{"name":"PATCH - openconfig-routing-policy - openconfig - ext-community-sets","id":"9496b152-199a-4842-ae87-3ed43da8c75c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets","description":"<p>Enclosing container for list of extended BGP community\nsets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","ext-community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"880eeb91-dbb8-450d-89a1-93efb71cf9ef","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ce9b2c51-8c6c-4ff2-8753-21f4fea4823c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9496b152-199a-4842-ae87-3ed43da8c75c"},{"name":"DELETE - openconfig - openconfig-routing-policy - ext-community-sets","id":"3fe98199-0669-44d4-8803-c874a9ade1f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets","description":"<p>Enclosing container for list of extended BGP community\nsets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","ext-community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fb89eb75-22b4-4d29-8305-64eb6b9bb145","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3fe98199-0669-44d4-8803-c874a9ade1f7"},{"name":"GET - openconfig - openconfig-routing-policy - ext-community-sets","id":"6f8b67c4-cfc3-437c-ad17-87202974ee2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets?content=all","description":"<p>Enclosing container for list of extended BGP community\nsets</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","ext-community-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ace89345-6b06-4b53-9a2c-2715b411c684","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets/ext-community-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets","ext-community-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ext-community-sets\": {\n    \"ext-community-set\": {}\n  }\n}"}],"_postman_id":"6f8b67c4-cfc3-437c-ad17-87202974ee2b"}],"id":"66f4886b-59da-4975-9bf2-f8b0c2b55a6d","_postman_id":"66f4886b-59da-4975-9bf2-f8b0c2b55a6d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - bgp-defined-sets","id":"28b55410-f06a-4415-a4fd-a0244020d862","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets","description":"<p>BGP-related set definitions for policy match conditions</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9587f311-53ea-4130-a284-513a372c0268","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"as-path-sets\": {\n    \"as-path-set\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28b55410-f06a-4415-a4fd-a0244020d862"},{"name":"PUT - openconfig-routing-policy - openconfig - bgp-defined-sets","id":"736140a8-f4cd-4add-99f6-398c6221aa74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets","description":"<p>BGP-related set definitions for policy match conditions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e02d4309-4840-47d4-9d39-d2a0164f15d0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b86f3fb2-5879-4e9a-bcee-88e22a4e4d4c","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"736140a8-f4cd-4add-99f6-398c6221aa74"},{"name":"PATCH - openconfig-routing-policy - openconfig - bgp-defined-sets","id":"75160148-40b5-4cdf-9f4e-b2eacba255ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets","description":"<p>BGP-related set definitions for policy match conditions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dee43d46-026a-4054-8e99-718278fde398","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8bf2d29b-1fb5-486e-9bf1-b035d16fb906","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-bgp-policy:bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75160148-40b5-4cdf-9f4e-b2eacba255ef"},{"name":"DELETE - openconfig - openconfig-routing-policy - bgp-defined-sets","id":"fd918d22-a4b4-45a0-8b68-29be6fcb81db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets","description":"<p>BGP-related set definitions for policy match conditions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9605c58e-7d51-40dc-9664-241ec0d9b12b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd918d22-a4b4-45a0-8b68-29be6fcb81db"},{"name":"GET - openconfig - openconfig-routing-policy - bgp-defined-sets","id":"325d46b6-b41a-49d0-b802-56f07599406b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets?content=all","description":"<p>BGP-related set definitions for policy match conditions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ca92f172-acb0-43fb-af02-ada3127b73ea","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets/openconfig-bgp-policy:bgp-defined-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets","openconfig-bgp-policy:bgp-defined-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"bgp-defined-sets\": {\n    \"ext-community-sets\": {\n      \"ext-community-set\": {}\n    },\n    \"as-path-sets\": {\n      \"as-path-set\": {}\n    },\n    \"community-sets\": {\n      \"community-set\": {}\n    }\n  }\n}"}],"_postman_id":"325d46b6-b41a-49d0-b802-56f07599406b"}],"id":"0f1c0945-ef7e-49a4-9886-3da56e76c55b","_postman_id":"0f1c0945-ef7e-49a4-9886-3da56e76c55b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - defined-sets","id":"04b9cefe-7c6c-4071-9a5c-bba83bc44a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets","description":"<p>Predefined sets of attributes used in policy match\nstatements</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cece29de-2209-484a-94b9-67b018441eec","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"neighbor-sets\": {\n    \"neighbor-set\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04b9cefe-7c6c-4071-9a5c-bba83bc44a6c"},{"name":"PUT - openconfig-routing-policy - openconfig - defined-sets","id":"9d77931d-d723-4252-ad24-b8fd199ec58a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV6\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"MIXED\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets","description":"<p>Predefined sets of attributes used in policy match\nstatements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"829e8ade-cfe3-49a1-bf29-ab0ce2400877","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV6\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"MIXED\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f56b8ca8-56e4-4079-8b2e-0173b1899561","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV6\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"MIXED\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d77931d-d723-4252-ad24-b8fd199ec58a"},{"name":"PATCH - openconfig-routing-policy - openconfig - defined-sets","id":"b1d73863-ddba-4e78-b15b-9d767d7825fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV6\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"MIXED\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets","description":"<p>Predefined sets of attributes used in policy match\nstatements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"44a268a1-f238-4f53-869e-45b608d02d06","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV6\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"MIXED\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"11b10efb-c97b-4f1c-971d-09600ea882b6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV6\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"MIXED\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b1d73863-ddba-4e78-b15b-9d767d7825fc"},{"name":"DELETE - openconfig - openconfig-routing-policy - defined-sets","id":"502bbddf-6be3-4796-a0f5-135a627c0ded","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets","description":"<p>Predefined sets of attributes used in policy match\nstatements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2a0c7c78-e1d3-4b2f-b227-3801caefda55","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"502bbddf-6be3-4796-a0f5-135a627c0ded"},{"name":"GET - openconfig - openconfig-routing-policy - defined-sets","id":"eebd283e-e2ef-4eef-9a4b-215fa78e0f91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets?content=all","description":"<p>Predefined sets of attributes used in policy match\nstatements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9971ecbd-052b-48f3-82ab-b3e2e87a34f9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/defined-sets?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","defined-sets"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV4\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV4\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}"}],"_postman_id":"eebd283e-e2ef-4eef-9a4b-215fa78e0f91"}],"id":"19c30ca4-5316-4dfc-afb5-8c4309f83fc4","_postman_id":"19c30ca4-5316-4dfc-afb5-8c4309f83fc4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"policy-definitions","item":[{"name":"policy-definition={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-routing-policy - openconfig - config","id":"4b3b78eb-9c2c-45a8-b735-0efa182ab2df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config","description":"<p>Configuration data for policy defintions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7d1517d7-74e1-4dae-adaf-35244106a798","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9fbe048c-cd2b-4118-b6d2-6dbe8c951d65","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4b3b78eb-9c2c-45a8-b735-0efa182ab2df"},{"name":"PATCH - openconfig-routing-policy - openconfig - config","id":"6c5c8a11-3d88-403c-b818-ce3ef353f2ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config","description":"<p>Configuration data for policy defintions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3a59691b-f655-4f40-8e99-4962de72a1c2","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9180ee82-2152-47ee-905e-a0c0b8992d9b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6c5c8a11-3d88-403c-b818-ce3ef353f2ce"},{"name":"DELETE - openconfig - openconfig-routing-policy - config","id":"393c9f68-bb73-4593-89b8-4458cd19c587","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config","description":"<p>Configuration data for policy defintions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8e056f48-2972-409f-bbad-f387c44561cb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"393c9f68-bb73-4593-89b8-4458cd19c587"},{"name":"GET - openconfig - openconfig-routing-policy - config","id":"72df88f7-6545-414c-b147-a7da4b63adca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config?content=all","description":"<p>Configuration data for policy defintions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0334078c-663e-4c1d-9eea-514547e76273","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"72df88f7-6545-414c-b147-a7da4b63adca"}],"id":"23af70a6-4bfd-4555-9ca9-9f5ce302b085","_postman_id":"23af70a6-4bfd-4555-9ca9-9f5ce302b085","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-routing-policy - state","id":"96d70c53-78c2-449b-b128-3b595f4dd114","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/state?content=all","description":"<p>Operational state data for policy definitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1473f475-81a1-4dbf-bcd5-f628802861fc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"96d70c53-78c2-449b-b128-3b595f4dd114"}],"id":"69e20c7a-f36a-457c-bedd-a438c4ce226a","_postman_id":"69e20c7a-f36a-457c-bedd-a438c4ce226a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"statements","item":[{"name":"PUT - openconfig-routing-policy - openconfig - statements","id":"04a1f558-4fe6-468d-8ff2-8d3a247114a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:statements\": {\n    \"statement\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements","description":"<p>Enclosing container for policy statements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","statements"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"52d2831c-cd38-47bd-9a75-06f3cb89ea4d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:statements\": {\n    \"statement\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"02aaf2aa-3417-4f5f-a959-62dadc332d98","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:statements\": {\n    \"statement\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"04a1f558-4fe6-468d-8ff2-8d3a247114a8"},{"name":"PATCH - openconfig-routing-policy - openconfig - statements","id":"98ba9bf4-1f99-4358-88f2-80af59473be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:statements\": {\n    \"statement\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements","description":"<p>Enclosing container for policy statements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","statements"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"361153ae-e740-4a06-9c98-e94e4a9a3ca7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:statements\": {\n    \"statement\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d22c7328-ca29-448a-9e08-fbc40db26ef5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:statements\": {\n    \"statement\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98ba9bf4-1f99-4358-88f2-80af59473be2"},{"name":"DELETE - openconfig - openconfig-routing-policy - statements","id":"a824346a-f8bb-482a-9cb2-79bf4f1b2ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements","description":"<p>Enclosing container for policy statements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","statements"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ec3e41b3-a0ac-4304-b97d-b6be1335bb14","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a824346a-f8bb-482a-9cb2-79bf4f1b2ede"},{"name":"GET - openconfig - openconfig-routing-policy - statements","id":"ab7dd69f-8112-491a-8750-368d8af40c15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements?content=all","description":"<p>Enclosing container for policy statements</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","statements"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"efceda58-a2ae-4393-ac61-46927e79dbc2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>/statements?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>","statements"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statements\": {\n    \"statement\": {}\n  }\n}"}],"_postman_id":"ab7dd69f-8112-491a-8750-368d8af40c15"}],"id":"55622b64-6d49-4e2e-8d9e-475ac13913cb","_postman_id":"55622b64-6d49-4e2e-8d9e-475ac13913cb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-routing-policy - openconfig - policy-definition","id":"7bff15b5-ecf8-430c-9000-1fdd8b97ac9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>","description":"<p>List of top-level policy definitions, keyed by unique\nname.  These policy definitions are expected to be\nreferenced (by name) in policy chains specified in import\nor export configuration statements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f4cb21c2-31d9-49ac-a86e-46642d1322e9","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cf60e91a-9900-48c4-ac05-f5cbce37c251","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bff15b5-ecf8-430c-9000-1fdd8b97ac9f"},{"name":"PATCH - openconfig-routing-policy - openconfig - policy-definition","id":"19daaa06-b696-43a4-a758-06d733fc547d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>","description":"<p>List of top-level policy definitions, keyed by unique\nname.  These policy definitions are expected to be\nreferenced (by name) in policy chains specified in import\nor export configuration statements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7ad1a78d-9de3-4d74-8b90-963db28a7a89","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"239e0c64-dbeb-407e-ae21-240b08990f4c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"19daaa06-b696-43a4-a758-06d733fc547d"},{"name":"DELETE - openconfig - openconfig-routing-policy - policy-definition","id":"ff2438e3-987a-4143-a66f-e10f29701248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>","description":"<p>List of top-level policy definitions, keyed by unique\nname.  These policy definitions are expected to be\nreferenced (by name) in policy chains specified in import\nor export configuration statements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"aaabfe20-0b4a-474d-91a4-880689905e1a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff2438e3-987a-4143-a66f-e10f29701248"},{"name":"GET - openconfig - openconfig-routing-policy - policy-definition","id":"b4b4a447-361e-4472-a8b5-552a9341ff7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>?content=all","description":"<p>List of top-level policy definitions, keyed by unique\nname.  These policy definitions are expected to be\nreferenced (by name) in policy chains specified in import\nor export configuration statements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1c0af01c-1573-4d93-8730-1f9a454a486a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions/policy-definition=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions","policy-definition=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"b4b4a447-361e-4472-a8b5-552a9341ff7a"}],"id":"8372a70b-9c32-4b2f-8cd7-50f0a8db5fcf","_postman_id":"8372a70b-9c32-4b2f-8cd7-50f0a8db5fcf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - policy-definitions","id":"afbf94f0-a44f-46e9-a889-992528bfe9d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions","description":"<p>Enclosing container for the list of top-level policy\n definitions</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ebab3998-f51d-4347-bfae-37f38fc82d52","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"policy-definition\": [\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"statements\": {\n        \"statement\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afbf94f0-a44f-46e9-a889-992528bfe9d4"},{"name":"PUT - openconfig-routing-policy - openconfig - policy-definitions","id":"80de3f86-ec2a-45fa-b298-00b194f28055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions","description":"<p>Enclosing container for the list of top-level policy\n definitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4d5582aa-cd31-460f-854c-5d097ccc07e7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5805a195-dba8-40bc-adea-14956a3e5ca4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"80de3f86-ec2a-45fa-b298-00b194f28055"},{"name":"PATCH - openconfig-routing-policy - openconfig - policy-definitions","id":"be3a89a8-d5f6-4981-9b63-9cce2ed9df9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions","description":"<p>Enclosing container for the list of top-level policy\n definitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bf240bec-df31-466c-97bf-c5ba1a7c9728","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9e7bd113-b9b0-463e-afbc-ea04bb25bb90","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be3a89a8-d5f6-4981-9b63-9cce2ed9df9c"},{"name":"DELETE - openconfig - openconfig-routing-policy - policy-definitions","id":"3b0b205b-971c-4481-ba2f-35675c17e8f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions","description":"<p>Enclosing container for the list of top-level policy\n definitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"aacb578e-f210-4c04-a4e6-6cfc40b16990","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b0b205b-971c-4481-ba2f-35675c17e8f5"},{"name":"GET - openconfig - openconfig-routing-policy - policy-definitions","id":"3076d5bc-4fc5-4330-8d17-3b9f7e776d61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions?content=all","description":"<p>Enclosing container for the list of top-level policy\n definitions</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"504b6522-1b4b-4136-8565-79c247d1fd86","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy/policy-definitions?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy","policy-definitions"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"policy-definitions\": {\n    \"policy-definition\": [\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"statements\": {\n          \"statement\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"3076d5bc-4fc5-4330-8d17-3b9f7e776d61"}],"id":"53774c78-fe78-47c1-b52e-f11683dda5b2","_postman_id":"53774c78-fe78-47c1-b52e-f11683dda5b2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-routing-policy - routing-policy","id":"1a346f3b-db8f-468c-94a3-a27178a17563","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV4\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV4\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy","description":"<p>Top-level container for all routing policy configuration</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9a0c0c70-9860-466b-ac3b-c849f1212961","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"defined-sets\": {\n    \"prefix-sets\": {\n      \"prefix-set\": [\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV4\",\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"prefixes\": {},\n          \"name\": \"<string>\",\n          \"config\": {\n            \"mode\": \"IPV4\",\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"tag-sets\": {\n      \"tag-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"tag-value\": [\n              \"<long>\",\n              \"<long>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"neighbor-sets\": {\n      \"neighbor-set\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"openconfig-bgp-policy:bgp-defined-sets\": {\n      \"ext-community-sets\": {\n        \"ext-community-set\": {}\n      },\n      \"as-path-sets\": {\n        \"as-path-set\": {}\n      },\n      \"community-sets\": {\n        \"community-set\": {}\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1a346f3b-db8f-468c-94a3-a27178a17563"},{"name":"PUT - openconfig-routing-policy - openconfig - routing-policy","id":"e0fc5dd2-6785-4f88-b104-c030c4a9a6f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy","description":"<p>Top-level container for all routing policy configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2df0e64e-b963-43ea-8998-6ede4efaf5d8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"38b7cfc6-7580-4362-b360-c509db94d322","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0fc5dd2-6785-4f88-b104-c030c4a9a6f4"},{"name":"PATCH - openconfig-routing-policy - openconfig - routing-policy","id":"3b0931e6-d529-4fd1-956f-4bab3ca963bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy","description":"<p>Top-level container for all routing policy configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4dcb3046-e0f4-4ccb-871e-c827782ddca3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fdcd4362-88f6-429e-8a3a-c704e903ca3e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-routing-policy:routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b0931e6-d529-4fd1-956f-4bab3ca963bc"},{"name":"DELETE - openconfig - openconfig-routing-policy - routing-policy","id":"87b0414e-0da7-417a-a596-d0bb0b68823d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy","description":"<p>Top-level container for all routing policy configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e82ee40f-99fc-4676-a888-59e2cb62d7bb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"87b0414e-0da7-417a-a596-d0bb0b68823d"},{"name":"GET - openconfig - openconfig-routing-policy - routing-policy","id":"31bd7acb-31d7-47e2-8695-1368af393363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy?content=all","description":"<p>Top-level container for all routing policy configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f92972d4-6aec-4a34-a2e9-344fc372c027","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-routing-policy:routing-policy?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-routing-policy:routing-policy"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"routing-policy\": {\n    \"policy-definitions\": {\n      \"policy-definition\": [\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"statements\": {\n            \"statement\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"defined-sets\": {\n      \"prefix-sets\": {\n        \"prefix-set\": [\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"IPV6\",\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"prefixes\": {},\n            \"name\": \"<string>\",\n            \"config\": {\n              \"mode\": \"MIXED\",\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"tag-sets\": {\n        \"tag-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"tag-value\": [\n                \"<long>\",\n                \"<long>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"neighbor-sets\": {\n        \"neighbor-set\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"name\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"openconfig-bgp-policy:bgp-defined-sets\": {\n        \"ext-community-sets\": {\n          \"ext-community-set\": {}\n        },\n        \"as-path-sets\": {\n          \"as-path-set\": {}\n        },\n        \"community-sets\": {\n          \"community-set\": {}\n        }\n      }\n    }\n  }\n}"}],"_postman_id":"31bd7acb-31d7-47e2-8695-1368af393363"}],"id":"a270e0dd-5e0f-4d9b-bde9-06fa0a2b5034","_postman_id":"a270e0dd-5e0f-4d9b-bde9-06fa0a2b5034","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-sampling:sampling","item":[{"name":"openconfig-sampling-sflow:sflow","item":[{"name":"config","item":[{"name":"PUT - openconfig-sampling - openconfig - config","id":"b20eed2e-0414-4994-86e0-97754d3aab79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config","description":"<p>Configuration data for global sFlow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3248ad3d-a2fb-44d9-80bf-56e0abb8c7e7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58762a5e-0132-4bd2-a96c-48a9860a7ccb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b20eed2e-0414-4994-86e0-97754d3aab79"},{"name":"PATCH - openconfig-sampling - openconfig - config","id":"48d69859-41e5-4195-b21d-3c1046ef2e98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config","description":"<p>Configuration data for global sFlow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"85af981b-19ed-4d2c-81c4-6fcff258451e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd791056-dc80-4238-bc8d-2aa369b86ab4","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"48d69859-41e5-4195-b21d-3c1046ef2e98"},{"name":"DELETE - openconfig - openconfig-sampling - config","id":"fa27d35d-e9ac-46d4-8616-3c7d87cf5177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config","description":"<p>Configuration data for global sFlow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6167f6a9-845c-46ff-9d53-c643258f49de","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fa27d35d-e9ac-46d4-8616-3c7d87cf5177"},{"name":"GET - openconfig - openconfig-sampling - config","id":"a0b03a59-6e7b-4b82-b385-c14c1fd27462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config?content=all","description":"<p>Configuration data for global sFlow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7194b35b-9485-4862-ae07-30f0b531328b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"a0b03a59-6e7b-4b82-b385-c14c1fd27462"}],"id":"1dd2c015-5dbb-499a-80d9-752ee97bd6a0","_postman_id":"1dd2c015-5dbb-499a-80d9-752ee97bd6a0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-sampling - state","id":"c19543ad-813b-4a22-bc21-8e7ef6ff9670","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/state?content=all","description":"<p>Operational state data for global sFlow.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8922ffa0-5ca8-498d-b607-42d4bc9ec071","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}"}],"_postman_id":"c19543ad-813b-4a22-bc21-8e7ef6ff9670"}],"id":"599bc51e-662b-4406-bf7b-049df81311fd","_postman_id":"599bc51e-662b-4406-bf7b-049df81311fd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"collectors","item":[{"name":"collector={address},{port}","item":[{"name":"PUT - openconfig-sampling - openconfig - collector","id":"bf5a434c-7a23-4213-85fc-3ed6b6ddb928","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>","description":"<p>List of sFlow collectors to send sampling data.  Packet\nsamples are sent to all collectors specified.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors","collector=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b3bbf0c4-ac44-42e0-85c8-ea87573dbb9f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a9afb485-0026-408d-bab7-730af4bc12d1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf5a434c-7a23-4213-85fc-3ed6b6ddb928"},{"name":"PATCH - openconfig-sampling - openconfig - collector","id":"8a4b30f5-51b5-4e08-b12b-01072139b456","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>","description":"<p>List of sFlow collectors to send sampling data.  Packet\nsamples are sent to all collectors specified.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors","collector=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d2fa17d1-2240-4b3d-8368-027eebd911eb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8f7f8818-dc07-4e51-8b80-bc1406629685","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8a4b30f5-51b5-4e08-b12b-01072139b456"},{"name":"DELETE - openconfig - openconfig-sampling - collector","id":"228df054-d1c1-4f3a-b559-06592b2f3dc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>","description":"<p>List of sFlow collectors to send sampling data.  Packet\nsamples are sent to all collectors specified.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors","collector=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"58aa0323-01aa-4a73-ad45-c240ea2651e3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"228df054-d1c1-4f3a-b559-06592b2f3dc4"},{"name":"GET - openconfig - openconfig-sampling - collector","id":"3ee58fe0-3ae1-4d59-9f0c-3b5700c0693b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>?content=all","description":"<p>List of sFlow collectors to send sampling data.  Packet\nsamples are sent to all collectors specified.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors","collector=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7acf64c5-a6b6-4095-bb77-82f34ad1d372","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors/collector=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors","collector=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"3ee58fe0-3ae1-4d59-9f0c-3b5700c0693b"}],"id":"820f9009-2560-41dd-ad8a-17acc66bcba1","_postman_id":"820f9009-2560-41dd-ad8a-17acc66bcba1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-sampling - collectors","id":"0d8cf1cd-16eb-4e47-8252-0a396a6721f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors","description":"<p>Enclosing container for list of sFlow collectors.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"72adec50-6462-4484-acb0-de71287fee95","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"collector\": [\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"port\": 6343,\n      \"config\": {\n        \"network-instance\": \"<string>\",\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"source-address\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d8cf1cd-16eb-4e47-8252-0a396a6721f5"},{"name":"PUT - openconfig-sampling - openconfig - collectors","id":"fda73c0c-6292-4e9c-b304-c2cf3b4797f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors","description":"<p>Enclosing container for list of sFlow collectors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e11fb510-259b-4824-9e08-bbe9aac2f6e6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2dee1ca1-3e3d-45e6-b4f5-1b8b3015b281","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fda73c0c-6292-4e9c-b304-c2cf3b4797f2"},{"name":"PATCH - openconfig-sampling - openconfig - collectors","id":"4a1a6f03-1259-431f-a209-db418ff32d46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors","description":"<p>Enclosing container for list of sFlow collectors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2120a92b-f891-431d-9af4-416d2c0a61a2","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2422a58f-c40a-4156-8ff9-edfad023df6a","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a1a6f03-1259-431f-a209-db418ff32d46"},{"name":"DELETE - openconfig - openconfig-sampling - collectors","id":"9b07d0c6-67ad-4d99-b60e-d775101521ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors","description":"<p>Enclosing container for list of sFlow collectors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cc30e0e7-42d1-464e-8cae-24d006dd3933","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9b07d0c6-67ad-4d99-b60e-d775101521ca"},{"name":"GET - openconfig - openconfig-sampling - collectors","id":"81ad496c-14c1-4348-b1fe-6ad3f6706cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors?content=all","description":"<p>Enclosing container for list of sFlow collectors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"900bb18f-e8f0-4ab7-95e4-1f9884cc9d6d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/collectors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","collectors"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"collectors\": {\n    \"collector\": [\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"port\": 6343,\n        \"config\": {\n          \"network-instance\": \"<string>\",\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"source-address\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"81ad496c-14c1-4348-b1fe-6ad3f6706cb2"}],"id":"765f01fe-417a-48b4-be8c-36483dbc24d9","_postman_id":"765f01fe-417a-48b4-be8c-36483dbc24d9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={name}","item":[{"name":"PUT - openconfig-sampling - openconfig - interface","id":"2c4947f5-430f-4427-b8a1-d648bc6bd49d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>","description":"<p>List of interfaces with sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7a764190-4c93-4ff1-b6c7-b0a82f352806","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a37a911-9cb3-4cf8-9dc5-d14e7950a607","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2c4947f5-430f-4427-b8a1-d648bc6bd49d"},{"name":"PATCH - openconfig-sampling - openconfig - interface","id":"e8feb50f-19c2-47c5-95ea-3d16f398014c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>","description":"<p>List of interfaces with sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"84bc1252-cfaf-4dee-bd10-e050248c8d92","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4efb9956-75d1-4243-a654-ec48356e55bd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8feb50f-19c2-47c5-95ea-3d16f398014c"},{"name":"DELETE - openconfig - openconfig-sampling - interface","id":"a6da12a2-956b-47e7-91a4-1dc44a381050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>","description":"<p>List of interfaces with sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8836ac0b-fccf-4359-b470-57f2d439e804","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6da12a2-956b-47e7-91a4-1dc44a381050"},{"name":"GET - openconfig - openconfig-sampling - interface","id":"9917f6dc-bbba-4998-8972-f5c8d0749fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>?content=all","description":"<p>List of interfaces with sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0571ec51-2372-4ea0-bb51-5e6f39a75f2c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"9917f6dc-bbba-4998-8972-f5c8d0749fb0"}],"id":"b7aa506e-95c3-47f9-97f1-57c62d4c2e59","_postman_id":"b7aa506e-95c3-47f9-97f1-57c62d4c2e59","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-sampling - interfaces","id":"4cb21d35-a272-421b-9d14-3f90e302053a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces","description":"<p>Enclosing container for list of sFlow interfaces.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a80927c1-b657-4466-9cd1-08c2f76c4af3","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"name\": \"<string>\",\n        \"enabled\": \"<boolean>\",\n        \"polling-interval\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4cb21d35-a272-421b-9d14-3f90e302053a"},{"name":"PUT - openconfig-sampling - openconfig - interfaces","id":"28454a31-412c-449e-a8c5-98510472dbeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces","description":"<p>Enclosing container for list of sFlow interfaces.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a559136b-9be7-4835-bf59-c275dcf42ed3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ac413f5-f358-4873-a7a5-6c688d069d95","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28454a31-412c-449e-a8c5-98510472dbeb"},{"name":"PATCH - openconfig-sampling - openconfig - interfaces","id":"4d72a36f-d706-45a8-acb7-c88dfe6047c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces","description":"<p>Enclosing container for list of sFlow interfaces.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"19bdd410-a655-4c27-b819-c6cedd11618b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d315d3bf-2c76-4b97-9c49-33a4b6499935","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d72a36f-d706-45a8-acb7-c88dfe6047c3"},{"name":"DELETE - openconfig - openconfig-sampling - interfaces","id":"f3fa7183-4949-4231-8987-a42079054170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces","description":"<p>Enclosing container for list of sFlow interfaces.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7184de4a-65dd-4d7a-8f8b-a83032194a86","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3fa7183-4949-4231-8987-a42079054170"},{"name":"GET - openconfig - openconfig-sampling - interfaces","id":"dc8d9075-3497-4efc-b6dd-90a58ccb9943","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces?content=all","description":"<p>Enclosing container for list of sFlow interfaces.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"07428665-b803-49cd-ab3e-efe6274e5d8d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"egress-sampling-rate\": \"<long>\",\n          \"ingress-sampling-rate\": \"<long>\",\n          \"name\": \"<string>\",\n          \"enabled\": \"<boolean>\",\n          \"polling-interval\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"dc8d9075-3497-4efc-b6dd-90a58ccb9943"}],"id":"70140617-0153-431d-9213-f2f710c0357a","_postman_id":"70140617-0153-431d-9213-f2f710c0357a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-sampling - sflow","id":"62e59f78-c7ef-467d-8f9e-53c0907f968a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow","description":"<p>Top-level container for sFlow data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"322454a8-7093-4819-84a5-3796d72b0b31","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"agent-id-ipv4\": \"<string>\",\n    \"dscp\": \"<integer>\",\n    \"egress-sampling-rate\": \"<long>\",\n    \"ingress-sampling-rate\": \"<long>\",\n    \"sample-size\": 128,\n    \"agent-id-ipv6\": \"<string>\",\n    \"enabled\": false\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62e59f78-c7ef-467d-8f9e-53c0907f968a"},{"name":"PUT - openconfig-sampling - openconfig - sflow","id":"0678e93a-f2db-4236-b4d6-95463bddf136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow","description":"<p>Top-level container for sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ea2e8c6f-0894-45df-aaa7-8e7dd5b8ad2e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"83ebc943-1e22-4012-bbfa-5ce3f074f2b4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0678e93a-f2db-4236-b4d6-95463bddf136"},{"name":"PATCH - openconfig-sampling - openconfig - sflow","id":"6b4585fb-b26e-41b8-b078-3e58edeb62df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow","description":"<p>Top-level container for sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4dea528a-b7cc-46f3-ad46-dab0a83e0793","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1e9ab143-5913-485f-b1ed-c7de10084231","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling-sflow:sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6b4585fb-b26e-41b8-b078-3e58edeb62df"},{"name":"DELETE - openconfig - openconfig-sampling - sflow","id":"f0746f1b-0536-4fef-ae00-2db1deb87c91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow","description":"<p>Top-level container for sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"78fdeabc-6b81-4492-8961-cabfac9f2883","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0746f1b-0536-4fef-ae00-2db1deb87c91"},{"name":"GET - openconfig - openconfig-sampling - sflow","id":"fba169fd-321d-4e99-97ea-86b2eea386c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow?content=all","description":"<p>Top-level container for sFlow data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0683dc49-c0b8-4890-a643-5cd0bf3aa93a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling/openconfig-sampling-sflow:sflow?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling","openconfig-sampling-sflow:sflow"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}"}],"_postman_id":"fba169fd-321d-4e99-97ea-86b2eea386c3"}],"id":"3ad1c4dc-60db-46cd-a5f0-8547c9b878cf","_postman_id":"3ad1c4dc-60db-46cd-a5f0-8547c9b878cf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-sampling - sampling","id":"7e7ae382-abee-41a1-a07e-d087a9bf793f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling","description":"<p>Top-level container for sampling-related configuration and\noperational state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ba5706ae-8c9a-4b6c-acfb-2236377e7b56","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"sflow\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"egress-sampling-rate\": \"<long>\",\n            \"ingress-sampling-rate\": \"<long>\",\n            \"name\": \"<string>\",\n            \"enabled\": \"<boolean>\",\n            \"polling-interval\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"collectors\": {\n      \"collector\": [\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"port\": 6343,\n          \"config\": {\n            \"network-instance\": \"<string>\",\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"source-address\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"agent-id-ipv4\": \"<string>\",\n      \"dscp\": \"<integer>\",\n      \"egress-sampling-rate\": \"<long>\",\n      \"ingress-sampling-rate\": \"<long>\",\n      \"sample-size\": 128,\n      \"agent-id-ipv6\": \"<string>\",\n      \"enabled\": false\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e7ae382-abee-41a1-a07e-d087a9bf793f"},{"name":"PUT - openconfig-sampling - openconfig - sampling","id":"7b1d9d55-1c67-427e-bf01-fa3451000c6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling:sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling","description":"<p>Top-level container for sampling-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"815b4eb1-478d-474f-9318-863c36f0d425","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling:sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1a1c345b-54ea-4fa8-807c-0ab2f1e2d2eb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling:sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b1d9d55-1c67-427e-bf01-fa3451000c6a"},{"name":"PATCH - openconfig-sampling - openconfig - sampling","id":"ef0534d4-d1d9-4526-8316-17db6ca5eb3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling:sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling","description":"<p>Top-level container for sampling-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0ccf9504-60e1-4356-ad95-313f18affc34","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling:sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4f21128f-c568-459f-8c46-a1591977c97b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-sampling:sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef0534d4-d1d9-4526-8316-17db6ca5eb3b"},{"name":"DELETE - openconfig - openconfig-sampling - sampling","id":"62d8c7e3-9f80-442b-a716-ce2dc1c0c3e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling","description":"<p>Top-level container for sampling-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e786f9b8-b52e-4059-856f-35816c83774e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62d8c7e3-9f80-442b-a716-ce2dc1c0c3e3"},{"name":"GET - openconfig - openconfig-sampling - sampling","id":"9fd7fa83-95c3-449a-8575-6d3af618490c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling?content=all","description":"<p>Top-level container for sampling-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"64054a3c-5b04-498a-a5d6-4317a9f13fde","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-sampling:sampling?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-sampling:sampling"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sampling\": {\n    \"openconfig-sampling-sflow:sflow\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"egress-sampling-rate\": \"<long>\",\n              \"ingress-sampling-rate\": \"<long>\",\n              \"name\": \"<string>\",\n              \"enabled\": \"<boolean>\",\n              \"polling-interval\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"collectors\": {\n        \"collector\": [\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"port\": 6343,\n            \"config\": {\n              \"network-instance\": \"<string>\",\n              \"address\": \"<string>\",\n              \"port\": 6343,\n              \"source-address\": \"<string>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"agent-id-ipv4\": \"<string>\",\n        \"dscp\": \"<integer>\",\n        \"egress-sampling-rate\": \"<long>\",\n        \"ingress-sampling-rate\": \"<long>\",\n        \"sample-size\": 128,\n        \"agent-id-ipv6\": \"<string>\",\n        \"enabled\": false\n      }\n    }\n  }\n}"}],"_postman_id":"9fd7fa83-95c3-449a-8575-6d3af618490c"}],"id":"721bb28a-1e50-451e-9249-b3502e5b67ae","_postman_id":"721bb28a-1e50-451e-9249-b3502e5b67ae","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-spanning-tree:stp","item":[{"name":"global","item":[{"name":"config","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - config","id":"74830451-76c0-4a0a-a1d1-93d88b3ddd77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"enabled-protocol\": [\n      \"RAPID_PVST\",\n      \"MSTP\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config","description":"<p>Global spanning tree configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"26ff8ed9-8d43-405f-b04e-0a7ce0d181e2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"enabled-protocol\": [\n      \"RAPID_PVST\",\n      \"MSTP\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b16f55ee-aa90-4cc9-b6e8-92d6aa166fa6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"enabled-protocol\": [\n      \"RAPID_PVST\",\n      \"MSTP\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74830451-76c0-4a0a-a1d1-93d88b3ddd77"},{"name":"PATCH - openconfig-spanning-tree - openconfig - config","id":"9a8c5863-0c43-4aa3-978a-a9d22e371b3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"enabled-protocol\": [\n      \"RAPID_PVST\",\n      \"MSTP\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config","description":"<p>Global spanning tree configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a219cc11-dc73-4c13-b86c-1399f058edeb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"enabled-protocol\": [\n      \"RAPID_PVST\",\n      \"MSTP\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"101361c8-4e18-4676-aa3a-7e2382fa86ba","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"enabled-protocol\": [\n      \"RAPID_PVST\",\n      \"MSTP\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a8c5863-0c43-4aa3-978a-a9d22e371b3e"},{"name":"DELETE - openconfig - openconfig-spanning-tree - config","id":"78923136-3169-4209-8924-5ccb131afc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config","description":"<p>Global spanning tree configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"727c4e8a-93d5-4dc6-a5ab-9dcaa3d32aa4","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"78923136-3169-4209-8924-5ccb131afc76"},{"name":"GET - openconfig - openconfig-spanning-tree - config","id":"7e1badb5-d48e-48c0-b6a5-22c5986693e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config?content=all","description":"<p>Global spanning tree configuration</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c4b3b17d-56b3-458c-b3ee-5a28973a81b0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"enabled-protocol\": [\n      \"STP_PROTOCOL\",\n      \"STP_PROTOCOL\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}"}],"_postman_id":"7e1badb5-d48e-48c0-b6a5-22c5986693e3"}],"id":"b62bdb1e-51d4-4100-abf8-37386cde33b8","_postman_id":"b62bdb1e-51d4-4100-abf8-37386cde33b8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-spanning-tree - state","id":"f7c62f5c-84aa-43ad-a1c2-fc7a9128776d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/state?content=all","description":"<p>Global spanning tree state</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"da713684-5dc1-4ef3-bc82-b3e3d3f35c88","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"enabled-protocol\": [\n      \"STP_PROTOCOL\",\n      \"STP_PROTOCOL\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}"}],"_postman_id":"f7c62f5c-84aa-43ad-a1c2-fc7a9128776d"}],"id":"09c76bdf-a7ec-44fd-bcee-76c34b4f0a5b","_postman_id":"09c76bdf-a7ec-44fd-bcee-76c34b4f0a5b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - global","id":"ce331b5e-1462-4651-9194-ed500a9acc86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enabled-protocol\": [\n      \"STP_PROTOCOL\",\n      \"STP_PROTOCOL\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global","description":"<p>Global configuration and state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fe873152-f97f-4f0f-8dc1-ad3cbb9a3830","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"enabled-protocol\": [\n      \"STP_PROTOCOL\",\n      \"STP_PROTOCOL\"\n    ],\n    \"bpduguard-timeout-recovery\": \"<integer>\",\n    \"bridge-assurance\": \"<boolean>\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"etherchannel-misconfig-guard\": \"<boolean>\",\n    \"loop-guard\": \"<boolean>\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce331b5e-1462-4651-9194-ed500a9acc86"},{"name":"PUT - openconfig-spanning-tree - openconfig - global","id":"0493ca5b-48f7-4ba4-8ee3-14e15a6e5270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global","description":"<p>Global configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"13a5e39e-8a2f-4985-8e64-a1c071204214","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"92e5a7c4-1267-4198-a65b-c8186bd944a1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0493ca5b-48f7-4ba4-8ee3-14e15a6e5270"},{"name":"PATCH - openconfig-spanning-tree - openconfig - global","id":"f8e6c080-9330-4035-98b1-354b52b17491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global","description":"<p>Global configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2bc8bc78-738d-4577-81ed-b93c8f6de9a5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"aef19916-e03c-4e91-8840-b589099925c2","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8e6c080-9330-4035-98b1-354b52b17491"},{"name":"DELETE - openconfig - openconfig-spanning-tree - global","id":"c32647b3-f25d-421c-ab57-28ae08596d70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global","description":"<p>Global configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f11a1a69-d101-435c-bba9-4bd480b78920","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c32647b3-f25d-421c-ab57-28ae08596d70"},{"name":"GET - openconfig - openconfig-spanning-tree - global","id":"5a3bce1c-6daf-408e-a29e-bdd7d0f84e60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global?content=all","description":"<p>Global configuration and state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f42a0266-f52f-4c05-8f87-13d8df4093d5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/global?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","global"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}"}],"_postman_id":"5a3bce1c-6daf-408e-a29e-bdd7d0f84e60"}],"id":"749bfa79-8016-4baf-aad7-a7573c96ac4a","_postman_id":"749bfa79-8016-4baf-aad7-a7573c96ac4a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"rstp","item":[{"name":"config","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - config","id":"810cc515-8f92-46e3-ae50-10664f7dad2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config","description":"<p>Configuration data for RSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"84a7d415-7d2c-4c61-a996-265c15b58a2f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"025e67a2-ff22-4f3a-b822-0009ef7b1d9a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"810cc515-8f92-46e3-ae50-10664f7dad2b"},{"name":"PATCH - openconfig-spanning-tree - openconfig - config","id":"f58bcd31-8eb0-4e8c-87a7-7f65ade9f212","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config","description":"<p>Configuration data for RSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e4c65fd2-d542-4641-b67b-c9e03e660d0e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b30980a-f608-4295-9275-650b5a7eb53e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f58bcd31-8eb0-4e8c-87a7-7f65ade9f212"},{"name":"DELETE - openconfig - openconfig-spanning-tree - config","id":"4f1857c1-948d-4d4a-b740-e6af8814b59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config","description":"<p>Configuration data for RSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"28f7d520-3c47-4901-8306-6988eb9ca7ad","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f1857c1-948d-4d4a-b740-e6af8814b59e"},{"name":"GET - openconfig - openconfig-spanning-tree - config","id":"424492f1-48c9-40ba-aef9-2a892327b4ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config?content=all","description":"<p>Configuration data for RSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f8a09e85-cd2c-49a2-910e-bd79b65a7289","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}"}],"_postman_id":"424492f1-48c9-40ba-aef9-2a892327b4ae"}],"id":"6cc895c2-d7f9-43ba-b5d3-7e9f5489038a","_postman_id":"6cc895c2-d7f9-43ba-b5d3-7e9f5489038a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-spanning-tree - state","id":"f88b7e6e-c82a-4dc9-a597-b1b6a1d1769f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/state?content=all","description":"<p>Operational state data for RSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8f527eba-e70f-4aa7-8ad5-3d84a382d966","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768,\n    \"bridge-address\": \"<string>\",\n    \"designated-root-priority\": 32768\n  }\n}"}],"_postman_id":"f88b7e6e-c82a-4dc9-a597-b1b6a1d1769f"}],"id":"a474d261-a16b-41f0-9886-f13b7b93feee","_postman_id":"a474d261-a16b-41f0-9886-f13b7b93feee","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={name}","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - interface","id":"ea46eb42-1813-4573-be99-15b85839e6f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4653f794-f5da-4a4c-ae72-e1a619e599fb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"149e1a7b-e244-41f1-abbc-7236ce6a9c81","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ea46eb42-1813-4573-be99-15b85839e6f8"},{"name":"PATCH - openconfig-spanning-tree - openconfig - interface","id":"e6c035a0-eb99-4e8c-b176-beed7265fcf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"75830ada-9b0e-443a-84d6-3e0ad891bd8a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ce70cdb2-066b-48ed-9e7c-e7c9560c181c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e6c035a0-eb99-4e8c-b176-beed7265fcf2"},{"name":"DELETE - openconfig - openconfig-spanning-tree - interface","id":"238acb0d-6609-4de8-abb4-956853f8c1ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4a1d668d-71ee-43e7-9b37-107670827516","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"238acb0d-6609-4de8-abb4-956853f8c1ae"},{"name":"GET - openconfig - openconfig-spanning-tree - interface","id":"5fad049b-c343-40cb-b2b1-f5638a302750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"49a3a9db-b471-4573-b2da-c57b1734fec0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"5fad049b-c343-40cb-b2b1-f5638a302750"}],"id":"64ee689e-0b22-4aef-b6a9-7828c2b0beb7","_postman_id":"64ee689e-0b22-4aef-b6a9-7828c2b0beb7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - interfaces","id":"4ada86eb-e670-45d3-b762-54667911139e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2e25dace-0ed4-4610-af33-ab823a397f79","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"cost\": \"<long>\",\n        \"name\": \"<string>\",\n        \"port-priority\": \"<integer>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4ada86eb-e670-45d3-b762-54667911139e"},{"name":"PUT - openconfig-spanning-tree - openconfig - interfaces","id":"68608592-3e47-409d-8030-e11a898c7c5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8ca35aaa-332d-426c-8147-da026ef27885","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ed5b53c1-eb86-423c-b676-99e84bdaca3b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68608592-3e47-409d-8030-e11a898c7c5c"},{"name":"PATCH - openconfig-spanning-tree - openconfig - interfaces","id":"3be7146a-13a0-4f5e-8d2c-9e7efe064b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"627a1cc0-f4bf-44a2-8b63-03463455c970","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3fe261e4-3d2e-4c59-ad60-d61efe61e23f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3be7146a-13a0-4f5e-8d2c-9e7efe064b98"},{"name":"DELETE - openconfig - openconfig-spanning-tree - interfaces","id":"856f4055-f062-4754-9c67-340e18c28bd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9259f961-a43b-4bf7-bebf-489682fa2056","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"856f4055-f062-4754-9c67-340e18c28bd6"},{"name":"GET - openconfig - openconfig-spanning-tree - interfaces","id":"344522b1-28b7-470d-a1d9-ce355bfba6b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces?content=all","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f06b3c61-3478-44f2-96fc-a61437fc37e9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"cost\": \"<long>\",\n          \"name\": \"<string>\",\n          \"port-priority\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"344522b1-28b7-470d-a1d9-ce355bfba6b1"}],"id":"359cd1d8-3f8b-42ad-a30b-59c7b20239ba","_postman_id":"359cd1d8-3f8b-42ad-a30b-59c7b20239ba","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - rstp","id":"3c844a49-458b-4081-b2d3-09d1f87c5dd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp","description":"<p>Rapid Spanning-tree protocol configuration and operation\ndata</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d74b1e95-3d75-42b3-8165-e991d67e6c23","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c844a49-458b-4081-b2d3-09d1f87c5dd7"},{"name":"PUT - openconfig-spanning-tree - openconfig - rstp","id":"302207e6-b801-47cf-af6d-5ac96790fcba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp","description":"<p>Rapid Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f9d3ff2a-bfcc-4784-9864-879a0a47deb2","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b2b7d963-80b4-411c-a98b-c7d3b4d57681","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"302207e6-b801-47cf-af6d-5ac96790fcba"},{"name":"PATCH - openconfig-spanning-tree - openconfig - rstp","id":"afa2c3c3-fabe-4012-bf0a-52c1dbd58de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp","description":"<p>Rapid Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"25063d2b-b388-48b6-a612-ac7db4092d07","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f719d9d4-6f23-4c0c-8fa2-8610c492acf1","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afa2c3c3-fabe-4012-bf0a-52c1dbd58de7"},{"name":"DELETE - openconfig - openconfig-spanning-tree - rstp","id":"b494bca9-78ce-49b4-af33-6cf318ece354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp","description":"<p>Rapid Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fe78cbc3-4ba1-445b-a0cc-fb9fe2fa8eeb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b494bca9-78ce-49b4-af33-6cf318ece354"},{"name":"GET - openconfig - openconfig-spanning-tree - rstp","id":"19509569-68b9-4126-8c37-dfacc3abcdb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp?content=all","description":"<p>Rapid Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"07d99c8a-19b8-4522-a0d9-76cfb1320832","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rstp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rstp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rstp\": {\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"cost\": \"<long>\",\n            \"name\": \"<string>\",\n            \"port-priority\": \"<integer>\"\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"bridge-priority\": 32768\n    }\n  }\n}"}],"_postman_id":"19509569-68b9-4126-8c37-dfacc3abcdb6"}],"id":"78781b4c-4681-4073-a5b9-ae7761beaf25","_postman_id":"78781b4c-4681-4073-a5b9-ae7761beaf25","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mstp","item":[{"name":"config","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - config","id":"872c511b-f77c-4f08-a76d-08e5dbe728d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config","description":"<p>Configuration data for MSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1743144f-77bc-4b9e-81eb-aaabf982b8a1","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1338dbc1-8b19-49ea-b1b0-0d756e8936b3","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"872c511b-f77c-4f08-a76d-08e5dbe728d8"},{"name":"PATCH - openconfig-spanning-tree - openconfig - config","id":"a8e96c4f-dab4-4f6a-8dba-2f63e4ebf357","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config","description":"<p>Configuration data for MSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"807546d5-e359-4547-8594-910b00295654","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d1080f97-2784-4b5e-a3ba-9a4aae037c3b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8e96c4f-dab4-4f6a-8dba-2f63e4ebf357"},{"name":"DELETE - openconfig - openconfig-spanning-tree - config","id":"ef317ceb-b645-43de-9646-3fba93ab10d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config","description":"<p>Configuration data for MSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d26b4a87-a232-4aee-83de-aff3ac69e441","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef317ceb-b645-43de-9646-3fba93ab10d1"},{"name":"GET - openconfig - openconfig-spanning-tree - config","id":"0b6f46c9-4c46-453f-a8b4-2ebea433707f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config?content=all","description":"<p>Configuration data for MSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9e2464b9-2a22-4653-a725-229cdf9d735a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}"}],"_postman_id":"0b6f46c9-4c46-453f-a8b4-2ebea433707f"}],"id":"d711c95b-d9da-4fcd-9b29-f8df01a3d422","_postman_id":"d711c95b-d9da-4fcd-9b29-f8df01a3d422","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-spanning-tree - state","id":"58cfb633-573f-41e4-aefa-d3547d757fa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/state?content=all","description":"<p>Operational data for MSTP</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a708fa71-0adc-496d-8743-7d951bffade3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}"}],"_postman_id":"58cfb633-573f-41e4-aefa-d3547d757fa4"}],"id":"f8ef0ba7-c1e0-447f-9147-1db01c5bd539","_postman_id":"f8ef0ba7-c1e0-447f-9147-1db01c5bd539","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mst-instances","item":[{"name":"mst-instance={mst-id}","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - mst-instance","id":"b844f7fa-32e3-49f3-8b99-56381635afa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>","description":"<p>List of the mstp instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances","mst-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0415a8e0-57c1-43cb-9e56-1eda5be5e18b","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6945abad-32f9-4568-87d4-cd4290042e15","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b844f7fa-32e3-49f3-8b99-56381635afa9"},{"name":"PATCH - openconfig-spanning-tree - openconfig - mst-instance","id":"e725b996-25b5-4676-853e-77d28696e32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>","description":"<p>List of the mstp instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances","mst-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f784f7a6-481f-4b65-a249-7583b6237c8a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7e798e67-f5fc-4547-9f33-5939e3b66c1b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e725b996-25b5-4676-853e-77d28696e32d"},{"name":"DELETE - openconfig - openconfig-spanning-tree - mst-instance","id":"17eeae29-73f7-4a36-9eb2-8a3a6db39173","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>","description":"<p>List of the mstp instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances","mst-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"544cacb5-10d7-4bf8-86f2-8a57e88b21a1","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"17eeae29-73f7-4a36-9eb2-8a3a6db39173"},{"name":"GET - openconfig - openconfig-spanning-tree - mst-instance","id":"8e25c73d-c8fb-43a1-be8d-5e8a4a315c49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>?content=all","description":"<p>List of the mstp instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances","mst-instance=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e9ed3742-ff48-4a20-984a-e13603b1f65d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances/mst-instance=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances","mst-instance=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}"}],"_postman_id":"8e25c73d-c8fb-43a1-be8d-5e8a4a315c49"}],"id":"0b9cbb90-9134-437d-983c-5869c2d65996","_postman_id":"0b9cbb90-9134-437d-983c-5869c2d65996","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - mst-instances","id":"9a78240c-fd9f-49c4-9400-d4682316a82b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances","description":"<p>Configuration and operation data for MSTP instances</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cb4333a4-fa5a-461d-80f2-44ba6e7d6e5d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"mst-instance\": [\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"mst-id\": \"<integer>\",\n      \"interfaces\": {},\n      \"config\": {\n        \"mst-id\": \"<integer>\",\n        \"vlan\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a78240c-fd9f-49c4-9400-d4682316a82b"},{"name":"PUT - openconfig-spanning-tree - openconfig - mst-instances","id":"f0aa4f12-d891-4fed-bdb4-1d14ddea8b18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances","description":"<p>Configuration and operation data for MSTP instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6e00f58c-3f7d-405b-bc33-781185e7906b","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"96689cc4-5718-46dc-bbbf-3f2439326048","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f0aa4f12-d891-4fed-bdb4-1d14ddea8b18"},{"name":"PATCH - openconfig-spanning-tree - openconfig - mst-instances","id":"ef9bdb6b-808b-42aa-8762-8b6793b4074b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances","description":"<p>Configuration and operation data for MSTP instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"92eca165-7a5d-4219-aa9c-2ff0fe19c4fe","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"662d331e-df32-412f-a81d-3ef84f235903","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef9bdb6b-808b-42aa-8762-8b6793b4074b"},{"name":"DELETE - openconfig - openconfig-spanning-tree - mst-instances","id":"aa3ba0ea-35cb-4b6e-a15c-a9df7f07609f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances","description":"<p>Configuration and operation data for MSTP instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d40d3a4a-d7d0-42a8-b0a7-9e2563a03eb9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa3ba0ea-35cb-4b6e-a15c-a9df7f07609f"},{"name":"GET - openconfig - openconfig-spanning-tree - mst-instances","id":"de051f92-d51f-4e2b-84dc-d4a62fd0d654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances?content=all","description":"<p>Configuration and operation data for MSTP instances</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c21ece3d-de8a-45e3-a6c7-b52dae88962a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp/mst-instances?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp","mst-instances"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mst-instances\": {\n    \"mst-instance\": [\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"mst-id\": \"<integer>\",\n        \"interfaces\": {},\n        \"config\": {\n          \"mst-id\": \"<integer>\",\n          \"vlan\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"de051f92-d51f-4e2b-84dc-d4a62fd0d654"}],"id":"8aea4941-355d-4939-8d2c-ee8f1d2d37fe","_postman_id":"8aea4941-355d-4939-8d2c-ee8f1d2d37fe","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - mstp","id":"58f009c9-2c37-45cc-8fae-a4f3e97d91c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp","description":"<p>Multi Spanning-tree protocol configuration and operation\ndata</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"db143a4c-9ead-4d1e-940d-850a2a9b858b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"max-hop\": \"<integer>\",\n    \"revision\": \"<long>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"58f009c9-2c37-45cc-8fae-a4f3e97d91c6"},{"name":"PUT - openconfig-spanning-tree - openconfig - mstp","id":"fae8e785-f32c-4be1-82ac-4a1144a11786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp","description":"<p>Multi Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4be663cb-9bd0-4ccf-836e-881996a89abe","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bfd7c382-58fe-4bf0-b9f1-bfaca08f6928","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fae8e785-f32c-4be1-82ac-4a1144a11786"},{"name":"PATCH - openconfig-spanning-tree - openconfig - mstp","id":"f2646d75-593e-414b-b9ad-27b945c7a74a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp","description":"<p>Multi Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"22b4ce67-bcf3-4c8c-862e-4a6b0fe034cb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4f79195e-80ac-4cf9-a6f9-9143d8691ec9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2646d75-593e-414b-b9ad-27b945c7a74a"},{"name":"DELETE - openconfig - openconfig-spanning-tree - mstp","id":"1c12e37a-1fa6-4db7-8c6c-3b992518eb30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp","description":"<p>Multi Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1cc06d46-1cbb-4bfc-8704-3529eb0cca8d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1c12e37a-1fa6-4db7-8c6c-3b992518eb30"},{"name":"GET - openconfig - openconfig-spanning-tree - mstp","id":"8680bf0d-5c09-4c21-a48e-f4cdf6d73546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp?content=all","description":"<p>Multi Spanning-tree protocol configuration and operation\ndata</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ea4af76f-ca3e-4070-b943-d4b0c0b06dcd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/mstp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","mstp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mstp\": {\n    \"mst-instances\": {\n      \"mst-instance\": [\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"mst-id\": \"<integer>\",\n          \"interfaces\": {},\n          \"config\": {\n            \"mst-id\": \"<integer>\",\n            \"vlan\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"hold-count\": 6,\n      \"forwarding-delay\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"hello-time\": \"<integer>\",\n      \"max-age\": \"<integer>\",\n      \"max-hop\": \"<integer>\",\n      \"revision\": \"<long>\"\n    }\n  }\n}"}],"_postman_id":"8680bf0d-5c09-4c21-a48e-f4cdf6d73546"}],"id":"a4d16830-55c3-47fa-97eb-581b21ba0afd","_postman_id":"a4d16830-55c3-47fa-97eb-581b21ba0afd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"rapid-pvst","item":[{"name":"vlan={vlan-id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - config","id":"55336636-6aa4-4617-bf49-2ad7ee5af603","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config","description":"<p>Configuration data for each vlan</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b05a462a-4f72-48a0-b351-8be63cd9fb2f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"42fec9f0-a61d-4a6c-9f98-8662b0d1cbfb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"55336636-6aa4-4617-bf49-2ad7ee5af603"},{"name":"PATCH - openconfig-spanning-tree - openconfig - config","id":"e9976df4-26fe-40e0-bdf8-27212a18411e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config","description":"<p>Configuration data for each vlan</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"867d6839-aca1-4d4a-af16-38b5250e6994","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b41c24be-adee-49ab-ab9d-161bf241c721","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9976df4-26fe-40e0-bdf8-27212a18411e"},{"name":"DELETE - openconfig - openconfig-spanning-tree - config","id":"28236023-144c-4493-b325-ab96dc376142","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config","description":"<p>Configuration data for each vlan</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"82afabc3-3081-4697-bb08-4bcef60cb542","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28236023-144c-4493-b325-ab96dc376142"},{"name":"GET - openconfig - openconfig-spanning-tree - config","id":"d947ace0-daa0-4ec3-a264-ec9960e7f6c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config?content=all","description":"<p>Configuration data for each vlan</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"562e1072-bde2-407e-9c60-43e70e201cf6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"hold-count\": 6,\n    \"vlan-id\": \"<integer>\",\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768\n  }\n}"}],"_postman_id":"d947ace0-daa0-4ec3-a264-ec9960e7f6c8"}],"id":"10334601-bb30-4926-a6c1-c37615ad67b7","_postman_id":"10334601-bb30-4926-a6c1-c37615ad67b7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-spanning-tree - state","id":"192fac9b-5294-434c-93da-4b2e12a77433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/state?content=all","description":"<p>Operational data for each vlan</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"25c4d1f9-9523-4210-b325-476d36c171b4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"hold-count\": 6,\n    \"forwarding-delay\": \"<integer>\",\n    \"hello-time\": \"<integer>\",\n    \"max-age\": \"<integer>\",\n    \"bridge-priority\": 32768,\n    \"bridge-address\": \"<string>\",\n    \"designated-root-priority\": 32768\n  }\n}"}],"_postman_id":"192fac9b-5294-434c-93da-4b2e12a77433"}],"id":"a05e1fe9-7963-4b33-89d7-ae8f6f908f07","_postman_id":"a05e1fe9-7963-4b33-89d7-ae8f6f908f07","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - interfaces","id":"8d057d96-5ce4-4e04-8c4e-09def2d50b80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9886ba4b-5abc-489e-962f-38aaec2d54c1","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8e93cabe-f7b8-46ac-83b8-aba0b004cc62","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d057d96-5ce4-4e04-8c4e-09def2d50b80"},{"name":"PATCH - openconfig-spanning-tree - openconfig - interfaces","id":"699f6449-83ac-440d-9841-29eded09c533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"284b02e8-2712-4d08-a31f-f2a1d7b33aef","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d234e3d5-849c-4ef5-9b30-8d4fcf26d4bf","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"699f6449-83ac-440d-9841-29eded09c533"},{"name":"DELETE - openconfig - openconfig-spanning-tree - interfaces","id":"7ae3ba4f-329e-454d-9aaf-200a46ba904c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"96365f8a-65f2-40a1-9f1d-69a9a05f3ad5","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ae3ba4f-329e-454d-9aaf-200a46ba904c"},{"name":"GET - openconfig - openconfig-spanning-tree - interfaces","id":"64692fcc-889b-4b90-8c21-f28cb180b2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces?content=all","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"37f120ab-59f0-4c63-aefe-75e2bf4c351d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": {}\n  }\n}"}],"_postman_id":"64692fcc-889b-4b90-8c21-f28cb180b2ba"}],"id":"7c81680b-d980-4c7f-ac43-0c4022dbbb41","_postman_id":"7c81680b-d980-4c7f-ac43-0c4022dbbb41","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-spanning-tree - openconfig - vlan","id":"a5f83e1f-dae1-4c6b-8922-5fee845967ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>","description":"<p>List of the vlans</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bbc126a0-ee43-45fa-917c-505df2dc31f8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c96ea6e5-4cff-4757-aca9-aabe61cedf7b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5f83e1f-dae1-4c6b-8922-5fee845967ca"},{"name":"PATCH - openconfig-spanning-tree - openconfig - vlan","id":"2142abe8-997f-4406-b17d-6eaa4311aa42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>","description":"<p>List of the vlans</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"249023c1-9ffa-489e-b8bb-eee065d2b10e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dafcdacc-f23e-49f3-9ef3-a701e09f8755","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2142abe8-997f-4406-b17d-6eaa4311aa42"},{"name":"DELETE - openconfig - openconfig-spanning-tree - vlan","id":"9a133ee9-c1e9-42bc-9c26-6e02eaebcb7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>","description":"<p>List of the vlans</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ef72c09e-2743-4951-896b-d4b514ed49d0","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9a133ee9-c1e9-42bc-9c26-6e02eaebcb7e"},{"name":"GET - openconfig - openconfig-spanning-tree - vlan","id":"ba4075e0-8e7a-4f78-ada6-729b1bfe9d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>?content=all","description":"<p>List of the vlans</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5b6dab3b-4795-4bb6-9ee3-968da6846f6b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst/vlan=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst","vlan=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}"}],"_postman_id":"ba4075e0-8e7a-4f78-ada6-729b1bfe9d3f"}],"id":"014dfe09-6e56-4cd5-8631-5c637002ba53","_postman_id":"014dfe09-6e56-4cd5-8631-5c637002ba53","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - rapid-pvst","id":"a5b83210-9cea-4fbf-8272-f79965b921bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst","description":"<p>Rapid per vlan Spanning-tree protocol configuration and\noperational data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c09e98a3-c764-48ca-8c4f-6f2980c31ffe","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"vlan\": [\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    {\n      \"vlan-id\": \"<integer>\",\n      \"interfaces\": {\n        \"interface\": {}\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"vlan-id\": \"<integer>\",\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5b83210-9cea-4fbf-8272-f79965b921bc"},{"name":"PUT - openconfig-spanning-tree - openconfig - rapid-pvst","id":"79f03b20-edea-4533-af68-c755426e1fc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst","description":"<p>Rapid per vlan Spanning-tree protocol configuration and\noperational data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9d9a940d-75c8-4d73-a9f8-b6997e14468c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a32706c7-d88c-49bb-a630-792a1f77313e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79f03b20-edea-4533-af68-c755426e1fc3"},{"name":"PATCH - openconfig-spanning-tree - openconfig - rapid-pvst","id":"eca19eb9-d427-4676-9eab-fd30640dfe93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst","description":"<p>Rapid per vlan Spanning-tree protocol configuration and\noperational data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"017d54f6-c21f-407b-a1f1-b1b67e911cb3","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"089538a8-bfdf-4e69-9b20-8eb867aca0b3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eca19eb9-d427-4676-9eab-fd30640dfe93"},{"name":"DELETE - openconfig - openconfig-spanning-tree - rapid-pvst","id":"9c68a2fc-17ef-40d1-9b5e-b51f88886433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst","description":"<p>Rapid per vlan Spanning-tree protocol configuration and\noperational data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"06e1bdcc-b3d3-40f5-b4f0-e480bf25ce17","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c68a2fc-17ef-40d1-9b5e-b51f88886433"},{"name":"GET - openconfig - openconfig-spanning-tree - rapid-pvst","id":"a7200770-ea9b-4500-b6b8-b35e00c50761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst?content=all","description":"<p>Rapid per vlan Spanning-tree protocol configuration and\noperational data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0bd20077-0f92-48ed-a40d-4946355c5675","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/rapid-pvst?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","rapid-pvst"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"rapid-pvst\": {\n    \"vlan\": [\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      },\n      {\n        \"vlan-id\": \"<integer>\",\n        \"interfaces\": {\n          \"interface\": {}\n        },\n        \"config\": {\n          \"hold-count\": 6,\n          \"vlan-id\": \"<integer>\",\n          \"forwarding-delay\": \"<integer>\",\n          \"hello-time\": \"<integer>\",\n          \"max-age\": \"<integer>\",\n          \"bridge-priority\": 32768\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"a7200770-ea9b-4500-b6b8-b35e00c50761"}],"id":"f3513f7f-7874-483f-88b7-5014a5e5a552","_postman_id":"f3513f7f-7874-483f-88b7-5014a5e5a552","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"interfaces","item":[{"name":"interface={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-spanning-tree - openconfig - config","id":"ecc67301-567c-4a05-be5c-9a32c52aac12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"link-type\": \"P2P\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"LOOP\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config","description":"<p>Configuration data for STP on each bridge port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"19d5de31-df7d-4125-9d25-670f6183b6da","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"link-type\": \"P2P\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"LOOP\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05656a30-587d-43df-bd7e-f97a03561afd","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"link-type\": \"P2P\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"LOOP\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ecc67301-567c-4a05-be5c-9a32c52aac12"},{"name":"PATCH - openconfig-spanning-tree - openconfig - config","id":"52bae0ea-decb-4d04-8538-e305a18619fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"link-type\": \"P2P\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"LOOP\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config","description":"<p>Configuration data for STP on each bridge port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"04ddecd4-36b4-4c34-b44e-ec01073593a4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"link-type\": \"P2P\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"LOOP\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"59c43277-892d-4054-beb0-34b61348df1b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:config\": {\n    \"link-type\": \"P2P\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"LOOP\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52bae0ea-decb-4d04-8538-e305a18619fd"},{"name":"DELETE - openconfig - openconfig-spanning-tree - config","id":"9c47997f-9e9e-49f4-89a3-d129c6c7ac3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config","description":"<p>Configuration data for STP on each bridge port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"768474ca-2d77-4861-864e-76f8e194692e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c47997f-9e9e-49f4-89a3-d129c6c7ac3b"},{"name":"GET - openconfig - openconfig-spanning-tree - config","id":"8954b699-8bae-4d30-9428-ded47445e513","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config?content=all","description":"<p>Configuration data for STP on each bridge port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6cb7f9eb-58ed-4d88-9b17-77166526a28e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"link-type\": \"SHARED\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"ROOT\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"STP_EDGE_PORT\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}"}],"_postman_id":"8954b699-8bae-4d30-9428-ded47445e513"}],"id":"097c227f-eff1-4dc3-9230-4cdeb60e60aa","_postman_id":"097c227f-eff1-4dc3-9230-4cdeb60e60aa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-spanning-tree - state","id":"c81695a6-3dba-429a-9cfd-eb9b224c6556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/state?content=all","description":"<p>Operational state data for STP on each bridge port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d5dfffa6-f074-4a96-a899-f83c57e9cdc5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"link-type\": \"SHARED\",\n    \"bpdu-filter\": \"<boolean>\",\n    \"guard\": \"ROOT\",\n    \"name\": \"<string>\",\n    \"edge-port\": \"EDGE_DISABLE\",\n    \"bpdu-guard\": \"<boolean>\"\n  }\n}"}],"_postman_id":"c81695a6-3dba-429a-9cfd-eb9b224c6556"}],"id":"4bb317bf-89ae-4b0e-80f5-c40495a321c0","_postman_id":"4bb317bf-89ae-4b0e-80f5-c40495a321c0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-spanning-tree - openconfig - interface","id":"4e572ff6-f95a-449d-b340-67d5baa0f742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"ROOT\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a30196b2-6947-4de0-9b4b-0051de7b14e3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"ROOT\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e14503a1-f06f-41ca-8fc5-efe6b39b4a2a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"ROOT\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4e572ff6-f95a-449d-b340-67d5baa0f742"},{"name":"PATCH - openconfig-spanning-tree - openconfig - interface","id":"f7b724bf-a821-4043-8769-90cdc117fb31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"ROOT\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"57e31627-11b9-4112-ab17-593a51c6225c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"ROOT\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4c4c1ca3-5b96-4b6d-a7f8-f1dfc06bf25e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"ROOT\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f7b724bf-a821-4043-8769-90cdc117fb31"},{"name":"DELETE - openconfig - openconfig-spanning-tree - interface","id":"fb4e9689-86e6-487d-9dac-3da30674437e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b4852476-6f00-4e06-b417-abaea47f9465","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fb4e9689-86e6-487d-9dac-3da30674437e"},{"name":"GET - openconfig - openconfig-spanning-tree - interface","id":"337e2512-f086-490c-a06f-abb956fbae28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>?content=all","description":"<p>List of interfaces on which STP is enable</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"669aefe7-c091-4a1b-b6b9-214ec32d825b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces/interface=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces","interface=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"LOOP\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"337e2512-f086-490c-a06f-abb956fbae28"}],"id":"5ca0cbcd-7e6d-4dd1-8e16-f583f8790476","_postman_id":"5ca0cbcd-7e6d-4dd1-8e16-f583f8790476","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - interfaces","id":"08f3a5bf-4f9b-4006-81da-ac3e2363c83f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"LOOP\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5de65c89-ff7d-4f9e-b758-89aecff551f2","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interface\": [\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"LOOP\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"STP_EDGE_PORT\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"config\": {\n        \"link-type\": \"SHARED\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"guard\": \"NONE\",\n        \"name\": \"<string>\",\n        \"edge-port\": \"EDGE_AUTO\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"08f3a5bf-4f9b-4006-81da-ac3e2363c83f"},{"name":"PUT - openconfig-spanning-tree - openconfig - interfaces","id":"c713a2c6-f93a-49ea-92d6-c7fd12147225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"LOOP\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_AUTO\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"86299b02-db09-4de0-b7ef-8b0b6f538aa3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"LOOP\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_AUTO\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7edfd3d4-e72d-44ac-99f4-1fee13adf65f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"LOOP\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_AUTO\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c713a2c6-f93a-49ea-92d6-c7fd12147225"},{"name":"PATCH - openconfig-spanning-tree - openconfig - interfaces","id":"1661cfd6-1e29-436b-bc48-bfe5c1933bad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"LOOP\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_AUTO\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3edcfd9f-4890-4990-bd65-f5ec9af157b5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"LOOP\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_AUTO\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d4a80a7b-9324-4cca-acf2-0c3ab73804c4","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"LOOP\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_AUTO\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1661cfd6-1e29-436b-bc48-bfe5c1933bad"},{"name":"DELETE - openconfig - openconfig-spanning-tree - interfaces","id":"b6407d55-f2fc-412f-abb4-bfaad6cc9a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ffbfb60e-f8fa-4ed9-a05b-cc7b14b81a91","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b6407d55-f2fc-412f-abb4-bfaad6cc9a6d"},{"name":"GET - openconfig - openconfig-spanning-tree - interfaces","id":"4cff4e63-1d0f-4e50-baae-b1c8c3efd9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces?content=all","description":"<p>Enclosing container for the list of interface references</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"87021461-0a70-41cc-8152-3541fb0cf24b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp/interfaces?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp","interfaces"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"P2P\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"NONE\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"EDGE_ENABLE\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"config\": {\n          \"link-type\": \"SHARED\",\n          \"bpdu-filter\": \"<boolean>\",\n          \"guard\": \"ROOT\",\n          \"name\": \"<string>\",\n          \"edge-port\": \"STP_EDGE_PORT\",\n          \"bpdu-guard\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"4cff4e63-1d0f-4e50-baae-b1c8c3efd9f6"}],"id":"0a53d089-1a15-4257-9f31-a60ba4c074b8","_postman_id":"0a53d089-1a15-4257-9f31-a60ba4c074b8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-spanning-tree - stp","id":"4128c143-b235-48f6-9574-3c3ca91f275c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp","description":"<p>Top-level container for spanning tree configuration and\nstate data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7f9e9c50-d836-4684-b4ff-1cd9823e982d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"global\": {\n    \"config\": {\n      \"enabled-protocol\": [\n        \"STP_PROTOCOL\",\n        \"RAPID_PVST\"\n      ],\n      \"bpduguard-timeout-recovery\": \"<integer>\",\n      \"bridge-assurance\": \"<boolean>\",\n      \"bpdu-filter\": \"<boolean>\",\n      \"etherchannel-misconfig-guard\": \"<boolean>\",\n      \"loop-guard\": \"<boolean>\",\n      \"bpdu-guard\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4128c143-b235-48f6-9574-3c3ca91f275c"},{"name":"PUT - openconfig-spanning-tree - openconfig - stp","id":"0a8782fe-a9b7-4510-b7e2-12f9425d3618","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_AUTO\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"MSTP\",\n          \"RAPID_PVST\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp","description":"<p>Top-level container for spanning tree configuration and\nstate data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"36e81a71-25f6-4673-b7c7-a3ecd69b92eb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_AUTO\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"MSTP\",\n          \"RAPID_PVST\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"51d4185a-3bb4-47cf-a375-bf374d4f485a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_AUTO\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"MSTP\",\n          \"RAPID_PVST\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0a8782fe-a9b7-4510-b7e2-12f9425d3618"},{"name":"PATCH - openconfig-spanning-tree - openconfig - stp","id":"c0931322-71f5-4f50-8f8d-82880b5d462d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_AUTO\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"MSTP\",\n          \"RAPID_PVST\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp","description":"<p>Top-level container for spanning tree configuration and\nstate data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"30506bea-4500-4e06-8b36-7f74c4121ea5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_AUTO\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"MSTP\",\n          \"RAPID_PVST\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9011171a-60df-4c57-a2b2-6584bd5913dd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-spanning-tree:stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"SHARED\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_AUTO\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"MSTP\",\n          \"RAPID_PVST\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0931322-71f5-4f50-8f8d-82880b5d462d"},{"name":"DELETE - openconfig - openconfig-spanning-tree - stp","id":"5faee888-7c5a-48d1-98de-4a217dcc39df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp","description":"<p>Top-level container for spanning tree configuration and\nstate data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d89ba4eb-f8ac-4908-8bb4-c562a232340b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5faee888-7c5a-48d1-98de-4a217dcc39df"},{"name":"GET - openconfig - openconfig-spanning-tree - stp","id":"7642169b-28a3-45a8-955f-b04cdcdddf33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp?content=all","description":"<p>Top-level container for spanning tree configuration and\nstate data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"00d83b5c-d6d4-4f70-941b-39165e70b02f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-spanning-tree:stp?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-spanning-tree:stp"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"stp\": {\n    \"mstp\": {\n      \"mst-instances\": {\n        \"mst-instance\": [\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          },\n          {\n            \"mst-id\": \"<integer>\",\n            \"interfaces\": {},\n            \"config\": {\n              \"mst-id\": \"<integer>\",\n              \"vlan\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"bridge-priority\": 32768\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"max-hop\": \"<integer>\",\n        \"revision\": \"<long>\"\n      }\n    },\n    \"interfaces\": {\n      \"interface\": [\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"P2P\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"config\": {\n            \"link-type\": \"P2P\",\n            \"bpdu-filter\": \"<boolean>\",\n            \"guard\": \"ROOT\",\n            \"name\": \"<string>\",\n            \"edge-port\": \"EDGE_ENABLE\",\n            \"bpdu-guard\": \"<boolean>\"\n          }\n        }\n      ]\n    },\n    \"rstp\": {\n      \"interfaces\": {\n        \"interface\": [\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          },\n          {\n            \"name\": \"<string>\",\n            \"config\": {\n              \"cost\": \"<long>\",\n              \"name\": \"<string>\",\n              \"port-priority\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"hold-count\": 6,\n        \"forwarding-delay\": \"<integer>\",\n        \"hello-time\": \"<integer>\",\n        \"max-age\": \"<integer>\",\n        \"bridge-priority\": 32768\n      }\n    },\n    \"global\": {\n      \"config\": {\n        \"enabled-protocol\": [\n          \"RAPID_PVST\",\n          \"RSTP\"\n        ],\n        \"bpduguard-timeout-recovery\": \"<integer>\",\n        \"bridge-assurance\": \"<boolean>\",\n        \"bpdu-filter\": \"<boolean>\",\n        \"etherchannel-misconfig-guard\": \"<boolean>\",\n        \"loop-guard\": \"<boolean>\",\n        \"bpdu-guard\": \"<boolean>\"\n      }\n    },\n    \"rapid-pvst\": {\n      \"vlan\": [\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        },\n        {\n          \"vlan-id\": \"<integer>\",\n          \"interfaces\": {\n            \"interface\": {}\n          },\n          \"config\": {\n            \"hold-count\": 6,\n            \"vlan-id\": \"<integer>\",\n            \"forwarding-delay\": \"<integer>\",\n            \"hello-time\": \"<integer>\",\n            \"max-age\": \"<integer>\",\n            \"bridge-priority\": 32768\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"7642169b-28a3-45a8-955f-b04cdcdddf33"}],"id":"751669c6-884c-4adb-8364-1db0c1b156f8","_postman_id":"751669c6-884c-4adb-8364-1db0c1b156f8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-system:system","item":[{"name":"config","item":[{"name":"PUT - openconfig-system - openconfig - config","id":"a80bfe0f-f189-4dd5-a5f5-f2c8a2613189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e789d4fe-8467-40ab-b2e3-ca041615b01c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"16fb7aaa-7613-43dc-afcf-d68b98cfcc68","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a80bfe0f-f189-4dd5-a5f5-f2c8a2613189"},{"name":"PATCH - openconfig-system - openconfig - config","id":"ff17e958-6f6b-494c-8c24-64fb4c969ec6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"23688bb8-e6af-4298-9337-79ed2eb33a57","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5ea10460-3ff7-4c00-8eab-289c2589dac3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff17e958-6f6b-494c-8c24-64fb4c969ec6"},{"name":"DELETE - openconfig - openconfig-system - config","id":"d30ed200-e4f2-457b-a8b3-5f17fb35471f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dc6fdc55-ff3c-435c-8d7e-3fb912b9ec9a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d30ed200-e4f2-457b-a8b3-5f17fb35471f"},{"name":"GET - openconfig - openconfig-system - config","id":"2bb2bea3-a884-47c8-a366-bff0869bc742","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config?content=all","description":"<p>Global configuration data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c29ca778-a391-459b-bcfe-c1fdf6a8a7d3","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}"}],"_postman_id":"2bb2bea3-a884-47c8-a366-bff0869bc742"}],"id":"9e4d2ce8-e2ad-4495-8ffa-8d85fb0d6b22","_postman_id":"9e4d2ce8-e2ad-4495-8ffa-8d85fb0d6b22","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-system - state","id":"b61207e6-8206-405d-9aeb-fa2046b94a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/state?content=all","description":"<p>Global operational state data for the system</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7fbe6219-0d1d-4660-aafe-42054d830051","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"boot-time\": \"<integer>\",\n    \"up-time\": \"<integer>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\",\n    \"current-datetime\": \"<string>\"\n  }\n}"}],"_postman_id":"b61207e6-8206-405d-9aeb-fa2046b94a07"}],"id":"0131941f-463b-4789-99c3-eab0ac320f82","_postman_id":"0131941f-463b-4789-99c3-eab0ac320f82","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"clock","item":[{"name":"config","item":[{"name":"PUT - openconfig-system - openconfig - config","id":"293d44d4-d061-408a-8a64-110261dfe9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config","description":"<p>Configuration data for system clock</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"39822f95-d39c-436a-a607-d03c01d57908","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"11a26778-932b-4ce7-82be-ae63917e13cd","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"293d44d4-d061-408a-8a64-110261dfe9a0"},{"name":"PATCH - openconfig-system - openconfig - config","id":"dae6b5ab-9e7b-48c4-83e4-a4b40c9d1325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config","description":"<p>Configuration data for system clock</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"18a65c1e-2345-4378-a004-c7b197902256","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3e3b8d68-cc05-414e-9f29-c705017916d7","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dae6b5ab-9e7b-48c4-83e4-a4b40c9d1325"},{"name":"DELETE - openconfig - openconfig-system - config","id":"3748d7ff-4a47-4003-b1e9-1319f797ae30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config","description":"<p>Configuration data for system clock</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e68815db-0f09-4b46-a9d5-b3add8f563a6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3748d7ff-4a47-4003-b1e9-1319f797ae30"},{"name":"GET - openconfig - openconfig-system - config","id":"d920dcb1-f9c7-4180-bb99-52cfbaed9e3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config?content=all","description":"<p>Configuration data for system clock</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"28e09681-b276-4ba9-8b46-5af241f9144a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}"}],"_postman_id":"d920dcb1-f9c7-4180-bb99-52cfbaed9e3c"}],"id":"d07034ab-8078-4a1c-aafe-e82490b362b3","_postman_id":"d07034ab-8078-4a1c-aafe-e82490b362b3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-system - state","id":"f321ec51-25b7-4e5c-8c26-806dc0089421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/state?content=all","description":"<p>Operational state data for system clock</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3adf6b47-9b5b-47df-824b-357037f6c06c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"timezone-name\": \"<string>\"\n  }\n}"}],"_postman_id":"f321ec51-25b7-4e5c-8c26-806dc0089421"}],"id":"b6daf4f8-d199-4841-9b90-22565201e79c","_postman_id":"b6daf4f8-d199-4841-9b90-22565201e79c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - clock","id":"d79f31ed-b770-4666-9f89-2cc723286b53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock","description":"<p>Top-level container for clock configuration data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fb1a2332-9f49-420d-b2a7-3b066d83b35a","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"timezone-name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d79f31ed-b770-4666-9f89-2cc723286b53"},{"name":"PUT - openconfig-system - openconfig - clock","id":"db7100be-8dcc-43f3-be9e-f1d9a70d017d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"38f44182-ec0e-4ed6-b2ff-03a1f3f14bfb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6d3a2ed0-ab4d-4082-a05d-1b93f89ff4ab","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db7100be-8dcc-43f3-be9e-f1d9a70d017d"},{"name":"PATCH - openconfig-system - openconfig - clock","id":"ab3b6770-0f85-474e-ba1a-a91af9636326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f8e9cdb3-17e3-4c4d-b2dc-f619bf2bd9d5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fe50973c-f485-4c90-b755-56546d7bfd9f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab3b6770-0f85-474e-ba1a-a91af9636326"},{"name":"DELETE - openconfig - openconfig-system - clock","id":"5dabd743-ab5b-4c7c-8206-9e7b9ba03995","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"448746cb-98fb-4ebd-90db-485fcad396f3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5dabd743-ab5b-4c7c-8206-9e7b9ba03995"},{"name":"GET - openconfig - openconfig-system - clock","id":"f3ae33fd-5e9f-47f4-9db3-23fb23a89342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock?content=all","description":"<p>Top-level container for clock configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4840d5d7-0e05-47b4-94bc-a15d5f87ccd6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/clock?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","clock"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"clock\": {\n    \"config\": {\n      \"timezone-name\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"f3ae33fd-5e9f-47f4-9db3-23fb23a89342"}],"id":"63dfaf05-0883-456c-a914-6482ecbbaaa8","_postman_id":"63dfaf05-0883-456c-a914-6482ecbbaaa8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mount-points","item":[{"name":"mount-point={name}","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-system - state","id":"7af66aae-c2ad-419e-a2fe-ae202ff2bf38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/mount-points/mount-point=<string>/state?content=all","description":"<p>State of system mount point.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","mount-points","mount-point=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"14ee8f97-a844-46f6-a6cd-6e59f7f9a948","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/mount-points/mount-point=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","mount-points","mount-point=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"storage-component\": \"<string>\",\n    \"size\": \"<integer>\",\n    \"name\": \"<string>\",\n    \"available\": \"<integer>\",\n    \"type\": \"<string>\",\n    \"utilized\": \"<integer>\"\n  }\n}"}],"_postman_id":"7af66aae-c2ad-419e-a2fe-ae202ff2bf38"}],"id":"1297ac6d-5de9-487c-bca0-773193f19af3","_postman_id":"1297ac6d-5de9-487c-bca0-773193f19af3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-system - mount-point","id":"249a86f9-c8ea-4fce-964f-e562881c3592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/mount-points/mount-point=<string>?content=all","description":"<p>List of mount points in the system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","mount-points","mount-point=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"131f47fc-4b7b-492f-9c94-4e50afab87e2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/mount-points/mount-point=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","mount-points","mount-point=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount-point\": [\n    {\n      \"name\": \"<string>\",\n      \"state\": {\n        \"storage-component\": \"<string>\",\n        \"size\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"available\": \"<integer>\",\n        \"type\": \"<string>\",\n        \"utilized\": \"<integer>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"state\": {\n        \"storage-component\": \"<string>\",\n        \"size\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"available\": \"<integer>\",\n        \"type\": \"<string>\",\n        \"utilized\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"249a86f9-c8ea-4fce-964f-e562881c3592"}],"id":"4b3c487f-69d9-4bc1-81bb-9732bd5d6aaa","_postman_id":"4b3c487f-69d9-4bc1-81bb-9732bd5d6aaa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-system - mount-points","id":"9952ebda-dc40-4299-aee3-cffd22c4554b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/mount-points?content=all","description":"<p>When a system has a set of filesystems that are attached to a\ndirectory (i.e., mounted on the system) they are expected to be\npresent in this list. If the system has the concept of mounting\nphysical or virtual resources to a mount point within the root\nfilesystem (/) they should also be included in this list.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","mount-points"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b9ebcb4a-a801-453d-a88d-763bb0c69fa5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/mount-points?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","mount-points"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mount-points\": {\n    \"mount-point\": [\n      {\n        \"name\": \"<string>\",\n        \"state\": {\n          \"storage-component\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"available\": \"<integer>\",\n          \"type\": \"<string>\",\n          \"utilized\": \"<integer>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"state\": {\n          \"storage-component\": \"<string>\",\n          \"size\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"available\": \"<integer>\",\n          \"type\": \"<string>\",\n          \"utilized\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"9952ebda-dc40-4299-aee3-cffd22c4554b"}],"id":"80fe5b46-902d-4532-9779-bae3e7064665","_postman_id":"80fe5b46-902d-4532-9779-bae3e7064665","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dns","item":[{"name":"config","item":[{"name":"PUT - openconfig-system - openconfig - config","id":"26855a2e-6010-440f-a977-6a66a27f2c71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config","description":"<p>Configuration data for the DNS resolver</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"aca27647-8a98-45f6-baf8-077441f702cc","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b22531d8-1828-45bc-b0e8-560088ee7958","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"26855a2e-6010-440f-a977-6a66a27f2c71"},{"name":"PATCH - openconfig-system - openconfig - config","id":"07b9d64a-e127-4b45-915e-2314b89837b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config","description":"<p>Configuration data for the DNS resolver</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cc575e72-3b0a-40ed-87f4-ceac246e5f06","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cda77dd0-fb36-4562-a356-917cb08f534f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07b9d64a-e127-4b45-915e-2314b89837b8"},{"name":"DELETE - openconfig - openconfig-system - config","id":"bb076760-c405-4c8f-8742-7756834b9e10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config","description":"<p>Configuration data for the DNS resolver</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dd2fd7b1-3199-4df0-8fbb-f677255f0faf","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb076760-c405-4c8f-8742-7756834b9e10"},{"name":"GET - openconfig - openconfig-system - config","id":"484042fb-31b1-4ffa-82a6-be08e960466f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config?content=all","description":"<p>Configuration data for the DNS resolver</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6a78bc16-9b7d-41c5-8a0b-1e1f6e87d757","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"}],"_postman_id":"484042fb-31b1-4ffa-82a6-be08e960466f"}],"id":"77a86d55-c3a0-4cd6-9bf7-876b5a95fff5","_postman_id":"77a86d55-c3a0-4cd6-9bf7-876b5a95fff5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-system - state","id":"4979dd57-54c5-4f3f-a660-a407dd0b402f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/state?content=all","description":"<p>Operational state data for the DNS resolver</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f0316eb3-915b-459e-a2a1-f45ec041d5c6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}"}],"_postman_id":"4979dd57-54c5-4f3f-a660-a407dd0b402f"}],"id":"54c3473e-1262-40fc-a7c5-2d99a38d2230","_postman_id":"54c3473e-1262-40fc-a7c5-2d99a38d2230","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"host-entries","item":[{"name":"host-entry={hostname}","item":[{"name":"PUT - openconfig-system - openconfig - host-entry","id":"ca6ee969-5d7b-4166-9fb3-1e116892a786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>","description":"<p>List of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries","host-entry=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c7c63834-e120-40a6-94d0-4885f979e661","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0f748e6c-469b-4cbc-a1c4-af7add501e9d","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ca6ee969-5d7b-4166-9fb3-1e116892a786"},{"name":"PATCH - openconfig-system - openconfig - host-entry","id":"767122d4-08b9-49ba-a1c6-65a9982c649d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>","description":"<p>List of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries","host-entry=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d70c49d1-41c8-434e-ab4a-2c4a8ef288d8","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"374da170-406a-4df0-804c-0d418bb52cbe","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"767122d4-08b9-49ba-a1c6-65a9982c649d"},{"name":"DELETE - openconfig - openconfig-system - host-entry","id":"ba1329be-d993-4d07-a9af-a1177041e8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>","description":"<p>List of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries","host-entry=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b61f9354-c1a3-4b9b-92b0-924796b55c06","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba1329be-d993-4d07-a9af-a1177041e8f8"},{"name":"GET - openconfig - openconfig-system - host-entry","id":"8759c64e-3f02-48d3-9362-e816f71c3b55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>?content=all","description":"<p>List of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries","host-entry=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f1027e59-d0f3-4e17-86a9-3c380de72ae2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries/host-entry=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries","host-entry=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}"}],"_postman_id":"8759c64e-3f02-48d3-9362-e816f71c3b55"}],"id":"83a6a996-ea8c-46f9-911e-6f749f942030","_postman_id":"83a6a996-ea8c-46f9-911e-6f749f942030","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - host-entries","id":"f29f11e1-02a4-4f2f-8412-d87decb6d97e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries","description":"<p>Enclosing container for list of static host entries</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7d06c768-42e6-4fa0-89ce-a52e3878dbf2","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"host-entry\": [\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    {\n      \"hostname\": \"<string>\",\n      \"config\": {\n        \"hostname\": \"<string>\",\n        \"ipv4-address\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"alias\": [\n          \"<string>\",\n          \"<string>\"\n        ],\n        \"ipv6-address\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f29f11e1-02a4-4f2f-8412-d87decb6d97e"},{"name":"PUT - openconfig-system - openconfig - host-entries","id":"57545a04-72ac-4db3-9e6a-12c352acb29d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries","description":"<p>Enclosing container for list of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3301ed09-5a82-4b55-a1d0-a4a5bb61850f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b682fbb3-7e0c-475b-89d3-60448a6627ed","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57545a04-72ac-4db3-9e6a-12c352acb29d"},{"name":"PATCH - openconfig-system - openconfig - host-entries","id":"289cb97e-70ce-41bf-9748-51739eb32215","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries","description":"<p>Enclosing container for list of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"43f5bd03-a6f1-4efd-9cce-0fd3f649d6a7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"90e10fad-2155-400c-80bf-955ca9f72739","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"289cb97e-70ce-41bf-9748-51739eb32215"},{"name":"DELETE - openconfig - openconfig-system - host-entries","id":"a502ea00-b57c-4cfb-98b2-07f401fbcd3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries","description":"<p>Enclosing container for list of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"343e0874-143d-4fd3-bee5-577dbaab2167","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a502ea00-b57c-4cfb-98b2-07f401fbcd3a"},{"name":"GET - openconfig - openconfig-system - host-entries","id":"1803ab81-3175-4238-840b-efb337f000b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries?content=all","description":"<p>Enclosing container for list of static host entries</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"42f0d627-cb85-47e8-8607-48f71ef996eb","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/host-entries?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","host-entries"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"host-entries\": {\n    \"host-entry\": [\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      },\n      {\n        \"hostname\": \"<string>\",\n        \"config\": {\n          \"hostname\": \"<string>\",\n          \"ipv4-address\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"alias\": [\n            \"<string>\",\n            \"<string>\"\n          ],\n          \"ipv6-address\": [\n            \"<string>\",\n            \"<string>\"\n          ]\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"1803ab81-3175-4238-840b-efb337f000b0"}],"id":"0772e48c-4723-44df-b59b-0f6afce3c34a","_postman_id":"0772e48c-4723-44df-b59b-0f6afce3c34a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"servers","item":[{"name":"server={address}","item":[{"name":"PUT - openconfig-system - openconfig - server","id":"cb50dd72-d843-47b4-a062-086910d6437f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers","server=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e81b16fd-312b-4ee9-87d6-b01f2cc68100","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"66d20e0d-c8d3-4e51-99b5-cb37c94f40ee","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cb50dd72-d843-47b4-a062-086910d6437f"},{"name":"PATCH - openconfig-system - openconfig - server","id":"7cb32768-2029-4e66-97b3-93ee2465d332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers","server=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"36b1e1d8-6902-4f84-848c-75ff46af557f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4192be30-ca6b-4499-a0a0-8f944b4fba55","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7cb32768-2029-4e66-97b3-93ee2465d332"},{"name":"DELETE - openconfig - openconfig-system - server","id":"b4abf156-21db-4680-bd42-81cbe37568be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers","server=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6486d377-a198-4708-9ca0-68bd4113806a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b4abf156-21db-4680-bd42-81cbe37568be"},{"name":"GET - openconfig - openconfig-system - server","id":"d44990e9-bf53-4a7c-b68a-a60f8b5f2878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>?content=all","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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers","server=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2bf8c084-ddfa-415c-9347-da2441a38ee8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers/server=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers","server=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}"}],"_postman_id":"d44990e9-bf53-4a7c-b68a-a60f8b5f2878"}],"id":"ebb2985e-3a82-4f8e-b063-160dbe3c0390","_postman_id":"ebb2985e-3a82-4f8e-b063-160dbe3c0390","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - servers","id":"6f3afa7a-6144-450a-a3fb-a6aca4f5a429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers","description":"<p>Enclosing container for DNS resolver list</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"38713214-39f1-4ac6-8111-98dc97c80f02","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"server\": [\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    },\n    {\n      \"address\": \"<string>\",\n      \"config\": {\n        \"address\": \"<string>\",\n        \"port\": 53\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f3afa7a-6144-450a-a3fb-a6aca4f5a429"},{"name":"PUT - openconfig-system - openconfig - servers","id":"ff4decbb-5b61-4bb0-a7ae-b425d26bf863","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers","description":"<p>Enclosing container for DNS resolver list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ead8a1f6-b61a-4fbf-a527-29926bb73d1f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"27d2909c-6273-4717-9640-0361d7c9e06a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff4decbb-5b61-4bb0-a7ae-b425d26bf863"},{"name":"PATCH - openconfig-system - openconfig - servers","id":"2a3fb1db-1842-4640-af25-c2053ed78937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers","description":"<p>Enclosing container for DNS resolver list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"94019fe0-e333-42c3-a37a-9846d9943c8b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e8fc7492-afd7-4376-ab41-4333f9d38d36","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2a3fb1db-1842-4640-af25-c2053ed78937"},{"name":"DELETE - openconfig - openconfig-system - servers","id":"0b032a03-d514-4fe5-b224-38edb82053c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers","description":"<p>Enclosing container for DNS resolver list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"65a27a3f-28cd-45fb-bcd6-c517099ef436","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b032a03-d514-4fe5-b224-38edb82053c9"},{"name":"GET - openconfig - openconfig-system - servers","id":"49997c62-06c9-42fc-abfa-c98809a1ef2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers?content=all","description":"<p>Enclosing container for DNS resolver list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0940ef9f-b6be-4f62-a97e-02488289fee5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns/servers?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns","servers"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"servers\": {\n    \"server\": [\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      },\n      {\n        \"address\": \"<string>\",\n        \"config\": {\n          \"address\": \"<string>\",\n          \"port\": 53\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"49997c62-06c9-42fc-abfa-c98809a1ef2e"}],"id":"59de18d7-87d7-4eff-9d97-4941a9ba7baa","_postman_id":"59de18d7-87d7-4eff-9d97-4941a9ba7baa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - dns","id":"b0d9f3db-4be3-42ae-bc3a-4aab9f201b6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"93ce4e5c-6be6-4685-82c0-3d4adb117f77","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"search\": [\n      \"<string>\",\n      \"<string>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b0d9f3db-4be3-42ae-bc3a-4aab9f201b6e"},{"name":"PUT - openconfig-system - openconfig - dns","id":"4cc54938-50bd-46aa-a635-e6965ba7a317","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"83a919dc-ecc7-4341-9253-f7b805aa2c1e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d101c43c-e516-4689-906d-c6189db38124","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4cc54938-50bd-46aa-a635-e6965ba7a317"},{"name":"PATCH - openconfig-system - openconfig - dns","id":"ff63eb91-a95e-45bb-a8a3-17a27cca1e29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bcfe0ebd-6100-4e96-9d42-a23efeea78df","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9a15db3f-4e91-4974-8b9a-2601f0903623","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ff63eb91-a95e-45bb-a8a3-17a27cca1e29"},{"name":"DELETE - openconfig - openconfig-system - dns","id":"20491317-cd78-451a-b6cd-44f568c28b70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"291530dd-c114-4a68-b7a4-5e1bb75448c9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"20491317-cd78-451a-b6cd-44f568c28b70"},{"name":"GET - openconfig - openconfig-system - dns","id":"dd4a1335-9515-463e-9819-6f6422eb13d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns?content=all","description":"<p>Enclosing container for DNS resolver data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7a57eddb-e8d9-44ea-a1fe-2c0b5d0af893","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/dns?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","dns"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dns\": {\n    \"servers\": {\n      \"server\": [\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        },\n        {\n          \"address\": \"<string>\",\n          \"config\": {\n            \"address\": \"<string>\",\n            \"port\": 53\n          }\n        }\n      ]\n    },\n    \"host-entries\": {\n      \"host-entry\": [\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        },\n        {\n          \"hostname\": \"<string>\",\n          \"config\": {\n            \"hostname\": \"<string>\",\n            \"ipv4-address\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"alias\": [\n              \"<string>\",\n              \"<string>\"\n            ],\n            \"ipv6-address\": [\n              \"<string>\",\n              \"<string>\"\n            ]\n          }\n        }\n      ]\n    },\n    \"config\": {\n      \"search\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    }\n  }\n}"}],"_postman_id":"dd4a1335-9515-463e-9819-6f6422eb13d5"}],"id":"e61ed094-e5cf-4ae2-bf6b-93acc04718e8","_postman_id":"e61ed094-e5cf-4ae2-bf6b-93acc04718e8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"memory","item":[{"name":"config","item":[{"name":"PUT - openconfig-system - openconfig - config","id":"53ad9a48-53f6-4b9f-b949-7fcb682eae9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config","description":"<p>Configuration data for system memory</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e92130c2-bb9f-408d-93a6-726706a3b222","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"171b089a-1ca7-4681-8fca-3960ba5f189b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"53ad9a48-53f6-4b9f-b949-7fcb682eae9a"},{"name":"PATCH - openconfig-system - openconfig - config","id":"8e874f2b-ff5e-405e-9ffc-0e257035c0b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config","description":"<p>Configuration data for system memory</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2c3a4a27-fb97-4f63-b222-ba37f1ecc3cc","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"076a7583-9e0c-4491-96fd-fcc89f41dd22","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e874f2b-ff5e-405e-9ffc-0e257035c0b6"},{"name":"DELETE - openconfig - openconfig-system - config","id":"c6a13693-9dc3-41da-9c91-7aed1cf46786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config","description":"<p>Configuration data for system memory</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"87497903-a650-4a01-a90e-d5ea390f2996","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6a13693-9dc3-41da-9c91-7aed1cf46786"},{"name":"GET - openconfig - openconfig-system - config","id":"cc394928-2832-46aa-b2c4-8d5667acbdb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config?content=all","description":"<p>Configuration data for system memory</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"148f1e40-e89c-456c-91f7-028a9304a296","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"cc394928-2832-46aa-b2c4-8d5667acbdb1"}],"id":"36248613-f311-4e8d-acd0-5581960dccaf","_postman_id":"36248613-f311-4e8d-acd0-5581960dccaf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"counters","item":[{"name":"GET - openconfig - openconfig-system - counters","id":"0ce16ea1-9e24-4616-82ee-f3235d4388ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/state/counters?content=all","description":"<p>Counters for tracking system memory errors</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","state","counters"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c8076799-43b2-44cb-9e96-063a03798919","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/state/counters?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","state","counters"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"counters\": {\n    \"uncorrectable-ecc-errors\": \"<integer>\",\n    \"correctable-ecc-errors\": \"<integer>\",\n    \"total-ecc-errors\": \"<integer>\"\n  }\n}"}],"_postman_id":"0ce16ea1-9e24-4616-82ee-f3235d4388ea"}],"id":"fb3b55ad-7702-4000-ac13-4791deb1df59","_postman_id":"fb3b55ad-7702-4000-ac13-4791deb1df59","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-system - state","id":"3a64cccf-388e-40cc-99a9-e8007bc3fea9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/state?content=all","description":"<p>Operational state data for system memory</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5103a3cc-ad53-4e1f-96a7-4d77186c059d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"counters\": {\n      \"uncorrectable-ecc-errors\": \"<integer>\",\n      \"correctable-ecc-errors\": \"<integer>\",\n      \"total-ecc-errors\": \"<integer>\"\n    },\n    \"reserved\": \"<integer>\",\n    \"used\": \"<integer>\",\n    \"physical\": \"<integer>\",\n    \"free\": \"<integer>\"\n  }\n}"}],"_postman_id":"3a64cccf-388e-40cc-99a9-e8007bc3fea9"}],"id":"7ae64691-d341-4b56-93f0-552d2f604969","_postman_id":"7ae64691-d341-4b56-93f0-552d2f604969","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - memory","id":"7ebb14c3-6a58-419d-8508-70be1ea8758c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory","description":"<p>Top-level container for system memory data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fe70560a-e542-4e8d-bb9c-6c94f9302221","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ebb14c3-6a58-419d-8508-70be1ea8758c"},{"name":"PUT - openconfig-system - openconfig - memory","id":"7895d3eb-e7bd-42b8-b4ec-e3b2f8494e1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"234cc293-161e-4722-9b14-8f4feff4c264","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a78585e4-87e4-4759-9769-b0d9d0f99c3f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7895d3eb-e7bd-42b8-b4ec-e3b2f8494e1c"},{"name":"PATCH - openconfig-system - openconfig - memory","id":"0f0896fb-3536-4969-984c-12b5c46ca722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ff93c4a6-59e3-430e-903c-606f5467db18","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b57c5464-7bb8-4ff9-94c3-e1145e650804","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:memory\": {\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0f0896fb-3536-4969-984c-12b5c46ca722"},{"name":"DELETE - openconfig - openconfig-system - memory","id":"68bd6136-082a-4677-bdca-595017a125d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"00b614e1-5dbb-4f5f-858f-0ff571f860db","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"68bd6136-082a-4677-bdca-595017a125d3"},{"name":"GET - openconfig - openconfig-system - memory","id":"53435fa7-8b8d-4056-85af-ff354efbb4cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory?content=all","description":"<p>Top-level container for system memory data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1a1577e9-0767-4eee-bb0d-9d73b819e610","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/memory?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","memory"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"memory\": {\n    \"config\": {}\n  }\n}"}],"_postman_id":"53435fa7-8b8d-4056-85af-ff354efbb4cf"}],"id":"bb35b64d-f81b-429b-9650-eeb1abd0c580","_postman_id":"bb35b64d-f81b-429b-9650-eeb1abd0c580","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"license","item":[{"name":"licenses","item":[{"name":"license={license-id}","item":[{"name":"PUT - openconfig-system - openconfig - license","id":"70d55214-192d-4ec4-bf10-d22b18bfba7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>","description":"<p>List of licenses.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses","license=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"1f34e2e2-f23d-415a-acfb-84f0a3d4def5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"149eaeb6-c7a4-4d6a-a15f-0b6c74c92553","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70d55214-192d-4ec4-bf10-d22b18bfba7b"},{"name":"PATCH - openconfig-system - openconfig - license","id":"8c1ee12a-d5b2-413e-a83e-14d034a8c07c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>","description":"<p>List of licenses.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses","license=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ea09c5da-8cf5-4c42-94be-fd5e9997228a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3b51d4d2-e782-4a4a-9d17-74596c5ed7a3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c1ee12a-d5b2-413e-a83e-14d034a8c07c"},{"name":"DELETE - openconfig - openconfig-system - license","id":"eb380caa-293e-46ba-bc25-8fcb7a736cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>","description":"<p>List of licenses.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses","license=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"44c0db21-5159-4e76-9d1b-0852227df04e","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb380caa-293e-46ba-bc25-8fcb7a736cb2"},{"name":"GET - openconfig - openconfig-system - license","id":"45490aaa-1ef4-417f-bbdf-1a7ac9e1604e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>?content=all","description":"<p>List of licenses.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses","license=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f3a2fa08-95ab-4e41-9995-4d1799cef3ee","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses/license=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses","license=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}"}],"_postman_id":"45490aaa-1ef4-417f-bbdf-1a7ac9e1604e"}],"id":"fe7ef130-25cd-4609-b0e6-52e774c2471f","_postman_id":"fe7ef130-25cd-4609-b0e6-52e774c2471f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - licenses","id":"cf0da396-a09c-4bc3-8ef6-00c4fc918edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses","description":"<p>Enclosing container for list of licenses</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"17a83f16-dade-495f-8090-a199e552db27","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"license\": [\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    },\n    {\n      \"license-id\": \"<string>\",\n      \"config\": {\n        \"license-data\": \"<string>\",\n        \"license-id\": \"<string>\",\n        \"active\": false\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cf0da396-a09c-4bc3-8ef6-00c4fc918edd"},{"name":"PUT - openconfig-system - openconfig - licenses","id":"13440a5e-5317-4a9c-aee6-e250efc7868f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses","description":"<p>Enclosing container for list of licenses</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dbf817ee-a8c1-4c18-a892-b06acc01771b","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"13a378ed-5553-49da-9796-249df3729caf","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"13440a5e-5317-4a9c-aee6-e250efc7868f"},{"name":"PATCH - openconfig-system - openconfig - licenses","id":"f05bce7a-38ff-4d07-966b-d97f22adf8ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses","description":"<p>Enclosing container for list of licenses</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"32919d53-8d7e-49c1-8bd8-e82ad5872d63","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cdfb7712-611a-4512-9589-3220bb147054","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f05bce7a-38ff-4d07-966b-d97f22adf8ae"},{"name":"DELETE - openconfig - openconfig-system - licenses","id":"5f99183b-d7f9-405f-83c6-b8661b1ade6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses","description":"<p>Enclosing container for list of licenses</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e0883051-417d-4c57-ac3d-625759320027","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5f99183b-d7f9-405f-83c6-b8661b1ade6c"},{"name":"GET - openconfig - openconfig-system - licenses","id":"4f6a11be-aa78-45f5-ac3a-85870eb61d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses?content=all","description":"<p>Enclosing container for list of licenses</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fb75700e-f8b5-4571-86a8-8ccb4e8d6fd7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license/licenses?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license","licenses"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"4f6a11be-aa78-45f5-ac3a-85870eb61d49"}],"id":"00193312-1e77-4fc6-be85-1df8769db0fc","_postman_id":"00193312-1e77-4fc6-be85-1df8769db0fc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - license","id":"4419dae8-b59c-4df7-baf9-95cd7db7ce4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license","description":"<p>Container for license model</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9eaed9d2-84fc-441b-8cae-0ba162835ccd","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"licenses\": {\n    \"license\": [\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      },\n      {\n        \"license-id\": \"<string>\",\n        \"config\": {\n          \"license-data\": \"<string>\",\n          \"license-id\": \"<string>\",\n          \"active\": false\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4419dae8-b59c-4df7-baf9-95cd7db7ce4e"},{"name":"PUT - openconfig-system - openconfig - license","id":"4db072f2-54d0-494d-b663-c469b4c48392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fb17d72c-8415-42ee-93d8-7ea9c722e826","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a30d114f-2ab0-4c27-af23-351d96c1b010","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4db072f2-54d0-494d-b663-c469b4c48392"},{"name":"PATCH - openconfig-system - openconfig - license","id":"d5775765-a75b-469a-8b9e-728a067a3bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"83acb5ab-9244-4529-b15b-980d945c13d4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5e5cef0b-262b-44ce-b742-38ba5bdb8fc8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5775765-a75b-469a-8b9e-728a067a3bf8"},{"name":"DELETE - openconfig - openconfig-system - license","id":"6d9a091e-a0b9-4834-a16f-e510285401a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"71f824f0-a5cb-41bc-9e23-8b46d67aac0c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d9a091e-a0b9-4834-a16f-e510285401a9"},{"name":"GET - openconfig - openconfig-system - license","id":"fcbb3534-90a3-45f6-b7c9-3f161905bd3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license?content=all","description":"<p>Container for license model</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1972349b-0463-447c-992f-4525b45ecb5e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system/license?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system","license"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"license\": {\n    \"licenses\": {\n      \"license\": [\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        },\n        {\n          \"license-id\": \"<string>\",\n          \"config\": {\n            \"license-data\": \"<string>\",\n            \"license-id\": \"<string>\",\n            \"active\": false\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"fcbb3534-90a3-45f6-b7c9-3f161905bd3d"}],"id":"e293839a-9b92-4c8e-98e3-7a1398b72b71","_postman_id":"e293839a-9b92-4c8e-98e3-7a1398b72b71","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-system - system","id":"3f32c220-8f86-48d2-8e71-bf6a22e36e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fd364cf5-ee35-4993-b32e-f2ac655674ef","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"domain-name\": \"<string>\",\n    \"hostname\": \"<string>\",\n    \"login-banner\": \"<string>\",\n    \"motd-banner\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3f32c220-8f86-48d2-8e71-bf6a22e36e76"},{"name":"PUT - openconfig-system - openconfig - system","id":"f69ac3d7-819a-4632-8c9e-14daab089b6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a35d60d9-6d18-4f16-9307-25e263181f5d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7dbe17c8-6bd5-438e-bff2-b185395bd0f4","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f69ac3d7-819a-4632-8c9e-14daab089b6d"},{"name":"PATCH - openconfig-system - openconfig - system","id":"f5fc1f0c-b744-4989-8f28-a75cb1883332","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e2cab4fa-f63f-4a33-a002-b6518f483ad8","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dd87125a-4814-44d6-b2b3-ab332c203806","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-system:system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5fc1f0c-b744-4989-8f28-a75cb1883332"},{"name":"DELETE - openconfig - openconfig-system - system","id":"fd42748d-7f40-42dc-8d31-9648891a33d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d9c0b3d4-200e-47d7-b208-537d23c4139a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd42748d-7f40-42dc-8d31-9648891a33d3"},{"name":"GET - openconfig - openconfig-system - system","id":"b34de17e-f4a9-4ec3-9525-176f205736c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system?content=all","description":"<p>Enclosing container for system-related configuration and\noperational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"e4e8a81d-b451-4f1b-94a3-870355f20f1a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-system:system?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-system:system"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"system\": {\n    \"license\": {\n      \"licenses\": {\n        \"license\": [\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          },\n          {\n            \"license-id\": \"<string>\",\n            \"config\": {\n              \"license-data\": \"<string>\",\n              \"license-id\": \"<string>\",\n              \"active\": false\n            }\n          }\n        ]\n      }\n    },\n    \"memory\": {\n      \"config\": {}\n    },\n    \"dns\": {\n      \"servers\": {\n        \"server\": [\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          },\n          {\n            \"address\": \"<string>\",\n            \"config\": {\n              \"address\": \"<string>\",\n              \"port\": 53\n            }\n          }\n        ]\n      },\n      \"host-entries\": {\n        \"host-entry\": [\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          },\n          {\n            \"hostname\": \"<string>\",\n            \"config\": {\n              \"hostname\": \"<string>\",\n              \"ipv4-address\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"alias\": [\n                \"<string>\",\n                \"<string>\"\n              ],\n              \"ipv6-address\": [\n                \"<string>\",\n                \"<string>\"\n              ]\n            }\n          }\n        ]\n      },\n      \"config\": {\n        \"search\": [\n          \"<string>\",\n          \"<string>\"\n        ]\n      }\n    },\n    \"clock\": {\n      \"config\": {\n        \"timezone-name\": \"<string>\"\n      }\n    },\n    \"config\": {\n      \"domain-name\": \"<string>\",\n      \"hostname\": \"<string>\",\n      \"login-banner\": \"<string>\",\n      \"motd-banner\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"b34de17e-f4a9-4ec3-9525-176f205736c3"}],"id":"a666ea59-d4a4-4f00-8333-d76116896867","_postman_id":"a666ea59-d4a4-4f00-8333-d76116896867","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-telemetry:telemetry-system","item":[{"name":"sensor-groups","item":[{"name":"sensor-group={sensor-group-id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-telemetry - openconfig - config","id":"46cc67e5-264f-4172-a788-e1d40458f63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config","description":"<p>Configuration parameters relating to the\ntelemetry sensor grouping</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"552feb96-a740-4445-9a64-f0a77e1e38b7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"66566b15-a27c-4a2e-b402-50adb0e0525a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"46cc67e5-264f-4172-a788-e1d40458f63c"},{"name":"PATCH - openconfig-telemetry - openconfig - config","id":"9e225a86-cf61-452f-a790-a1d840bb4807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config","description":"<p>Configuration parameters relating to the\ntelemetry sensor grouping</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9105b781-179d-4f3a-bee2-5cd3c720d3f2","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ca12231a-28a8-414b-b2c2-8cd0b77f08ae","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9e225a86-cf61-452f-a790-a1d840bb4807"},{"name":"DELETE - openconfig - openconfig-telemetry - config","id":"42b822c8-5ed9-4a06-ab27-b8be4e80d9ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config","description":"<p>Configuration parameters relating to the\ntelemetry sensor grouping</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d6247fe1-25d4-4ca4-823a-fccde2afdfd6","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42b822c8-5ed9-4a06-ab27-b8be4e80d9ee"},{"name":"GET - openconfig - openconfig-telemetry - config","id":"2b330abf-1919-4094-80da-e052089b256e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config?content=all","description":"<p>Configuration parameters relating to the\ntelemetry sensor grouping</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9ef33205-f0c4-4066-8d6a-6508b4a6a410","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}"}],"_postman_id":"2b330abf-1919-4094-80da-e052089b256e"}],"id":"769bb1ae-ef81-4832-8cda-699e0798f93f","_postman_id":"769bb1ae-ef81-4832-8cda-699e0798f93f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-telemetry - state","id":"a0de7b69-43ac-4676-9876-427b05ae3d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/state?content=all","description":"<p>State information relating to the telemetry\nsensor group</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"463bec52-1dd7-44ba-a7de-bb035b01d813","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"sensor-group-id\": \"<string>\"\n  }\n}"}],"_postman_id":"a0de7b69-43ac-4676-9876-427b05ae3d6d"}],"id":"558da20d-f5a3-41dc-83a5-58b1b3f0f449","_postman_id":"558da20d-f5a3-41dc-83a5-58b1b3f0f449","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"sensor-paths","item":[{"name":"PUT - openconfig-telemetry - openconfig - sensor-paths","id":"822a4adc-292c-47da-b9c4-e2679734c566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths","description":"<p>Top level container to hold a set of sensor\npaths grouped together</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","sensor-paths"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"159102e4-1aff-439d-bc03-67f2492e5132","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"cc2ca4ba-d6e0-4150-8f8f-1416c0caa705","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"822a4adc-292c-47da-b9c4-e2679734c566"},{"name":"PATCH - openconfig-telemetry - openconfig - sensor-paths","id":"7bdf9ac3-f9a9-4e55-b09b-bf669bc41f07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths","description":"<p>Top level container to hold a set of sensor\npaths grouped together</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","sensor-paths"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e6e76bc0-e554-4e12-844a-7f0014e2cd5d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ede2e757-1c87-483e-9559-fc6dca1b737e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7bdf9ac3-f9a9-4e55-b09b-bf669bc41f07"},{"name":"DELETE - openconfig - openconfig-telemetry - sensor-paths","id":"ef7ba39b-f000-4ede-961f-17b79a09b1a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths","description":"<p>Top level container to hold a set of sensor\npaths grouped together</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","sensor-paths"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"db6833d6-2774-460b-96cb-5227186866bb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef7ba39b-f000-4ede-961f-17b79a09b1a5"},{"name":"GET - openconfig - openconfig-telemetry - sensor-paths","id":"43ec61b8-379d-4da4-a02d-aeffed8d705f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths?content=all","description":"<p>Top level container to hold a set of sensor\npaths grouped together</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","sensor-paths"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"73eb23c8-927d-40ab-9a70-d8fd54a44a30","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>/sensor-paths?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>","sensor-paths"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sensor-paths\": {\n    \"sensor-path\": {}\n  }\n}"}],"_postman_id":"43ec61b8-379d-4da4-a02d-aeffed8d705f"}],"id":"f1466875-0330-48a1-8dd7-6ec7f8d42909","_postman_id":"f1466875-0330-48a1-8dd7-6ec7f8d42909","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-telemetry - openconfig - sensor-group","id":"0752b5fe-480f-490c-946d-f7f5d37a84f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>","description":"<p>List of telemetry sensory groups on the local\nsystem, where a sensor grouping represents a resuable\ngrouping of multiple paths and exclude filters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f11ff3d0-fdf1-499b-a548-8b64f7e1293d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ba542ca1-e89b-4299-b5d1-bae901416f2e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0752b5fe-480f-490c-946d-f7f5d37a84f7"},{"name":"PATCH - openconfig-telemetry - openconfig - sensor-group","id":"395082d1-fda5-4314-adcc-f14809c21370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>","description":"<p>List of telemetry sensory groups on the local\nsystem, where a sensor grouping represents a resuable\ngrouping of multiple paths and exclude filters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"641cf83d-22f3-4142-b78e-b24380c4b8e9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8a5818ab-6083-4ec8-8feb-2fdef908cf88","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"395082d1-fda5-4314-adcc-f14809c21370"},{"name":"DELETE - openconfig - openconfig-telemetry - sensor-group","id":"dec777dc-ef32-4032-a768-b7bc1a7b3b15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>","description":"<p>List of telemetry sensory groups on the local\nsystem, where a sensor grouping represents a resuable\ngrouping of multiple paths and exclude filters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e35df76b-37ff-4a21-878f-9446be809618","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dec777dc-ef32-4032-a768-b7bc1a7b3b15"},{"name":"GET - openconfig - openconfig-telemetry - sensor-group","id":"900bafb6-0b9c-4884-9869-5aa47ad67116","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>?content=all","description":"<p>List of telemetry sensory groups on the local\nsystem, where a sensor grouping represents a resuable\ngrouping of multiple paths and exclude filters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"aae726ba-a000-43c5-a52d-163786c2ec09","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups/sensor-group=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups","sensor-group=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"900bafb6-0b9c-4884-9869-5aa47ad67116"}],"id":"e3cbda61-2b27-4890-890e-7689c5fa4800","_postman_id":"e3cbda61-2b27-4890-890e-7689c5fa4800","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-telemetry - sensor-groups","id":"34069c78-83c1-41f6-9860-9acdd25aaa1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups","description":"<p>Top level container for sensor-groups.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ffcf6581-b6b0-4d76-938d-8c0bf1c500d4","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"sensor-group\": [\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    },\n    {\n      \"sensor-group-id\": \"<string>\",\n      \"sensor-paths\": {\n        \"sensor-path\": {}\n      },\n      \"config\": {\n        \"sensor-group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"34069c78-83c1-41f6-9860-9acdd25aaa1e"},{"name":"PUT - openconfig-telemetry - openconfig - sensor-groups","id":"b9905b1d-d1b3-4da3-ac98-3447b747a151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups","description":"<p>Top level container for sensor-groups.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f1fc75c6-b149-4baf-a4fb-0c2a9fbaee76","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"de92d421-f583-47bc-bc44-b6c7ec1d1916","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b9905b1d-d1b3-4da3-ac98-3447b747a151"},{"name":"PATCH - openconfig-telemetry - openconfig - sensor-groups","id":"557a69c2-f372-4106-8a46-bc2174fa720b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups","description":"<p>Top level container for sensor-groups.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ee543e23-61ae-49c2-ad31-539b63512ec1","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7f4dd600-792d-4d6b-89c3-56f96d3547ec","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"557a69c2-f372-4106-8a46-bc2174fa720b"},{"name":"DELETE - openconfig - openconfig-telemetry - sensor-groups","id":"30af2be5-7c19-4d71-9b4d-d8d1d7d1183a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups","description":"<p>Top level container for sensor-groups.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f55ac9a8-3e35-478b-8add-af36008ce846","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30af2be5-7c19-4d71-9b4d-d8d1d7d1183a"},{"name":"GET - openconfig - openconfig-telemetry - sensor-groups","id":"8d9017d8-6b7b-4b88-b985-f8afa9d6ac93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups?content=all","description":"<p>Top level container for sensor-groups.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"45a249ab-e924-4741-a314-5b93d7284e2a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/sensor-groups?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","sensor-groups"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"8d9017d8-6b7b-4b88-b985-f8afa9d6ac93"}],"id":"584def88-3bc6-4f6c-9d08-99998fd25398","_postman_id":"584def88-3bc6-4f6c-9d08-99998fd25398","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"destination-groups","item":[{"name":"destination-group={group-id}","item":[{"name":"config","item":[{"name":"PUT - openconfig-telemetry - openconfig - config","id":"a5640d01-2b03-4d81-8d23-e36f228e42c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config","description":"<p>Top level config container for destination groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"659fa2cc-ba23-4b12-85cc-5c1dfbd9b999","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a0958756-ff1d-4be0-b78a-d47d94c75f7f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a5640d01-2b03-4d81-8d23-e36f228e42c5"},{"name":"PATCH - openconfig-telemetry - openconfig - config","id":"ceb5b452-a554-464b-8acc-544bf67b84a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config","description":"<p>Top level config container for destination groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ddc3a201-e29e-43fa-89fd-84dc6e997cd9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c4f54bf2-c848-4342-9129-bf3e1659b00d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:config\": {\n    \"group-id\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ceb5b452-a554-464b-8acc-544bf67b84a9"},{"name":"DELETE - openconfig - openconfig-telemetry - config","id":"a3fe8c21-73da-4db4-a98c-78dce2eca40b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config","description":"<p>Top level config container for destination groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"91385b62-6236-49ca-b760-9527ced1709c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3fe8c21-73da-4db4-a98c-78dce2eca40b"},{"name":"GET - openconfig - openconfig-telemetry - config","id":"9509ba31-3709-47c9-9099-43cc372c8562","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config?content=all","description":"<p>Top level config container for destination groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"607a1139-b45f-40eb-a27f-6ca652ff406f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"group-id\": \"<string>\"\n  }\n}"}],"_postman_id":"9509ba31-3709-47c9-9099-43cc372c8562"}],"id":"0160903d-5345-4992-86fa-03fe224fe182","_postman_id":"0160903d-5345-4992-86fa-03fe224fe182","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-telemetry - state","id":"95b965f8-786a-48f2-a0ba-71488cffd261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/state?content=all","description":"<p>Top level state container for destination groups</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c705a23f-def6-4165-9913-b8ca3edca458","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"group-id\": \"<string>\"\n  }\n}"}],"_postman_id":"95b965f8-786a-48f2-a0ba-71488cffd261"}],"id":"b91cd680-3663-4f11-b845-be6b1083afc9","_postman_id":"b91cd680-3663-4f11-b845-be6b1083afc9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"destinations","item":[{"name":"PUT - openconfig-telemetry - openconfig - destinations","id":"6643538d-300a-4a4b-84fc-5f888f8ab724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destinations\": {\n    \"destination\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations","description":"<p>The destination container lists the destination\ninformation such as IP address and port of the\ntelemetry messages from the network element.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","destinations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"976b6ef4-2b49-4fbb-a350-39572e7e7992","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destinations\": {\n    \"destination\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"73d48e13-8860-4c20-a784-a7a3408e141f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destinations\": {\n    \"destination\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6643538d-300a-4a4b-84fc-5f888f8ab724"},{"name":"PATCH - openconfig-telemetry - openconfig - destinations","id":"00240019-14e8-4416-8d23-1a9227db6c57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destinations\": {\n    \"destination\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations","description":"<p>The destination container lists the destination\ninformation such as IP address and port of the\ntelemetry messages from the network element.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","destinations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8cd33129-cb4a-48c2-a868-a67d002a7f32","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destinations\": {\n    \"destination\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8c1c2709-c11d-4fb3-becc-cf2eaeb768ff","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destinations\": {\n    \"destination\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00240019-14e8-4416-8d23-1a9227db6c57"},{"name":"DELETE - openconfig - openconfig-telemetry - destinations","id":"a3d7dcb7-55d2-4a71-8a01-5576a7e20b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations","description":"<p>The destination container lists the destination\ninformation such as IP address and port of the\ntelemetry messages from the network element.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","destinations"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5f1ed727-f59c-45a7-a233-206e800d3d62","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3d7dcb7-55d2-4a71-8a01-5576a7e20b8e"},{"name":"GET - openconfig - openconfig-telemetry - destinations","id":"2d03ca2d-b5e2-4d3f-bda0-96ba32b253a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations?content=all","description":"<p>The destination container lists the destination\ninformation such as IP address and port of the\ntelemetry messages from the network element.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","destinations"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"907cce41-10c9-4d69-9a66-3c77f65d867c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>/destinations?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>","destinations"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destinations\": {\n    \"destination\": {}\n  }\n}"}],"_postman_id":"2d03ca2d-b5e2-4d3f-bda0-96ba32b253a6"}],"id":"6157841e-9388-44dc-92a1-4855426ddcfb","_postman_id":"6157841e-9388-44dc-92a1-4855426ddcfb","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-telemetry - openconfig - destination-group","id":"1f4365ac-f0d2-4d82-81e8-dc05f8fe6a20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>","description":"<p>List of destination-groups. Destination groups allow the\nreuse of common telemetry destinations across the\ntelemetry configuration. An operator references a\nset of destinations via the configurable\ndestination-group-identifier.</p>\n<p>A destination group may contain one or more telemetry\ndestinations</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d3ad56ff-a7ef-43ec-a7b7-bf0782a757b6","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e7d736c4-39bf-4332-818d-484eb33dafc7","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f4365ac-f0d2-4d82-81e8-dc05f8fe6a20"},{"name":"PATCH - openconfig-telemetry - openconfig - destination-group","id":"0dfb9cbd-132c-4268-baf5-9dcc7937ba89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>","description":"<p>List of destination-groups. Destination groups allow the\nreuse of common telemetry destinations across the\ntelemetry configuration. An operator references a\nset of destinations via the configurable\ndestination-group-identifier.</p>\n<p>A destination group may contain one or more telemetry\ndestinations</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"12d1f45d-be17-4d2c-8c9c-60410d3f3702","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36b592bb-18d2-406b-87a4-01d5c5c68952","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0dfb9cbd-132c-4268-baf5-9dcc7937ba89"},{"name":"DELETE - openconfig - openconfig-telemetry - destination-group","id":"15efc7e1-bc41-4a07-9c9f-c3ae06645349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>","description":"<p>List of destination-groups. Destination groups allow the\nreuse of common telemetry destinations across the\ntelemetry configuration. An operator references a\nset of destinations via the configurable\ndestination-group-identifier.</p>\n<p>A destination group may contain one or more telemetry\ndestinations</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"48567674-64a5-4f8f-905c-e1bbf571f731","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"15efc7e1-bc41-4a07-9c9f-c3ae06645349"},{"name":"GET - openconfig - openconfig-telemetry - destination-group","id":"267fb66b-a565-401c-b01c-5b2f8f3482c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>?content=all","description":"<p>List of destination-groups. Destination groups allow the\nreuse of common telemetry destinations across the\ntelemetry configuration. An operator references a\nset of destinations via the configurable\ndestination-group-identifier.</p>\n<p>A destination group may contain one or more telemetry\ndestinations</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"68fdedd0-c994-43ab-9047-e96a21c00206","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups/destination-group=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups","destination-group=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"267fb66b-a565-401c-b01c-5b2f8f3482c3"}],"id":"0529a856-d0b3-4445-a913-d377697db5a9","_postman_id":"0529a856-d0b3-4445-a913-d377697db5a9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-telemetry - destination-groups","id":"71e7aad5-7254-4040-975a-abf5d332aa59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups","description":"<p>Top level container for destination group configuration\nand state.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"95f1019c-2d5c-45b8-8e77-dbfe4c993a18","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"destination-group\": [\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    },\n    {\n      \"group-id\": \"<string>\",\n      \"destinations\": {\n        \"destination\": {}\n      },\n      \"config\": {\n        \"group-id\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71e7aad5-7254-4040-975a-abf5d332aa59"},{"name":"PUT - openconfig-telemetry - openconfig - destination-groups","id":"ae20de0e-cb6b-4648-8177-4877d35d55de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups","description":"<p>Top level container for destination group configuration\nand state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9ea6e676-42c2-499e-8453-b9ee7e7ad5e0","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4b761e93-ebec-444a-ad38-794814c010be","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ae20de0e-cb6b-4648-8177-4877d35d55de"},{"name":"PATCH - openconfig-telemetry - openconfig - destination-groups","id":"e0195f4e-4850-41da-864d-e8defa987803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups","description":"<p>Top level container for destination group configuration\nand state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e093c9c1-7657-42b9-b3fd-291d200d5c4c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1cb0fa6d-7cc9-447f-88dc-bda3a8f6e0d2","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0195f4e-4850-41da-864d-e8defa987803"},{"name":"DELETE - openconfig - openconfig-telemetry - destination-groups","id":"d310048d-762e-4941-807c-c43a544d9b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups","description":"<p>Top level container for destination group configuration\nand state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"82b8804f-ea78-41eb-98f0-02c3cf2d6d83","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d310048d-762e-4941-807c-c43a544d9b7c"},{"name":"GET - openconfig - openconfig-telemetry - destination-groups","id":"b887d836-d8dd-4782-88c2-bd1bfdb8b408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups?content=all","description":"<p>Top level container for destination group configuration\nand state.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"32b57a84-ea1e-41d7-9a4f-22833ca4bba1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/destination-groups?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","destination-groups"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"destination-groups\": {\n    \"destination-group\": [\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      },\n      {\n        \"group-id\": \"<string>\",\n        \"destinations\": {\n          \"destination\": {}\n        },\n        \"config\": {\n          \"group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"b887d836-d8dd-4782-88c2-bd1bfdb8b408"}],"id":"63699aae-4973-4ff4-a700-e9339db95530","_postman_id":"63699aae-4973-4ff4-a700-e9339db95530","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"subscriptions","item":[{"name":"persistent-subscriptions","item":[{"name":"persistent-subscription={name}","item":[{"name":"PUT - openconfig-telemetry - openconfig - persistent-subscription","id":"844a3d4c-6fb0-4ee5-b0d0-cc18d66c7c08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_JSON_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>","description":"<p>List of telemetry subscriptions. A telemetry\nsubscription consists of a set of collection\ndestinations, stream attributes, and associated paths to\nstate information in the model (sensor data)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions","persistent-subscription=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"802250ca-5001-451b-a8f1-c9ca68dab62a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_JSON_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d6c4f3c0-a8ad-4348-8ac5-1128206ee14a","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_JSON_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"844a3d4c-6fb0-4ee5-b0d0-cc18d66c7c08"},{"name":"PATCH - openconfig-telemetry - openconfig - persistent-subscription","id":"d6e8038c-b684-451b-aa4e-04683f070f76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_JSON_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>","description":"<p>List of telemetry subscriptions. A telemetry\nsubscription consists of a set of collection\ndestinations, stream attributes, and associated paths to\nstate information in the model (sensor data)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions","persistent-subscription=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bd9ab971-8df0-41b3-a02d-a7ab2ad1e8cf","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_JSON_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ae7f1d8f-fb3f-4ada-a7cd-4e3f56013e5d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_JSON_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d6e8038c-b684-451b-aa4e-04683f070f76"},{"name":"DELETE - openconfig - openconfig-telemetry - persistent-subscription","id":"1fc82386-361f-42ae-af17-151c32a13b0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>","description":"<p>List of telemetry subscriptions. A telemetry\nsubscription consists of a set of collection\ndestinations, stream attributes, and associated paths to\nstate information in the model (sensor data)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions","persistent-subscription=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8c408e65-5917-4cae-8984-58adc7c4ecec","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1fc82386-361f-42ae-af17-151c32a13b0c"},{"name":"GET - openconfig - openconfig-telemetry - persistent-subscription","id":"1ee6f74c-8bab-4623-a8e2-058495e78131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>?content=all","description":"<p>List of telemetry subscriptions. A telemetry\nsubscription consists of a set of collection\ndestinations, stream attributes, and associated paths to\nstate information in the model (sensor data)</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions","persistent-subscription=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"be581724-5218-4930-83ba-7b72587c486e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions/persistent-subscription=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions","persistent-subscription=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}"}],"_postman_id":"1ee6f74c-8bab-4623-a8e2-058495e78131"}],"id":"d796cf13-bc20-4554-856d-2b06c4e7cea1","_postman_id":"d796cf13-bc20-4554-856d-2b06c4e7cea1","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-telemetry - persistent-subscriptions","id":"ec4955dc-5368-46b2-b9a3-ea646787ba38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions","description":"<p>This container holds information relating to persistent\ntelemetry subscriptions. A persistent telemetry\nsubscription is configued locally on the device through\nconfiguration, and is persistent across device restarts or\nother redundancy changes.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"56d53af3-ea80-4eaf-8964-dc2275cb918a","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"persistent-subscription\": [\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_THRIFT_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"DATA_ENCODING_METHOD\"\n      },\n      \"sensor-profiles\": {}\n    },\n    {\n      \"name\": \"<string>\",\n      \"destination-groups\": {},\n      \"config\": {\n        \"originated-qos-marking\": \"<integer>\",\n        \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n        \"local-source-address\": \"<string>\",\n        \"name\": \"<string>\",\n        \"encoding\": \"ENC_XML\"\n      },\n      \"sensor-profiles\": {}\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec4955dc-5368-46b2-b9a3-ea646787ba38"},{"name":"PUT - openconfig-telemetry - openconfig - persistent-subscriptions","id":"03ca8ee0-01bd-4b99-a3d5-2d5811825499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_SSH\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_PROTO3\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions","description":"<p>This container holds information relating to persistent\ntelemetry subscriptions. A persistent telemetry\nsubscription is configued locally on the device through\nconfiguration, and is persistent across device restarts or\nother redundancy changes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f95e19f0-1252-482a-9fc2-4a87bd2de5b8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_SSH\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_PROTO3\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0bf3c35b-8532-4b5d-822f-570342e715ae","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_SSH\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_PROTO3\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"03ca8ee0-01bd-4b99-a3d5-2d5811825499"},{"name":"PATCH - openconfig-telemetry - openconfig - persistent-subscriptions","id":"724af694-297e-492d-a5ca-e0c24f42e6c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_SSH\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_PROTO3\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions","description":"<p>This container holds information relating to persistent\ntelemetry subscriptions. A persistent telemetry\nsubscription is configued locally on the device through\nconfiguration, and is persistent across device restarts or\nother redundancy changes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9b73f26c-4c49-4042-b037-d6778d534731","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_SSH\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_PROTO3\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"65aba47d-b3ec-404a-aa54-5d56a190fcbd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_SSH\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_PROTO3\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"724af694-297e-492d-a5ca-e0c24f42e6c2"},{"name":"DELETE - openconfig - openconfig-telemetry - persistent-subscriptions","id":"a3452a0d-0716-4574-b850-5164f280889f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions","description":"<p>This container holds information relating to persistent\ntelemetry subscriptions. A persistent telemetry\nsubscription is configued locally on the device through\nconfiguration, and is persistent across device restarts or\nother redundancy changes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8beae5c7-6610-442b-a2c4-7701a72372a9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a3452a0d-0716-4574-b850-5164f280889f"},{"name":"GET - openconfig - openconfig-telemetry - persistent-subscriptions","id":"88d941bd-381a-48a0-b9e8-d74c538220d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions?content=all","description":"<p>This container holds information relating to persistent\ntelemetry subscriptions. A persistent telemetry\nsubscription is configued locally on the device through\nconfiguration, and is persistent across device restarts or\nother redundancy changes.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d7963970-67bd-486d-aa0b-69f609eb5f47","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/persistent-subscriptions?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","persistent-subscriptions"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_XML\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"88d941bd-381a-48a0-b9e8-d74c538220d4"}],"id":"8d9e88ae-3bf8-4484-b6c1-a70fa257c9e2","_postman_id":"8d9e88ae-3bf8-4484-b6c1-a70fa257c9e2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dynamic-subscriptions","item":[{"name":"dynamic-subscription={id}","item":[{"name":"GET - openconfig - openconfig-telemetry - dynamic-subscription","id":"3189c98c-7dfd-4ebd-bd55-d1c2c0a9bfd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions/dynamic-subscription=<string>?content=all","description":"<p>List representation of telemetry subscriptions that\nare configured via an inline RPC, otherwise known\nas dynamic telemetry subscriptions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions","dynamic-subscription=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"22b98618-18ec-4610-82e3-401f525b5f58","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions/dynamic-subscription=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions","dynamic-subscription=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dynamic-subscription\": [\n    {\n      \"sensor-paths\": {},\n      \"id\": \"<integer>\",\n      \"state\": {\n        \"suppress-redundant\": \"<boolean>\",\n        \"sample-interval\": \"<integer>\",\n        \"originated-qos-marking\": \"<integer>\",\n        \"heartbeat-interval\": \"<integer>\",\n        \"protocol\": \"STREAM_SSH\",\n        \"id\": \"<integer>\",\n        \"encoding\": \"ENC_XML\"\n      }\n    },\n    {\n      \"sensor-paths\": {},\n      \"id\": \"<integer>\",\n      \"state\": {\n        \"suppress-redundant\": \"<boolean>\",\n        \"sample-interval\": \"<integer>\",\n        \"originated-qos-marking\": \"<integer>\",\n        \"heartbeat-interval\": \"<integer>\",\n        \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n        \"id\": \"<integer>\",\n        \"encoding\": \"ENC_PROTO3\"\n      }\n    }\n  ]\n}"}],"_postman_id":"3189c98c-7dfd-4ebd-bd55-d1c2c0a9bfd4"}],"id":"a0f45ba4-ec24-4ca3-a120-2afa481aeb9a","_postman_id":"a0f45ba4-ec24-4ca3-a120-2afa481aeb9a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-telemetry - dynamic-subscriptions","id":"65c0227d-3ba1-4abb-81a3-b762be59efc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions","description":"<p>This container holds information relating to dynamic\ntelemetry subscriptions. A dynamic subscription is\ntypically configured through an RPC channel, and does not\npersist across device restarts, or if the RPC channel is\nreset or otherwise torn down.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"649bdac0-45d8-4479-bd18-6efbe182122c","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"65c0227d-3ba1-4abb-81a3-b762be59efc3"},{"name":"PUT - openconfig-telemetry - openconfig - dynamic-subscriptions","id":"a43c1a7a-2698-4d96-9273-fbbd236ff990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:dynamic-subscriptions\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions","description":"<p>This container holds information relating to dynamic\ntelemetry subscriptions. A dynamic subscription is\ntypically configured through an RPC channel, and does not\npersist across device restarts, or if the RPC channel is\nreset or otherwise torn down.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e498d323-0dc5-4911-ad4e-47662ea5db19","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:dynamic-subscriptions\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"af0da4b8-6ad0-410d-8ad1-974d0503a3ba","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:dynamic-subscriptions\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a43c1a7a-2698-4d96-9273-fbbd236ff990"},{"name":"PATCH - openconfig-telemetry - openconfig - dynamic-subscriptions","id":"f4ce1b5a-e297-4b8e-9e40-2d1ca6e42847","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:dynamic-subscriptions\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions","description":"<p>This container holds information relating to dynamic\ntelemetry subscriptions. A dynamic subscription is\ntypically configured through an RPC channel, and does not\npersist across device restarts, or if the RPC channel is\nreset or otherwise torn down.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d936f19b-4aa9-4e8c-b0d4-d5ab755bc7b5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:dynamic-subscriptions\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7bdc6bde-83bc-45ee-b42c-0f0b684f35fd","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:dynamic-subscriptions\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f4ce1b5a-e297-4b8e-9e40-2d1ca6e42847"},{"name":"DELETE - openconfig - openconfig-telemetry - dynamic-subscriptions","id":"82fe329a-ee4f-4485-8904-039314b514a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions","description":"<p>This container holds information relating to dynamic\ntelemetry subscriptions. A dynamic subscription is\ntypically configured through an RPC channel, and does not\npersist across device restarts, or if the RPC channel is\nreset or otherwise torn down.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a2475410-e76f-4d2b-b96d-ecf1e7c4c553","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"82fe329a-ee4f-4485-8904-039314b514a8"},{"name":"GET - openconfig - openconfig-telemetry - dynamic-subscriptions","id":"5fbf8e29-09df-40b3-95ee-3d3717ca2b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions?content=all","description":"<p>This container holds information relating to dynamic\ntelemetry subscriptions. A dynamic subscription is\ntypically configured through an RPC channel, and does not\npersist across device restarts, or if the RPC channel is\nreset or otherwise torn down.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"44b5168c-c021-4e56-93b3-b11cad39cbc5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions/dynamic-subscriptions?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions","dynamic-subscriptions"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dynamic-subscriptions\": {}\n}"}],"_postman_id":"5fbf8e29-09df-40b3-95ee-3d3717ca2b6a"}],"id":"689646cb-1826-42dc-8cf6-92b382860218","_postman_id":"689646cb-1826-42dc-8cf6-92b382860218","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-telemetry - subscriptions","id":"8babcda3-b966-4ab4-9808-f27fd0d1a39d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_XML\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions","description":"<p>This container holds information for both persistent\nand dynamic telemetry subscriptions.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"80adae4d-6167-4a8f-8da6-080dd10f8af4","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"persistent-subscriptions\": {\n    \"persistent-subscription\": [\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_JSON_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_JSON_IETF\"\n        },\n        \"sensor-profiles\": {}\n      },\n      {\n        \"name\": \"<string>\",\n        \"destination-groups\": {},\n        \"config\": {\n          \"originated-qos-marking\": \"<integer>\",\n          \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n          \"local-source-address\": \"<string>\",\n          \"name\": \"<string>\",\n          \"encoding\": \"ENC_XML\"\n        },\n        \"sensor-profiles\": {}\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8babcda3-b966-4ab4-9808-f27fd0d1a39d"},{"name":"PUT - openconfig-telemetry - openconfig - subscriptions","id":"71930c19-c6a8-48e0-b835-6003ceae4625","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_SSH\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions","description":"<p>This container holds information for both persistent\nand dynamic telemetry subscriptions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b6ed3b58-ffa2-481e-8779-b09db64a8111","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_SSH\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4e17d854-c806-4247-b607-6a029d0c15d5","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_SSH\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"71930c19-c6a8-48e0-b835-6003ceae4625"},{"name":"PATCH - openconfig-telemetry - openconfig - subscriptions","id":"080888de-44cc-4d9b-8c38-4ec32e8a16a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_SSH\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions","description":"<p>This container holds information for both persistent\nand dynamic telemetry subscriptions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0a9c73c2-67a6-48ed-b62b-e69c58fea6a5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_SSH\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"15ddcdbe-e09a-461c-92bb-a145fd825f67","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_SSH\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"080888de-44cc-4d9b-8c38-4ec32e8a16a5"},{"name":"DELETE - openconfig - openconfig-telemetry - subscriptions","id":"52d60de7-6874-4f7c-ba68-b65e89fbc99b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions","description":"<p>This container holds information for both persistent\nand dynamic telemetry subscriptions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"36a94a2a-16c8-42b7-895b-df2cead18af8","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52d60de7-6874-4f7c-ba68-b65e89fbc99b"},{"name":"GET - openconfig - openconfig-telemetry - subscriptions","id":"2971292f-eb3c-4dfd-a434-e2bb14084356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions?content=all","description":"<p>This container holds information for both persistent\nand dynamic telemetry subscriptions.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"499f408a-0d59-4ec8-a066-bd720ed6373d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system/subscriptions?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system","subscriptions"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"subscriptions\": {\n    \"dynamic-subscriptions\": {},\n    \"persistent-subscriptions\": {\n      \"persistent-subscription\": [\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_JSON_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_PROTO3\"\n          },\n          \"sensor-profiles\": {}\n        },\n        {\n          \"name\": \"<string>\",\n          \"destination-groups\": {},\n          \"config\": {\n            \"originated-qos-marking\": \"<integer>\",\n            \"protocol\": \"STREAM_JSON_RPC\",\n            \"local-source-address\": \"<string>\",\n            \"name\": \"<string>\",\n            \"encoding\": \"ENC_XML\"\n          },\n          \"sensor-profiles\": {}\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"2971292f-eb3c-4dfd-a434-e2bb14084356"}],"id":"46b90682-45ee-4bac-9428-502e64966f97","_postman_id":"46b90682-45ee-4bac-9428-502e64966f97","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-telemetry - telemetry-system","id":"aec8e7d4-a7c2-4dea-87bb-b3a9dde9bed8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system","description":"<p>Top level configuration and state for the\ndevice's telemetry system.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f7b0fd39-0b84-40fc-83d4-5362dd36b08f","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"sensor-groups\": {\n    \"sensor-group\": [\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      },\n      {\n        \"sensor-group-id\": \"<string>\",\n        \"sensor-paths\": {\n          \"sensor-path\": {}\n        },\n        \"config\": {\n          \"sensor-group-id\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aec8e7d4-a7c2-4dea-87bb-b3a9dde9bed8"},{"name":"PUT - openconfig-telemetry - openconfig - telemetry-system","id":"fd8cb535-a95c-45a7-af1d-a1a51d66fe10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_JSON_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_GRPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system","description":"<p>Top level configuration and state for the\ndevice's telemetry system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e28ce196-bd81-42a6-80de-7c9a83400a5d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_JSON_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_GRPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ebc599ed-657a-4452-8e0e-5f0777caaaf1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_JSON_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_GRPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd8cb535-a95c-45a7-af1d-a1a51d66fe10"},{"name":"PATCH - openconfig-telemetry - openconfig - telemetry-system","id":"9d2aab2c-e0e0-42db-9057-08abb9b88a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_JSON_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_GRPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system","description":"<p>Top level configuration and state for the\ndevice's telemetry system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"443389e3-8ff0-42a6-99ed-ab050d35b4c5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_JSON_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_GRPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"760f374e-2c08-4169-9d97-40cac77bc56d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-telemetry:telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_JSON_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_GRPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_XML\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9d2aab2c-e0e0-42db-9057-08abb9b88a07"},{"name":"DELETE - openconfig - openconfig-telemetry - telemetry-system","id":"501c8a86-2af1-4b89-82c5-a928a2783006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system","description":"<p>Top level configuration and state for the\ndevice's telemetry system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6ed9b100-689a-45f0-ad5c-aa7c59f4f834","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"501c8a86-2af1-4b89-82c5-a928a2783006"},{"name":"GET - openconfig - openconfig-telemetry - telemetry-system","id":"b2cbb07d-81f7-4fab-854a-136aee8bed96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system?content=all","description":"<p>Top level configuration and state for the\ndevice's telemetry system.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ff126f59-e6f5-40f0-bd3c-884cfdc2c1a4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-telemetry:telemetry-system?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-telemetry:telemetry-system"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"telemetry-system\": {\n    \"subscriptions\": {\n      \"dynamic-subscriptions\": {},\n      \"persistent-subscriptions\": {\n        \"persistent-subscription\": [\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_WEBSOCKET_RPC\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"ENC_PROTO3\"\n            },\n            \"sensor-profiles\": {}\n          },\n          {\n            \"name\": \"<string>\",\n            \"destination-groups\": {},\n            \"config\": {\n              \"originated-qos-marking\": \"<integer>\",\n              \"protocol\": \"STREAM_PROTOCOL\",\n              \"local-source-address\": \"<string>\",\n              \"name\": \"<string>\",\n              \"encoding\": \"DATA_ENCODING_METHOD\"\n            },\n            \"sensor-profiles\": {}\n          }\n        ]\n      }\n    },\n    \"destination-groups\": {\n      \"destination-group\": [\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        },\n        {\n          \"group-id\": \"<string>\",\n          \"destinations\": {\n            \"destination\": {}\n          },\n          \"config\": {\n            \"group-id\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"sensor-groups\": {\n      \"sensor-group\": [\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        },\n        {\n          \"sensor-group-id\": \"<string>\",\n          \"sensor-paths\": {\n            \"sensor-path\": {}\n          },\n          \"config\": {\n            \"sensor-group-id\": \"<string>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"b2cbb07d-81f7-4fab-854a-136aee8bed96"}],"id":"5e51e72d-268c-4d96-8005-922ab7c7f8c7","_postman_id":"5e51e72d-268c-4d96-8005-922ab7c7f8c7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-terminal-device:terminal-device","item":[{"name":"config","item":[{"name":"PUT - openconfig-terminal-device - openconfig - config","id":"2026aca4-56d1-47d1-91ba-4d09d4e5d1de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config","description":"<p>Configuration data for global terminal-device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b31617dd-bfcb-459c-861d-160b92e3209a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ca17ee89-d015-489b-9594-370efbc5f2aa","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2026aca4-56d1-47d1-91ba-4d09d4e5d1de"},{"name":"PATCH - openconfig-terminal-device - openconfig - config","id":"f984c184-7000-43bb-8e34-822383d82977","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config","description":"<p>Configuration data for global terminal-device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"577151ef-22ab-4613-a82a-7a4012d8250f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6f6ed4cc-ce09-4260-a60f-6bfad5acd010","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f984c184-7000-43bb-8e34-822383d82977"},{"name":"DELETE - openconfig - openconfig-terminal-device - config","id":"996666ab-e397-41dd-bd86-dc322bc7a826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config","description":"<p>Configuration data for global terminal-device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7c59fadd-a588-4a85-bcef-6ad7eefb02e3","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"996666ab-e397-41dd-bd86-dc322bc7a826"},{"name":"GET - openconfig - openconfig-terminal-device - config","id":"a68ba521-c1ff-4fd5-a172-b5d8ac70b329","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config?content=all","description":"<p>Configuration data for global terminal-device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"aa3c58d0-1788-4005-ab50-ab8020ad2139","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"a68ba521-c1ff-4fd5-a172-b5d8ac70b329"}],"id":"d2a75af7-9340-4022-8bf6-7bb3b37a5992","_postman_id":"d2a75af7-9340-4022-8bf6-7bb3b37a5992","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device - state","id":"b9aa6c39-d075-4152-b0bd-6030c51e8d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/state?content=all","description":"<p>Operational state data for global terminal device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"29b3d5f8-8785-45ff-bbba-00935f697615","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {}\n}"}],"_postman_id":"b9aa6c39-d075-4152-b0bd-6030c51e8d9d"}],"id":"775ffb05-3ccb-46b4-9ae7-47b850801617","_postman_id":"775ffb05-3ccb-46b4-9ae7-47b850801617","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"operational-modes","item":[{"name":"mode={mode-id}","item":[{"name":"config","item":[{"name":"GET - openconfig - openconfig-terminal-device - config","id":"bd22aa21-a06e-4980-a06c-143efaf79c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes/mode=<string>/config?content=all","description":"<p>Configuration data for operational mode</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes","mode=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"74e796e0-4c20-4b11-8aab-f20932c60524","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes/mode=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes","mode=<string>","config"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {}\n}"}],"_postman_id":"bd22aa21-a06e-4980-a06c-143efaf79c0b"}],"id":"cae24cce-5038-4ed9-b00b-3c45b9aa699b","_postman_id":"cae24cce-5038-4ed9-b00b-3c45b9aa699b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device - state","id":"1d1a3c32-8088-4c93-9e95-a8e5e04f54c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes/mode=<string>/state?content=all","description":"<p>Operational state data for the platform-defined\noperational mode</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes","mode=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"41e71e36-5a49-4b9b-bf52-a267b578a6a8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes/mode=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes","mode=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"vendor-id\": \"<string>\",\n    \"mode-id\": \"<integer>\",\n    \"description\": \"<string>\"\n  }\n}"}],"_postman_id":"1d1a3c32-8088-4c93-9e95-a8e5e04f54c5"}],"id":"3c5744b3-738b-4338-a1c4-bb7f2497dded","_postman_id":"3c5744b3-738b-4338-a1c4-bb7f2497dded","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device - mode","id":"41efa8af-3fc9-4923-acbc-d3db790371d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes/mode=<string>?content=all","description":"<p>List of operational modes supported by the platform.\nThe operational mode provides a platform-defined summary\nof information such as symbol rate, modulation, pulse\nshaping, etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes","mode=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"acd65647-cf2b-4afd-b6ae-d6f17b8dd1a6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes/mode=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes","mode=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mode\": [\n    {\n      \"mode-id\": \"<integer>\",\n      \"state\": {\n        \"vendor-id\": \"<string>\",\n        \"mode-id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"config\": {}\n    },\n    {\n      \"mode-id\": \"<integer>\",\n      \"state\": {\n        \"vendor-id\": \"<string>\",\n        \"mode-id\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      \"config\": {}\n    }\n  ]\n}"}],"_postman_id":"41efa8af-3fc9-4923-acbc-d3db790371d8"}],"id":"c7a45041-8cc7-4b49-996a-779b1697bdb7","_postman_id":"c7a45041-8cc7-4b49-996a-779b1697bdb7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-terminal-device - operational-modes","id":"bdf7fe41-be63-4ffd-8ab4-a7e8d15cfa30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes","description":"<p>Enclosing container for list of operational modes</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"259dd9ac-0ac3-408e-b044-51c2adc3ea65","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bdf7fe41-be63-4ffd-8ab4-a7e8d15cfa30"},{"name":"PUT - openconfig-terminal-device - openconfig - operational-modes","id":"8e519440-8892-463c-8b2f-f19abf7b62e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:operational-modes\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes","description":"<p>Enclosing container for list of operational modes</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"094c4705-f4d4-4b39-a892-b207510e87cb","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:operational-modes\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6519127b-4d54-4788-a1c2-436a9a69b644","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:operational-modes\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8e519440-8892-463c-8b2f-f19abf7b62e8"},{"name":"PATCH - openconfig-terminal-device - openconfig - operational-modes","id":"07f08e8b-1c65-43dd-aeb7-b3a52832a722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:operational-modes\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes","description":"<p>Enclosing container for list of operational modes</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5db35760-6de1-4d88-ace1-1ab590eaec03","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:operational-modes\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"05988aae-696f-4526-9915-bbc08cd4c7ae","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:operational-modes\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07f08e8b-1c65-43dd-aeb7-b3a52832a722"},{"name":"DELETE - openconfig - openconfig-terminal-device - operational-modes","id":"8b65760f-98f9-419f-808b-9b8f7b8d74a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes","description":"<p>Enclosing container for list of operational modes</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"49a9f196-cbb8-4b23-9bbd-c51f05282169","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8b65760f-98f9-419f-808b-9b8f7b8d74a0"},{"name":"GET - openconfig - openconfig-terminal-device - operational-modes","id":"66f37045-17b0-475d-b8ac-6c4374d07b6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes?content=all","description":"<p>Enclosing container for list of operational modes</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"122d35ee-fcda-45f5-96cb-d6a0b3272930","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/operational-modes?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","operational-modes"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operational-modes\": {}\n}"}],"_postman_id":"66f37045-17b0-475d-b8ac-6c4374d07b6a"}],"id":"41dc91ca-88c4-4515-bbb8-e3151f881878","_postman_id":"41dc91ca-88c4-4515-bbb8-e3151f881878","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"logical-channels","item":[{"name":"channel={index}","item":[{"name":"config","item":[{"name":"PUT - openconfig-terminal-device - openconfig - config","id":"12207d15-a599-4df8-b267-43212d2fe5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {\n    \"rate-class\": \"TRIB_RATE_2000G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU2\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config","description":"<p>Configuration data for logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fc47b1a5-ebce-4d0b-8c05-d99bb056d496","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {\n    \"rate-class\": \"TRIB_RATE_2000G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU2\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"825adbd8-e80a-4d15-bcbc-ecd314226f62","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {\n    \"rate-class\": \"TRIB_RATE_2000G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU2\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"12207d15-a599-4df8-b267-43212d2fe5dd"},{"name":"PATCH - openconfig-terminal-device - openconfig - config","id":"c5284cf4-b241-4cdc-9ca7-3b5834d9f2a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {\n    \"rate-class\": \"TRIB_RATE_2000G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU2\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config","description":"<p>Configuration data for logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f16ef99f-6aad-4b4d-a503-ef1ae7d71122","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {\n    \"rate-class\": \"TRIB_RATE_2000G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU2\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4d05b428-451e-4fdc-9d5f-1cd54e495063","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:config\": {\n    \"rate-class\": \"TRIB_RATE_2000G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU2\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c5284cf4-b241-4cdc-9ca7-3b5834d9f2a0"},{"name":"DELETE - openconfig - openconfig-terminal-device - config","id":"cef9eef7-23ec-4c62-bead-7695aead5fae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config","description":"<p>Configuration data for logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b424dac6-d0ed-49dc-9dd6-69fbc98a2618","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cef9eef7-23ec-4c62-bead-7695aead5fae"},{"name":"GET - openconfig - openconfig-terminal-device - config","id":"eccce0d1-d77a-4b64-bf5c-1c53b77595c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config?content=all","description":"<p>Configuration data for logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4b38bc35-8b34-413c-99db-3c5b9d85ce0e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"rate-class\": \"TRIB_RATE_1600G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_ODU4\",\n    \"admin-state\": \"ENABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\",\n    \"loopback-mode\": \"NONE\"\n  }\n}"}],"_postman_id":"eccce0d1-d77a-4b64-bf5c-1c53b77595c3"}],"id":"e39b608f-7b1a-4f82-83bb-1819dc1b0156","_postman_id":"e39b608f-7b1a-4f82-83bb-1819dc1b0156","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device - state","id":"a1ee8126-09d4-4082-9e39-026ff90af0b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/state?content=all","description":"<p>Operational state data for logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a7e0761d-ffd2-461f-b2dd-749276540b1c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"link-state\": \"DOWN\",\n    \"rate-class\": \"TRIB_RATE_100G\",\n    \"index\": \"<long>\",\n    \"description\": \"<string>\",\n    \"trib-protocol\": \"PROT_OTSIG\",\n    \"admin-state\": \"DISABLED\",\n    \"logical-channel-type\": \"PROT_ETHERNET\"\n  }\n}"}],"_postman_id":"a1ee8126-09d4-4082-9e39-026ff90af0b0"}],"id":"0a42f47d-428f-47fd-85d3-131bcdfcf473","_postman_id":"0a42f47d-428f-47fd-85d3-131bcdfcf473","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"logical-channel-assignments","item":[{"name":"PUT - openconfig-terminal-device - openconfig - logical-channel-assignments","id":"326db71e-512f-4f6f-8291-6082eda7298d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments","description":"<p>Enclosing container for tributary assignments</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","logical-channel-assignments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9a846bc4-1e51-4e0a-a58f-de88752f1259","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7886401d-f8c2-4846-b17c-7425ac3d12fd","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"326db71e-512f-4f6f-8291-6082eda7298d"},{"name":"PATCH - openconfig-terminal-device - openconfig - logical-channel-assignments","id":"88c7b34f-0097-47ab-840f-713a5f50c669","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments","description":"<p>Enclosing container for tributary assignments</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","logical-channel-assignments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ea82659c-de29-487d-a91a-8c784694adc4","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"badce5b0-7927-4b63-9878-dd863171bf3e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"88c7b34f-0097-47ab-840f-713a5f50c669"},{"name":"DELETE - openconfig - openconfig-terminal-device - logical-channel-assignments","id":"237ea192-0fac-49c4-a905-859a120b6193","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments","description":"<p>Enclosing container for tributary assignments</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","logical-channel-assignments"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"748217c1-e6d4-4e4e-9755-3a99dbd5c275","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"237ea192-0fac-49c4-a905-859a120b6193"},{"name":"GET - openconfig - openconfig-terminal-device - logical-channel-assignments","id":"1d865bfa-2646-419e-aff7-6e45d1e3c175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments?content=all","description":"<p>Enclosing container for tributary assignments</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","logical-channel-assignments"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ac7866bd-c699-4871-b9a7-c38d9bdfc846","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/logical-channel-assignments?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","logical-channel-assignments"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logical-channel-assignments\": {\n    \"assignment\": {}\n  }\n}"}],"_postman_id":"1d865bfa-2646-419e-aff7-6e45d1e3c175"}],"id":"7a036ec6-ef8b-426e-9064-c07959533b32","_postman_id":"7a036ec6-ef8b-426e-9064-c07959533b32","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"otn","item":[{"name":"PUT - openconfig-terminal-device - openconfig - otn","id":"dd59ef9a-ab06-4f67-91dd-39414fe8fb6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn","description":"<p>Top level container for OTU configuration when logical\nchannel framing is using an OTU protocol, e.g., OTU1, OTU3,\netc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","otn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7ebcc8d2-4451-4470-8600-4f4f3e08a0e3","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"66bf1f31-666b-41ff-aa7d-68113c305faa","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd59ef9a-ab06-4f67-91dd-39414fe8fb6e"},{"name":"PATCH - openconfig-terminal-device - openconfig - otn","id":"bb0482f3-73e5-4988-9a65-06d8e6e40431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn","description":"<p>Top level container for OTU configuration when logical\nchannel framing is using an OTU protocol, e.g., OTU1, OTU3,\netc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","otn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"86b2ea75-8e05-4c7b-a18a-fca90e32c437","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58041952-fc4f-43ee-a670-84fc2b73bacc","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb0482f3-73e5-4988-9a65-06d8e6e40431"},{"name":"DELETE - openconfig - openconfig-terminal-device - otn","id":"aa51f763-eb23-46fa-b92f-08e78fb8d98b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn","description":"<p>Top level container for OTU configuration when logical\nchannel framing is using an OTU protocol, e.g., OTU1, OTU3,\netc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","otn"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e3488c28-f9fd-4c4b-a0aa-b4263e4e1a25","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa51f763-eb23-46fa-b92f-08e78fb8d98b"},{"name":"GET - openconfig - openconfig-terminal-device - otn","id":"cd706d50-a707-4f58-9ea6-c35f7daa9ccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn?content=all","description":"<p>Top level container for OTU configuration when logical\nchannel framing is using an OTU protocol, e.g., OTU1, OTU3,\netc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","otn"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c305f788-8a92-4ea8-a7ff-0dc324ce3345","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/otn?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","otn"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"otn\": {\n    \"config\": {\n      \"tti-msg-transmit\": \"<string>\",\n      \"tti-msg-auto\": \"<boolean>\",\n      \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n      \"tti-msg-expected\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"cd706d50-a707-4f58-9ea6-c35f7daa9ccf"}],"id":"9e75de16-c8c5-4fb8-93c7-89aa23fe95f6","_postman_id":"9e75de16-c8c5-4fb8-93c7-89aa23fe95f6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ingress","item":[{"name":"PUT - openconfig-terminal-device - openconfig - ingress","id":"5d7a5f62-2052-4d6e-8b83-77ebc3ec850b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress","description":"<p>Top-level container for specifying references to the\nsource of signal for the logical channel, either a\ntransceiver, individual physical channels, or an interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ingress"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5ebd34b4-bb3b-459b-96eb-fda2a3762b22","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"207550e1-f35b-463d-86fe-c50fc7416b66","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d7a5f62-2052-4d6e-8b83-77ebc3ec850b"},{"name":"PATCH - openconfig-terminal-device - openconfig - ingress","id":"6e1b4c64-b4a3-483c-ab4f-c5566c5419a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress","description":"<p>Top-level container for specifying references to the\nsource of signal for the logical channel, either a\ntransceiver, individual physical channels, or an interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ingress"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"350a9f80-e864-4f3c-bcf1-ba92baa0a3a5","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"eaa4ed6c-767d-46b2-97a3-eaea4b10ffa8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6e1b4c64-b4a3-483c-ab4f-c5566c5419a2"},{"name":"DELETE - openconfig - openconfig-terminal-device - ingress","id":"259e7cab-e412-462d-87cc-7134e6326c8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress","description":"<p>Top-level container for specifying references to the\nsource of signal for the logical channel, either a\ntransceiver, individual physical channels, or an interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ingress"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d172767d-34d2-4fc5-9062-9078f22a7e78","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"259e7cab-e412-462d-87cc-7134e6326c8e"},{"name":"GET - openconfig - openconfig-terminal-device - ingress","id":"9b9ce66f-d7d7-4ba0-b19e-6374ba70dadb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress?content=all","description":"<p>Top-level container for specifying references to the\nsource of signal for the logical channel, either a\ntransceiver, individual physical channels, or an interface</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ingress"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"ff37b249-df77-481f-8e31-8b0b2c9fcbdc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ingress?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ingress"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ingress\": {\n    \"config\": {\n      \"transceiver\": \"<string>\",\n      \"physical-channel\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"interface\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"9b9ce66f-d7d7-4ba0-b19e-6374ba70dadb"}],"id":"053c193a-4c6b-4c1a-8719-27f1ce3a8d9d","_postman_id":"053c193a-4c6b-4c1a-8719-27f1ce3a8d9d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ethernet","item":[{"name":"PUT - openconfig-terminal-device - openconfig - ethernet","id":"28b56a18-1946-421f-877d-6ea12546b078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet","description":"<p>Top level container for data related to Ethernet framing\nfor the logical channel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ethernet"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b74cddc6-12ab-4371-9965-04c5eab09927","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4bf20ccc-5975-47dc-8d44-805712977fa8","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28b56a18-1946-421f-877d-6ea12546b078"},{"name":"PATCH - openconfig-terminal-device - openconfig - ethernet","id":"31231350-8131-4459-bc96-e6c0a5fa43d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet","description":"<p>Top level container for data related to Ethernet framing\nfor the logical channel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ethernet"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"82374b5e-00ff-4229-8127-6695ca6c5e9f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a5105301-4de2-455d-ba6b-9e704ad7a338","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"31231350-8131-4459-bc96-e6c0a5fa43d0"},{"name":"DELETE - openconfig - openconfig-terminal-device - ethernet","id":"57dd48fb-40da-476b-87a3-cbc134e300ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet","description":"<p>Top level container for data related to Ethernet framing\nfor the logical channel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ethernet"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"afcb1a28-627d-4f0d-af6b-4a2d9c8257fb","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57dd48fb-40da-476b-87a3-cbc134e300ff"},{"name":"GET - openconfig - openconfig-terminal-device - ethernet","id":"514d9106-6141-4de0-ab60-18252bcdb913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet?content=all","description":"<p>Top level container for data related to Ethernet framing\nfor the logical channel</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ethernet"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8ad658ed-dbff-4c46-88cb-906577196bb5","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>/ethernet?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>","ethernet"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ethernet\": {\n    \"config\": {\n      \"client-als\": \"ETHERNET\",\n      \"als-delay\": \"0\"\n    },\n    \"lldp\": {}\n  }\n}"}],"_postman_id":"514d9106-6141-4de0-ab60-18252bcdb913"}],"id":"46aab2f9-e055-4189-8efe-ef92676296bd","_postman_id":"46aab2f9-e055-4189-8efe-ef92676296bd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-terminal-device - openconfig - channel","id":"cce17544-756f-4a86-b737-5f320abb1414","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_OC192\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2750G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_800GE\",\n        \"admin-state\": \"MAINT\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>","description":"<p>List of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bac05654-49f8-4a26-af97-271aac4823c8","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_OC192\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2750G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_800GE\",\n        \"admin-state\": \"MAINT\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d449ba4b-abb0-4a9c-a683-bde86a43d319","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_OC192\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2750G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_800GE\",\n        \"admin-state\": \"MAINT\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cce17544-756f-4a86-b737-5f320abb1414"},{"name":"PATCH - openconfig-terminal-device - openconfig - channel","id":"6596c7cc-210a-4598-adbe-51cbe67492a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_OC192\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2750G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_800GE\",\n        \"admin-state\": \"MAINT\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>","description":"<p>List of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"33517b46-5ccb-4d62-bb15-e18b0f1b74ec","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_OC192\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2750G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_800GE\",\n        \"admin-state\": \"MAINT\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"772a5aef-f414-4269-b3ae-096477ef6f58","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_OC192\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_2750G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_800GE\",\n        \"admin-state\": \"MAINT\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6596c7cc-210a-4598-adbe-51cbe67492a0"},{"name":"DELETE - openconfig - openconfig-terminal-device - channel","id":"07353e87-6a22-4f33-b624-0e293cb7e714","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>","description":"<p>List of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e7b3afc3-744a-4f10-b302-85f154e67b43","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"07353e87-6a22-4f33-b624-0e293cb7e714"},{"name":"GET - openconfig - openconfig-terminal-device - channel","id":"685810a1-5e4f-4659-acf9-21d56b6932bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>?content=all","description":"<p>List of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"729e4538-97b3-44f6-9241-c354f224388e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels/channel=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels","channel=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_ODU3\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_550G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_10GE_LAN\",\n        \"admin-state\": \"DISABLED\",\n        \"logical-channel-type\": \"PROT_ETHERNET\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}"}],"_postman_id":"685810a1-5e4f-4659-acf9-21d56b6932bb"}],"id":"99523c06-e017-42b0-8549-99080339c6dc","_postman_id":"99523c06-e017-42b0-8549-99080339c6dc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-terminal-device - logical-channels","id":"7295c0ea-151a-45d5-bc68-737c02b9a10e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_ODU3\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_550G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_10GE_LAN\",\n        \"admin-state\": \"DISABLED\",\n        \"logical-channel-type\": \"PROT_ETHERNET\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels","description":"<p>Enclosing container the list of logical channels</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d9bf7503-1767-4cf0-bf9b-fa7420cef4f4","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"channel\": [\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_1.25G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_200G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_ODU3\",\n        \"admin-state\": \"ENABLED\",\n        \"logical-channel-type\": \"PROT_OTN\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    },\n    {\n      \"ingress\": {\n        \"config\": {\n          \"transceiver\": \"<string>\",\n          \"physical-channel\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"interface\": \"<string>\"\n        }\n      },\n      \"ethernet\": {\n        \"config\": {\n          \"client-als\": \"ETHERNET\",\n          \"als-delay\": \"0\"\n        },\n        \"lldp\": {}\n      },\n      \"otn\": {\n        \"config\": {\n          \"tti-msg-transmit\": \"<string>\",\n          \"tti-msg-auto\": \"<boolean>\",\n          \"tributary-slot-granularity\": \"TRIB_SLOT_5G\",\n          \"tti-msg-expected\": \"<string>\"\n        }\n      },\n      \"index\": \"<long>\",\n      \"config\": {\n        \"rate-class\": \"TRIB_RATE_550G\",\n        \"index\": \"<long>\",\n        \"description\": \"<string>\",\n        \"trib-protocol\": \"PROT_10GE_LAN\",\n        \"admin-state\": \"DISABLED\",\n        \"logical-channel-type\": \"PROT_ETHERNET\",\n        \"loopback-mode\": \"NONE\"\n      },\n      \"logical-channel-assignments\": {\n        \"assignment\": {}\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7295c0ea-151a-45d5-bc68-737c02b9a10e"},{"name":"PUT - openconfig-terminal-device - openconfig - logical-channels","id":"577a95e3-4dce-4350-b9dc-ecf606a326c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_1700G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_100GE\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU4\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels","description":"<p>Enclosing container the list of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2868c9b2-7e5a-4de3-ac23-289cf6ebee57","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_1700G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_100GE\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU4\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"ff5a83bb-8a85-478a-aca0-278e20ea7bcb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_1700G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_100GE\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU4\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"577a95e3-4dce-4350-b9dc-ecf606a326c8"},{"name":"PATCH - openconfig-terminal-device - openconfig - logical-channels","id":"2f5728a2-d3c7-469b-92c7-7badfafd66de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_1700G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_100GE\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU4\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels","description":"<p>Enclosing container the list of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ce49ee5c-110b-467d-9267-d25ea48d9501","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_1700G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_100GE\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU4\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4dc1ffee-a374-43b9-9f45-9a937fe747a5","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_1700G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_100GE\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU4\",\n          \"admin-state\": \"ENABLED\",\n          \"logical-channel-type\": \"LOGICAL_ELEMENT_PROTOCOL_TYPE\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f5728a2-d3c7-469b-92c7-7badfafd66de"},{"name":"DELETE - openconfig - openconfig-terminal-device - logical-channels","id":"7ff5d427-074c-4ad2-bbd5-f4ed3367771c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels","description":"<p>Enclosing container the list of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0913466f-9641-49c7-868c-027302d1bb29","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7ff5d427-074c-4ad2-bbd5-f4ed3367771c"},{"name":"GET - openconfig - openconfig-terminal-device - logical-channels","id":"2d461c82-2dc8-4d1d-902f-46852380205e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels?content=all","description":"<p>Enclosing container the list of logical channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2f734d0d-5a89-485b-a524-e027bb07b2fc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device/logical-channels?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device","logical-channels"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"logical-channels\": {\n    \"channel\": [\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_550G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_ODU2E\",\n          \"admin-state\": \"DISABLED\",\n          \"logical-channel-type\": \"PROT_OTN\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      },\n      {\n        \"ingress\": {\n          \"config\": {\n            \"transceiver\": \"<string>\",\n            \"physical-channel\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"interface\": \"<string>\"\n          }\n        },\n        \"ethernet\": {\n          \"config\": {\n            \"client-als\": \"ETHERNET\",\n            \"als-delay\": \"0\"\n          },\n          \"lldp\": {}\n        },\n        \"otn\": {\n          \"config\": {\n            \"tti-msg-transmit\": \"<string>\",\n            \"tti-msg-auto\": \"<boolean>\",\n            \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n            \"tti-msg-expected\": \"<string>\"\n          }\n        },\n        \"index\": \"<long>\",\n        \"config\": {\n          \"rate-class\": \"TRIB_RATE_3100G\",\n          \"index\": \"<long>\",\n          \"description\": \"<string>\",\n          \"trib-protocol\": \"PROT_STM16\",\n          \"admin-state\": \"MAINT\",\n          \"logical-channel-type\": \"PROT_OTN\",\n          \"loopback-mode\": \"NONE\"\n        },\n        \"logical-channel-assignments\": {\n          \"assignment\": {}\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2d461c82-2dc8-4d1d-902f-46852380205e"}],"id":"a17053dd-e239-4510-8fae-4dd3b0cda1d9","_postman_id":"a17053dd-e239-4510-8fae-4dd3b0cda1d9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-terminal-device - terminal-device","id":"10073284-8d32-4849-8172-eb993fe92425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device","description":"<p>Top-level container for the terminal device</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"977c84a1-9a63-4ae3-8cd6-f2e2786e1041","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"10073284-8d32-4849-8172-eb993fe92425"},{"name":"PUT - openconfig-terminal-device - openconfig - terminal-device","id":"db769e7c-5139-4daf-9e90-ec5282b53787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2500G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"DISABLED\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_850G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"ENABLED\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device","description":"<p>Top-level container for the terminal device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"05285ec6-80fe-40ed-a1b4-a99f2bb92a33","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2500G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"DISABLED\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_850G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"ENABLED\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"9bcfd3e5-6e7a-4f5f-8440-adead77ebcfb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2500G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"DISABLED\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_850G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"ENABLED\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"db769e7c-5139-4daf-9e90-ec5282b53787"},{"name":"PATCH - openconfig-terminal-device - openconfig - terminal-device","id":"cad47104-d336-4a16-a17d-6b2e433a61b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2500G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"DISABLED\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_850G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"ENABLED\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device","description":"<p>Top-level container for the terminal device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a612a8e3-de8e-4dd6-be24-21dfe8503d90","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2500G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"DISABLED\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_850G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"ENABLED\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f963ff0e-f02d-41f7-9e4d-902f1c8bea1c","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-terminal-device:terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2500G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"DISABLED\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIBUTARY_SLOT_GRANULARITY\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_850G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_800GE\",\n            \"admin-state\": \"ENABLED\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cad47104-d336-4a16-a17d-6b2e433a61b0"},{"name":"DELETE - openconfig - openconfig-terminal-device - terminal-device","id":"4f17e436-fa5a-4655-b167-53e8b839fc65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device","description":"<p>Top-level container for the terminal device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"66946263-cfeb-4b7a-9b1c-90adea0c28f9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4f17e436-fa5a-4655-b167-53e8b839fc65"},{"name":"GET - openconfig - openconfig-terminal-device - terminal-device","id":"80bcaf87-2480-41ac-9fb2-c80ff41bd097","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device?content=all","description":"<p>Top-level container for the terminal device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"aa65bdb0-97dd-4a62-84b6-939314d6faab","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device:terminal-device?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device:terminal-device"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"terminal-device\": {\n    \"operational-modes\": {},\n    \"logical-channels\": {\n      \"channel\": [\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_200G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_OC48\",\n            \"admin-state\": \"MAINT\",\n            \"logical-channel-type\": \"PROT_OTN\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        },\n        {\n          \"ingress\": {\n            \"config\": {\n              \"transceiver\": \"<string>\",\n              \"physical-channel\": [\n                \"<integer>\",\n                \"<integer>\"\n              ],\n              \"interface\": \"<string>\"\n            }\n          },\n          \"ethernet\": {\n            \"config\": {\n              \"client-als\": \"ETHERNET\",\n              \"als-delay\": \"0\"\n            },\n            \"lldp\": {}\n          },\n          \"otn\": {\n            \"config\": {\n              \"tti-msg-transmit\": \"<string>\",\n              \"tti-msg-auto\": \"<boolean>\",\n              \"tributary-slot-granularity\": \"TRIB_SLOT_2.5G\",\n              \"tti-msg-expected\": \"<string>\"\n            }\n          },\n          \"index\": \"<long>\",\n          \"config\": {\n            \"rate-class\": \"TRIB_RATE_2650G\",\n            \"index\": \"<long>\",\n            \"description\": \"<string>\",\n            \"trib-protocol\": \"PROT_FLEXO\",\n            \"admin-state\": \"MAINT\",\n            \"logical-channel-type\": \"PROT_ETHERNET\",\n            \"loopback-mode\": \"NONE\"\n          },\n          \"logical-channel-assignments\": {\n            \"assignment\": {}\n          }\n        }\n      ]\n    },\n    \"config\": {}\n  }\n}"}],"_postman_id":"80bcaf87-2480-41ac-9fb2-c80ff41bd097"}],"id":"2bc3861d-a109-4973-a252-e7c59901f42d","_postman_id":"2bc3861d-a109-4973-a252-e7c59901f42d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-terminal-device-properties:transceiver-descriptors","item":[{"name":"transceiver-descriptor={component-descriptor-id}","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - state","id":"a1dd68fa-7fbc-416d-b046-b0053e071a81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>/state?content=all","description":"<p>Static features or properties which characterize the\ncomponent descriptor.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"65eb2946-28ba-47cd-8abd-cdacc098f439","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"system-vendor-part-no\": \"<string>\",\n    \"mfg-part-no\": \"<string>\",\n    \"hardware-version\": \"<string>\",\n    \"firmware-version\": \"<string>\",\n    \"component-descriptor-id\": \"<string>\",\n    \"system-vendor-name\": \"<string>\",\n    \"mfg-name\": \"<string>\"\n  }\n}"}],"_postman_id":"a1dd68fa-7fbc-416d-b046-b0053e071a81"}],"id":"1c3bcc00-0255-4603-861a-3acc798bc296","_postman_id":"1c3bcc00-0255-4603-861a-3acc798bc296","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"transceiver-compatible-modes","item":[{"name":"transceiver-compatible-mode={mode-id}","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - transceiver-compatible-mode","id":"744d5a30-a35b-4b98-9949-149b36a90fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>/transceiver-compatible-modes/transceiver-compatible-mode=<string>?content=all","description":"<p>List of operational modes supported by the target transceiver.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>","transceiver-compatible-modes","transceiver-compatible-mode=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"501852e2-f72e-4700-8aac-50270f52b9ad","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>/transceiver-compatible-modes/transceiver-compatible-mode=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>","transceiver-compatible-modes","transceiver-compatible-mode=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transceiver-compatible-mode\": [\n    {\n      \"mode-id\": \"<integer>\",\n      \"state\": {\n        \"mode-id\": \"<integer>\",\n        \"mode-descriptor-id\": \"<integer>\"\n      }\n    },\n    {\n      \"mode-id\": \"<integer>\",\n      \"state\": {\n        \"mode-id\": \"<integer>\",\n        \"mode-descriptor-id\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"744d5a30-a35b-4b98-9949-149b36a90fd6"}],"id":"999d4260-d224-4a83-a5e2-13161b254bee","_postman_id":"999d4260-d224-4a83-a5e2-13161b254bee","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - transceiver-compatible-modes","id":"43524990-3e62-4f56-b391-eeea46d84623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>/transceiver-compatible-modes?content=all","description":"<p>Indicates the set of operatational-modes, present in the terminal-\ndevice manifest, which are compatible with the described transceiver\ncomponent.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>","transceiver-compatible-modes"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"dc3a0d85-d4ba-4453-af2b-ed5d062ff32c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>/transceiver-compatible-modes?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>","transceiver-compatible-modes"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transceiver-compatible-modes\": {\n    \"transceiver-compatible-mode\": [\n      {\n        \"mode-id\": \"<integer>\",\n        \"state\": {\n          \"mode-id\": \"<integer>\",\n          \"mode-descriptor-id\": \"<integer>\"\n        }\n      },\n      {\n        \"mode-id\": \"<integer>\",\n        \"state\": {\n          \"mode-id\": \"<integer>\",\n          \"mode-descriptor-id\": \"<integer>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"43524990-3e62-4f56-b391-eeea46d84623"}],"id":"049e5e1b-fbcf-46b9-b126-7c13419b12e2","_postman_id":"049e5e1b-fbcf-46b9-b126-7c13419b12e2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - transceiver-descriptor","id":"8211d98c-deb7-4d13-a2ca-306dfd8784a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>?content=all","description":"<p>List of transceiver components supported by the terminal-device.\nThe operational mode provides a platform-defined summary\nof information such as symbol rate, modulation, pulse\nshaping, etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f704f984-28e5-4141-a64b-b28bbf3c68f6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors/transceiver-descriptor=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors","transceiver-descriptor=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transceiver-descriptor\": [\n    {\n      \"transceiver-compatible-modes\": {\n        \"transceiver-compatible-mode\": [\n          {\n            \"mode-id\": \"<integer>\",\n            \"state\": {\n              \"mode-id\": \"<integer>\",\n              \"mode-descriptor-id\": \"<integer>\"\n            }\n          },\n          {\n            \"mode-id\": \"<integer>\",\n            \"state\": {\n              \"mode-id\": \"<integer>\",\n              \"mode-descriptor-id\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"component-descriptor-id\": \"<string>\",\n      \"state\": {\n        \"system-vendor-part-no\": \"<string>\",\n        \"mfg-part-no\": \"<string>\",\n        \"hardware-version\": \"<string>\",\n        \"firmware-version\": \"<string>\",\n        \"component-descriptor-id\": \"<string>\",\n        \"system-vendor-name\": \"<string>\",\n        \"mfg-name\": \"<string>\"\n      }\n    },\n    {\n      \"transceiver-compatible-modes\": {\n        \"transceiver-compatible-mode\": [\n          {\n            \"mode-id\": \"<integer>\",\n            \"state\": {\n              \"mode-id\": \"<integer>\",\n              \"mode-descriptor-id\": \"<integer>\"\n            }\n          },\n          {\n            \"mode-id\": \"<integer>\",\n            \"state\": {\n              \"mode-id\": \"<integer>\",\n              \"mode-descriptor-id\": \"<integer>\"\n            }\n          }\n        ]\n      },\n      \"component-descriptor-id\": \"<string>\",\n      \"state\": {\n        \"system-vendor-part-no\": \"<string>\",\n        \"mfg-part-no\": \"<string>\",\n        \"hardware-version\": \"<string>\",\n        \"firmware-version\": \"<string>\",\n        \"component-descriptor-id\": \"<string>\",\n        \"system-vendor-name\": \"<string>\",\n        \"mfg-name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"8211d98c-deb7-4d13-a2ca-306dfd8784a7"}],"id":"b34aee61-31d3-4f1a-bda1-10c14345689c","_postman_id":"b34aee61-31d3-4f1a-bda1-10c14345689c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - transceiver-descriptors","id":"c054e7a4-531c-4406-931b-4e1d89e77a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors?content=all","description":"<p>Indicates the terminal-device's list of compatible transceiver\ncomponent and its associated modes and mode descriptors compatibility\nmatrix.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"af31cbb9-f9cf-47e8-859d-7207e33c390e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:transceiver-descriptors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:transceiver-descriptors"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"transceiver-descriptors\": {\n    \"transceiver-descriptor\": [\n      {\n        \"transceiver-compatible-modes\": {\n          \"transceiver-compatible-mode\": [\n            {\n              \"mode-id\": \"<integer>\",\n              \"state\": {\n                \"mode-id\": \"<integer>\",\n                \"mode-descriptor-id\": \"<integer>\"\n              }\n            },\n            {\n              \"mode-id\": \"<integer>\",\n              \"state\": {\n                \"mode-id\": \"<integer>\",\n                \"mode-descriptor-id\": \"<integer>\"\n              }\n            }\n          ]\n        },\n        \"component-descriptor-id\": \"<string>\",\n        \"state\": {\n          \"system-vendor-part-no\": \"<string>\",\n          \"mfg-part-no\": \"<string>\",\n          \"hardware-version\": \"<string>\",\n          \"firmware-version\": \"<string>\",\n          \"component-descriptor-id\": \"<string>\",\n          \"system-vendor-name\": \"<string>\",\n          \"mfg-name\": \"<string>\"\n        }\n      },\n      {\n        \"transceiver-compatible-modes\": {\n          \"transceiver-compatible-mode\": [\n            {\n              \"mode-id\": \"<integer>\",\n              \"state\": {\n                \"mode-id\": \"<integer>\",\n                \"mode-descriptor-id\": \"<integer>\"\n              }\n            },\n            {\n              \"mode-id\": \"<integer>\",\n              \"state\": {\n                \"mode-id\": \"<integer>\",\n                \"mode-descriptor-id\": \"<integer>\"\n              }\n            }\n          ]\n        },\n        \"component-descriptor-id\": \"<string>\",\n        \"state\": {\n          \"system-vendor-part-no\": \"<string>\",\n          \"mfg-part-no\": \"<string>\",\n          \"hardware-version\": \"<string>\",\n          \"firmware-version\": \"<string>\",\n          \"component-descriptor-id\": \"<string>\",\n          \"system-vendor-name\": \"<string>\",\n          \"mfg-name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"c054e7a4-531c-4406-931b-4e1d89e77a4e"}],"id":"60faa93d-e63b-4aa6-a256-c2a79b914f27","_postman_id":"60faa93d-e63b-4aa6-a256-c2a79b914f27","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-terminal-device-properties:linecard-descriptors","item":[{"name":"linecard-descriptor={component-descriptor-id}","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - state","id":"24957986-7bfc-44b5-8973-8b53ea3d5e5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>/state?content=all","description":"<p>Static features or properties which characterize the\ncomponent descriptor.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"470bf921-c551-4ed5-ba2a-f0142301820e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"system-vendor-part-no\": \"<string>\",\n    \"mfg-part-no\": \"<string>\",\n    \"hardware-version\": \"<string>\",\n    \"firmware-version\": \"<string>\",\n    \"component-descriptor-id\": \"<string>\",\n    \"system-vendor-name\": \"<string>\",\n    \"mfg-name\": \"<string>\"\n  }\n}"}],"_postman_id":"24957986-7bfc-44b5-8973-8b53ea3d5e5a"}],"id":"b32333d7-16af-48a5-a038-a75c32b00632","_postman_id":"b32333d7-16af-48a5-a038-a75c32b00632","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"compatible-transceivers","item":[{"name":"compatible-transceiver={transceiver-descriptor-id}","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - compatible-transceiver","id":"aca119a5-1027-4c9c-af9e-4e5e2c5c46f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>/compatible-transceivers/compatible-transceiver=<string>?content=all","description":"<p>List of transceiver descriptor ids.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>","compatible-transceivers","compatible-transceiver=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c257451d-3d90-4fda-80d9-315bcc6b7a4b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>/compatible-transceivers/compatible-transceiver=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>","compatible-transceivers","compatible-transceiver=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"compatible-transceiver\": [\n    {\n      \"transceiver-descriptor-id\": \"<string>\",\n      \"state\": {\n        \"transceiver-descriptor-id\": \"<string>\"\n      },\n      \"constrained-compatible-modes\": {}\n    },\n    {\n      \"transceiver-descriptor-id\": \"<string>\",\n      \"state\": {\n        \"transceiver-descriptor-id\": \"<string>\"\n      },\n      \"constrained-compatible-modes\": {}\n    }\n  ]\n}"}],"_postman_id":"aca119a5-1027-4c9c-af9e-4e5e2c5c46f4"}],"id":"69a5e4f8-d4a1-43a9-bf37-d8a4e7644e19","_postman_id":"69a5e4f8-d4a1-43a9-bf37-d8a4e7644e19","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - compatible-transceivers","id":"e4b9da93-c43b-4d15-9daf-10c936ed4cee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>/compatible-transceivers?content=all","description":"<p>Indicates the set of transceiver component which are compatible\nwith the described linecard component.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>","compatible-transceivers"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"95e492fe-d1a3-48b6-8e2e-5588788bdf4c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>/compatible-transceivers?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>","compatible-transceivers"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"compatible-transceivers\": {\n    \"compatible-transceiver\": [\n      {\n        \"transceiver-descriptor-id\": \"<string>\",\n        \"state\": {\n          \"transceiver-descriptor-id\": \"<string>\"\n        },\n        \"constrained-compatible-modes\": {}\n      },\n      {\n        \"transceiver-descriptor-id\": \"<string>\",\n        \"state\": {\n          \"transceiver-descriptor-id\": \"<string>\"\n        },\n        \"constrained-compatible-modes\": {}\n      }\n    ]\n  }\n}"}],"_postman_id":"e4b9da93-c43b-4d15-9daf-10c936ed4cee"}],"id":"0fcfb75f-6cf5-4c87-8d62-b546f7f7b939","_postman_id":"0fcfb75f-6cf5-4c87-8d62-b546f7f7b939","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - linecard-descriptor","id":"b6df7b3a-6e4f-4b0d-80a2-69f9ed25a7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>?content=all","description":"<p>List of linecard components supported by the terminal-device.\nThe operational mode provides a platform-defined summary\nof information such as symbol rate, modulation, pulse\nshaping, etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1065b7b4-59a5-4410-bfe6-c7494faba6ce","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors/linecard-descriptor=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors","linecard-descriptor=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"linecard-descriptor\": [\n    {\n      \"compatible-transceivers\": {\n        \"compatible-transceiver\": [\n          {\n            \"transceiver-descriptor-id\": \"<string>\",\n            \"state\": {\n              \"transceiver-descriptor-id\": \"<string>\"\n            },\n            \"constrained-compatible-modes\": {}\n          },\n          {\n            \"transceiver-descriptor-id\": \"<string>\",\n            \"state\": {\n              \"transceiver-descriptor-id\": \"<string>\"\n            },\n            \"constrained-compatible-modes\": {}\n          }\n        ]\n      },\n      \"component-descriptor-id\": \"<string>\",\n      \"state\": {\n        \"system-vendor-part-no\": \"<string>\",\n        \"mfg-part-no\": \"<string>\",\n        \"hardware-version\": \"<string>\",\n        \"firmware-version\": \"<string>\",\n        \"component-descriptor-id\": \"<string>\",\n        \"system-vendor-name\": \"<string>\",\n        \"mfg-name\": \"<string>\"\n      }\n    },\n    {\n      \"compatible-transceivers\": {\n        \"compatible-transceiver\": [\n          {\n            \"transceiver-descriptor-id\": \"<string>\",\n            \"state\": {\n              \"transceiver-descriptor-id\": \"<string>\"\n            },\n            \"constrained-compatible-modes\": {}\n          },\n          {\n            \"transceiver-descriptor-id\": \"<string>\",\n            \"state\": {\n              \"transceiver-descriptor-id\": \"<string>\"\n            },\n            \"constrained-compatible-modes\": {}\n          }\n        ]\n      },\n      \"component-descriptor-id\": \"<string>\",\n      \"state\": {\n        \"system-vendor-part-no\": \"<string>\",\n        \"mfg-part-no\": \"<string>\",\n        \"hardware-version\": \"<string>\",\n        \"firmware-version\": \"<string>\",\n        \"component-descriptor-id\": \"<string>\",\n        \"system-vendor-name\": \"<string>\",\n        \"mfg-name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"b6df7b3a-6e4f-4b0d-80a2-69f9ed25a7c8"}],"id":"38ff53e6-ee6d-498e-b076-41d0ba33c948","_postman_id":"38ff53e6-ee6d-498e-b076-41d0ba33c948","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - linecard-descriptors","id":"129847ea-3f2e-4c8b-8803-d5dad64c51d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors?content=all","description":"<p>Indicates the terminal-device's list of compatible linecard\ncomponent and its associated modes and mode descriptors compatibility\nmatrix.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"158efe60-d795-41d4-9083-87243083a986","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:linecard-descriptors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:linecard-descriptors"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"linecard-descriptors\": {\n    \"linecard-descriptor\": [\n      {\n        \"compatible-transceivers\": {\n          \"compatible-transceiver\": [\n            {\n              \"transceiver-descriptor-id\": \"<string>\",\n              \"state\": {\n                \"transceiver-descriptor-id\": \"<string>\"\n              },\n              \"constrained-compatible-modes\": {}\n            },\n            {\n              \"transceiver-descriptor-id\": \"<string>\",\n              \"state\": {\n                \"transceiver-descriptor-id\": \"<string>\"\n              },\n              \"constrained-compatible-modes\": {}\n            }\n          ]\n        },\n        \"component-descriptor-id\": \"<string>\",\n        \"state\": {\n          \"system-vendor-part-no\": \"<string>\",\n          \"mfg-part-no\": \"<string>\",\n          \"hardware-version\": \"<string>\",\n          \"firmware-version\": \"<string>\",\n          \"component-descriptor-id\": \"<string>\",\n          \"system-vendor-name\": \"<string>\",\n          \"mfg-name\": \"<string>\"\n        }\n      },\n      {\n        \"compatible-transceivers\": {\n          \"compatible-transceiver\": [\n            {\n              \"transceiver-descriptor-id\": \"<string>\",\n              \"state\": {\n                \"transceiver-descriptor-id\": \"<string>\"\n              },\n              \"constrained-compatible-modes\": {}\n            },\n            {\n              \"transceiver-descriptor-id\": \"<string>\",\n              \"state\": {\n                \"transceiver-descriptor-id\": \"<string>\"\n              },\n              \"constrained-compatible-modes\": {}\n            }\n          ]\n        },\n        \"component-descriptor-id\": \"<string>\",\n        \"state\": {\n          \"system-vendor-part-no\": \"<string>\",\n          \"mfg-part-no\": \"<string>\",\n          \"hardware-version\": \"<string>\",\n          \"firmware-version\": \"<string>\",\n          \"component-descriptor-id\": \"<string>\",\n          \"system-vendor-name\": \"<string>\",\n          \"mfg-name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"129847ea-3f2e-4c8b-8803-d5dad64c51d5"}],"id":"1ee35474-19d0-4260-93ca-7955d54949d9","_postman_id":"1ee35474-19d0-4260-93ca-7955d54949d9","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-terminal-device-properties:operational-mode-descriptors","item":[{"name":"operational-modes={mode-id}","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - state","id":"446095a0-d8f0-4aa3-bc17-3ccf7ee39f03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/state?content=all","description":"<p>Static features or properties which characterize the\noperational mode.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"65a2fa26-cef0-44d8-a687-405339040905","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"optical-channel-spectrum-width\": \"<number>\",\n    \"bit-rate\": \"TRIB_RATE_2400G\",\n    \"mode-id\": \"<integer>\",\n    \"modulation-format\": \"<string>\",\n    \"baud-rate\": \"<number>\"\n  }\n}"}],"_postman_id":"446095a0-d8f0-4aa3-bc17-3ccf7ee39f03"}],"id":"7bef2357-be90-4e4a-89e5-6d79264f7491","_postman_id":"7bef2357-be90-4e4a-89e5-6d79264f7491","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"filter","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - state","id":"2d08cf07-3625-46f1-834d-beb87bf95410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/filter/state?content=all","description":"<p>Filter's state attributes top container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","filter","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"2b17e1d1-aaf5-49b1-ac87-df1d8d39b5ed","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/filter/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","filter","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"pulse-shaping-type\": \"<string>\",\n    \"roll-off\": \"<number>\"\n  }\n}"}],"_postman_id":"2d08cf07-3625-46f1-834d-beb87bf95410"}],"id":"fcd8fcc4-46ac-4789-935b-981bfd666717","_postman_id":"fcd8fcc4-46ac-4789-935b-981bfd666717","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - filter","id":"43b516f0-67a7-4a03-87e3-343345504253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/filter?content=all","description":"<p>This container includes information which characterises the filter at\ntransceiver transmission for the given operational-mode.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","filter"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1aa7d3da-4475-4fbb-8bd8-c6cbb0f73763","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/filter?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","filter"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"filter\": {\n    \"state\": {\n      \"pulse-shaping-type\": \"<string>\",\n      \"roll-off\": \"<number>\"\n    }\n  }\n}"}],"_postman_id":"43b516f0-67a7-4a03-87e3-343345504253"}],"id":"3b859432-7d0b-4d02-bbe9-3bf27a79c512","_postman_id":"3b859432-7d0b-4d02-bbe9-3bf27a79c512","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"fec","item":[{"name":"state","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - state","id":"a425c4c4-95a5-4651-98f7-353f59c11aaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/fec/state?content=all","description":"<p>FEC state attributes top container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","fec","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"cf2e1c44-3a83-4a66-9888-6b8c63799282","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/fec/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","fec","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"coding-gain\": 0,\n    \"fec-coding\": \"<string>\",\n    \"coding-overhead\": \"<number>\"\n  }\n}"}],"_postman_id":"a425c4c4-95a5-4651-98f7-353f59c11aaf"}],"id":"e33578cd-3d2c-4549-aefb-386ed540dc5b","_postman_id":"e33578cd-3d2c-4549-aefb-386ed540dc5b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - fec","id":"16646689-3b26-4e1d-ab95-7e65db3a989a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/fec?content=all","description":"<p>The Forward Error Coding (FEC) coding schema used,\nincluding the name, overhead, pre-fec-ber threshold and\ngain properties.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","fec"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"8178def3-4260-486c-b44a-3135142fad19","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/fec?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","fec"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"fec\": {\n    \"state\": {\n      \"coding-gain\": 0,\n      \"fec-coding\": \"<string>\",\n      \"coding-overhead\": \"<number>\"\n    }\n  }\n}"}],"_postman_id":"16646689-3b26-4e1d-ab95-7e65db3a989a"}],"id":"59bb3a0d-1141-49b0-9b2d-fff0bcaac0ee","_postman_id":"59bb3a0d-1141-49b0-9b2d-fff0bcaac0ee","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"mode-descriptors","item":[{"name":"mode-descriptor={mode-descriptor-id}","item":[{"name":"GET - openconfig - openconfig-terminal-device-properties - mode-descriptor","id":"c8fadfa6-1e73-48bb-8316-c69e1a0f912e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/mode-descriptors/mode-descriptor=<string>?content=all","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","mode-descriptors","mode-descriptor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7485dc54-7dcc-4269-943d-356a647a0537","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/mode-descriptors/mode-descriptor=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","mode-descriptors","mode-descriptor=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mode-descriptor\": [\n    {\n      \"penalties\": {},\n      \"interoperable-modes\": {},\n      \"mode-descriptor-id\": \"<integer>\",\n      \"state\": {\n        \"min-rx-osnr\": \"<number>\",\n        \"min-tx-osnr\": \"<number>\",\n        \"max-input-power\": \"<number>\",\n        \"max-differential-group-delay\": \"<number>\",\n        \"mode-descriptor-id\": \"<integer>\",\n        \"min-input-power\": \"<number>\",\n        \"max-chromatic-dispersion\": \"<number>\"\n      }\n    },\n    {\n      \"penalties\": {},\n      \"interoperable-modes\": {},\n      \"mode-descriptor-id\": \"<integer>\",\n      \"state\": {\n        \"min-rx-osnr\": \"<number>\",\n        \"min-tx-osnr\": \"<number>\",\n        \"max-input-power\": \"<number>\",\n        \"max-differential-group-delay\": \"<number>\",\n        \"mode-descriptor-id\": \"<integer>\",\n        \"min-input-power\": \"<number>\",\n        \"max-chromatic-dispersion\": \"<number>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"c8fadfa6-1e73-48bb-8316-c69e1a0f912e"}],"id":"67fe956a-1c77-4e61-97e3-da6159754ac2","_postman_id":"67fe956a-1c77-4e61-97e3-da6159754ac2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - mode-descriptors","id":"aa21dcd4-cb5d-427b-abb0-b84d815a5cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/mode-descriptors?content=all","description":"<p>Explicit definition of the operational-mode. Typically this is used\nfor non-standard/proprietary modes defined by the terminal-device\nvendor and it is self-described by the capabilities included in\nthe subtree underneath.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","mode-descriptors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3f13afc0-40c9-4118-bd6a-424c956fb4cf","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>/mode-descriptors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>","mode-descriptors"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"mode-descriptors\": {\n    \"mode-descriptor\": [\n      {\n        \"penalties\": {},\n        \"interoperable-modes\": {},\n        \"mode-descriptor-id\": \"<integer>\",\n        \"state\": {\n          \"min-rx-osnr\": \"<number>\",\n          \"min-tx-osnr\": \"<number>\",\n          \"max-input-power\": \"<number>\",\n          \"max-differential-group-delay\": \"<number>\",\n          \"mode-descriptor-id\": \"<integer>\",\n          \"min-input-power\": \"<number>\",\n          \"max-chromatic-dispersion\": \"<number>\"\n        }\n      },\n      {\n        \"penalties\": {},\n        \"interoperable-modes\": {},\n        \"mode-descriptor-id\": \"<integer>\",\n        \"state\": {\n          \"min-rx-osnr\": \"<number>\",\n          \"min-tx-osnr\": \"<number>\",\n          \"max-input-power\": \"<number>\",\n          \"max-differential-group-delay\": \"<number>\",\n          \"mode-descriptor-id\": \"<integer>\",\n          \"min-input-power\": \"<number>\",\n          \"max-chromatic-dispersion\": \"<number>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"aa21dcd4-cb5d-427b-abb0-b84d815a5cfb"}],"id":"f5c93e75-af1b-4db3-bc09-e4280236035e","_postman_id":"f5c93e75-af1b-4db3-bc09-e4280236035e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - operational-modes","id":"952174c6-edeb-4ea2-817f-70d7d792d7ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>?content=all","description":"<p>List of operational modes supported by the terminal-device.\nThe operational mode descriptor list provides a platform-defined\nsummary of the modes' information such as symbol rate, modulation, pulse\nshaping, etc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5c2e8a1a-7e5e-4a4f-9fe7-4aadfe9b1b77","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors/operational-modes=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors","operational-modes=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operational-modes\": [\n    {\n      \"filter\": {\n        \"state\": {\n          \"pulse-shaping-type\": \"<string>\",\n          \"roll-off\": \"<number>\"\n        }\n      },\n      \"mode-id\": \"<integer>\",\n      \"fec\": {\n        \"state\": {\n          \"coding-gain\": 0,\n          \"fec-coding\": \"<string>\",\n          \"coding-overhead\": \"<number>\"\n        }\n      },\n      \"mode-descriptors\": {\n        \"mode-descriptor\": [\n          {\n            \"penalties\": {},\n            \"interoperable-modes\": {},\n            \"mode-descriptor-id\": \"<integer>\",\n            \"state\": {\n              \"min-rx-osnr\": \"<number>\",\n              \"min-tx-osnr\": \"<number>\",\n              \"max-input-power\": \"<number>\",\n              \"max-differential-group-delay\": \"<number>\",\n              \"mode-descriptor-id\": \"<integer>\",\n              \"min-input-power\": \"<number>\",\n              \"max-chromatic-dispersion\": \"<number>\"\n            }\n          },\n          {\n            \"penalties\": {},\n            \"interoperable-modes\": {},\n            \"mode-descriptor-id\": \"<integer>\",\n            \"state\": {\n              \"min-rx-osnr\": \"<number>\",\n              \"min-tx-osnr\": \"<number>\",\n              \"max-input-power\": \"<number>\",\n              \"max-differential-group-delay\": \"<number>\",\n              \"mode-descriptor-id\": \"<integer>\",\n              \"min-input-power\": \"<number>\",\n              \"max-chromatic-dispersion\": \"<number>\"\n            }\n          }\n        ]\n      },\n      \"state\": {\n        \"optical-channel-spectrum-width\": \"<number>\",\n        \"bit-rate\": \"TRIB_RATE_250G\",\n        \"mode-id\": \"<integer>\",\n        \"modulation-format\": \"<string>\",\n        \"baud-rate\": \"<number>\"\n      }\n    },\n    {\n      \"filter\": {\n        \"state\": {\n          \"pulse-shaping-type\": \"<string>\",\n          \"roll-off\": \"<number>\"\n        }\n      },\n      \"mode-id\": \"<integer>\",\n      \"fec\": {\n        \"state\": {\n          \"coding-gain\": 0,\n          \"fec-coding\": \"<string>\",\n          \"coding-overhead\": \"<number>\"\n        }\n      },\n      \"mode-descriptors\": {\n        \"mode-descriptor\": [\n          {\n            \"penalties\": {},\n            \"interoperable-modes\": {},\n            \"mode-descriptor-id\": \"<integer>\",\n            \"state\": {\n              \"min-rx-osnr\": \"<number>\",\n              \"min-tx-osnr\": \"<number>\",\n              \"max-input-power\": \"<number>\",\n              \"max-differential-group-delay\": \"<number>\",\n              \"mode-descriptor-id\": \"<integer>\",\n              \"min-input-power\": \"<number>\",\n              \"max-chromatic-dispersion\": \"<number>\"\n            }\n          },\n          {\n            \"penalties\": {},\n            \"interoperable-modes\": {},\n            \"mode-descriptor-id\": \"<integer>\",\n            \"state\": {\n              \"min-rx-osnr\": \"<number>\",\n              \"min-tx-osnr\": \"<number>\",\n              \"max-input-power\": \"<number>\",\n              \"max-differential-group-delay\": \"<number>\",\n              \"mode-descriptor-id\": \"<integer>\",\n              \"min-input-power\": \"<number>\",\n              \"max-chromatic-dispersion\": \"<number>\"\n            }\n          }\n        ]\n      },\n      \"state\": {\n        \"optical-channel-spectrum-width\": \"<number>\",\n        \"bit-rate\": \"TRIB_RATE_1500G\",\n        \"mode-id\": \"<integer>\",\n        \"modulation-format\": \"<string>\",\n        \"baud-rate\": \"<number>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"952174c6-edeb-4ea2-817f-70d7d792d7ab"}],"id":"04eaf8c5-38ff-4d9c-b738-6269bee7202e","_postman_id":"04eaf8c5-38ff-4d9c-b738-6269bee7202e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - openconfig-terminal-device-properties - operational-mode-descriptors","id":"078059c4-8d10-4f7d-8b4c-e82556a99c14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors?content=all","description":"<p>Indicates the transceiver's list of supported operational\nmodes and its associated transmission features</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"311f43fc-93ea-4227-a317-7789384e5143","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-terminal-device-properties:operational-mode-descriptors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-terminal-device-properties:operational-mode-descriptors"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"operational-mode-descriptors\": {\n    \"operational-modes\": [\n      {\n        \"filter\": {\n          \"state\": {\n            \"pulse-shaping-type\": \"<string>\",\n            \"roll-off\": \"<number>\"\n          }\n        },\n        \"mode-id\": \"<integer>\",\n        \"fec\": {\n          \"state\": {\n            \"coding-gain\": 0,\n            \"fec-coding\": \"<string>\",\n            \"coding-overhead\": \"<number>\"\n          }\n        },\n        \"mode-descriptors\": {\n          \"mode-descriptor\": [\n            {\n              \"penalties\": {},\n              \"interoperable-modes\": {},\n              \"mode-descriptor-id\": \"<integer>\",\n              \"state\": {\n                \"min-rx-osnr\": \"<number>\",\n                \"min-tx-osnr\": \"<number>\",\n                \"max-input-power\": \"<number>\",\n                \"max-differential-group-delay\": \"<number>\",\n                \"mode-descriptor-id\": \"<integer>\",\n                \"min-input-power\": \"<number>\",\n                \"max-chromatic-dispersion\": \"<number>\"\n              }\n            },\n            {\n              \"penalties\": {},\n              \"interoperable-modes\": {},\n              \"mode-descriptor-id\": \"<integer>\",\n              \"state\": {\n                \"min-rx-osnr\": \"<number>\",\n                \"min-tx-osnr\": \"<number>\",\n                \"max-input-power\": \"<number>\",\n                \"max-differential-group-delay\": \"<number>\",\n                \"mode-descriptor-id\": \"<integer>\",\n                \"min-input-power\": \"<number>\",\n                \"max-chromatic-dispersion\": \"<number>\"\n              }\n            }\n          ]\n        },\n        \"state\": {\n          \"optical-channel-spectrum-width\": \"<number>\",\n          \"bit-rate\": \"TRIB_RATE_2150G\",\n          \"mode-id\": \"<integer>\",\n          \"modulation-format\": \"<string>\",\n          \"baud-rate\": \"<number>\"\n        }\n      },\n      {\n        \"filter\": {\n          \"state\": {\n            \"pulse-shaping-type\": \"<string>\",\n            \"roll-off\": \"<number>\"\n          }\n        },\n        \"mode-id\": \"<integer>\",\n        \"fec\": {\n          \"state\": {\n            \"coding-gain\": 0,\n            \"fec-coding\": \"<string>\",\n            \"coding-overhead\": \"<number>\"\n          }\n        },\n        \"mode-descriptors\": {\n          \"mode-descriptor\": [\n            {\n              \"penalties\": {},\n              \"interoperable-modes\": {},\n              \"mode-descriptor-id\": \"<integer>\",\n              \"state\": {\n                \"min-rx-osnr\": \"<number>\",\n                \"min-tx-osnr\": \"<number>\",\n                \"max-input-power\": \"<number>\",\n                \"max-differential-group-delay\": \"<number>\",\n                \"mode-descriptor-id\": \"<integer>\",\n                \"min-input-power\": \"<number>\",\n                \"max-chromatic-dispersion\": \"<number>\"\n              }\n            },\n            {\n              \"penalties\": {},\n              \"interoperable-modes\": {},\n              \"mode-descriptor-id\": \"<integer>\",\n              \"state\": {\n                \"min-rx-osnr\": \"<number>\",\n                \"min-tx-osnr\": \"<number>\",\n                \"max-input-power\": \"<number>\",\n                \"max-differential-group-delay\": \"<number>\",\n                \"mode-descriptor-id\": \"<integer>\",\n                \"min-input-power\": \"<number>\",\n                \"max-chromatic-dispersion\": \"<number>\"\n              }\n            }\n          ]\n        },\n        \"state\": {\n          \"optical-channel-spectrum-width\": \"<number>\",\n          \"bit-rate\": \"TRIB_RATE_400G\",\n          \"mode-id\": \"<integer>\",\n          \"modulation-format\": \"<string>\",\n          \"baud-rate\": \"<number>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"078059c4-8d10-4f7d-8b4c-e82556a99c14"}],"id":"705d1c8c-96a2-486f-bdca-593e0c1e4008","_postman_id":"705d1c8c-96a2-486f-bdca-593e0c1e4008","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-transport-line-connectivity:connections","item":[{"name":"connection={index}","item":[{"name":"config","item":[{"name":"PUT - openconfig-transport-line-connectivity - openconfig - config","id":"8d7f9156-4eda-47ec-a767-a89f03c208d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config","description":"<p>Configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a99c8cff-7b7b-4096-99d1-ca7cb018aa44","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b891b4e8-ac75-410b-b800-3612f846240f","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8d7f9156-4eda-47ec-a767-a89f03c208d4"},{"name":"PATCH - openconfig-transport-line-connectivity - openconfig - config","id":"7d4bb231-3b6c-4ded-ad62-c0abc2d68130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config","description":"<p>Configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e940b680-4227-4e53-95c5-e00dc42cd40c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f88bfa53-8dbe-448c-8cb7-02b04ab069f6","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d4bb231-3b6c-4ded-ad62-c0abc2d68130"},{"name":"DELETE - openconfig - openconfig-transport-line-connectivity - config","id":"ec198942-0bfa-43dc-8ce7-cbfebacad295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config","description":"<p>Configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"086da345-5828-46ba-9258-b0d69bce9f78","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec198942-0bfa-43dc-8ce7-cbfebacad295"},{"name":"GET - openconfig - openconfig-transport-line-connectivity - config","id":"4b56dbc9-8a4b-46c8-bbea-527b1b87f32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config?content=all","description":"<p>Configuration data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"100806d0-179b-4dc6-90e2-07a97c234966","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}"}],"_postman_id":"4b56dbc9-8a4b-46c8-bbea-527b1b87f32d"}],"id":"c6037b7a-a4fd-4e4e-8008-cbe6c10f5b22","_postman_id":"c6037b7a-a4fd-4e4e-8008-cbe6c10f5b22","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-transport-line-connectivity - state","id":"d1f23ae7-e190-49c2-9d1e-96ba1c563e19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/state?content=all","description":"<p>Operational state data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"aae63d8a-91bf-4daf-b73a-bc454a7be8e9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"index\": \"<long>\",\n    \"source\": \"<string>\",\n    \"dest\": \"<string>\",\n    \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n  }\n}"}],"_postman_id":"d1f23ae7-e190-49c2-9d1e-96ba1c563e19"}],"id":"cf2abef2-9767-44d3-a839-384db715b271","_postman_id":"cf2abef2-9767-44d3-a839-384db715b271","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-transport-line-connectivity - openconfig - connection","id":"2eacf2c6-a0f7-4d36-9875-dd38de49b5a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>","description":"<p>List of line system connections</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"60e295d3-ba60-4f9d-96b6-cc92e44f0874","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8c907b47-d577-4730-8468-10f62c89b3e6","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2eacf2c6-a0f7-4d36-9875-dd38de49b5a0"},{"name":"PATCH - openconfig-transport-line-connectivity - openconfig - connection","id":"290c55fe-a24d-40e4-bd37-95ce170277b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>","description":"<p>List of line system connections</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4a1cf01b-d229-497f-941a-67b75f34663c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"082b057c-9149-4bde-b0d9-8564c1dba6c3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"290c55fe-a24d-40e4-bd37-95ce170277b3"},{"name":"DELETE - openconfig - openconfig-transport-line-connectivity - connection","id":"c3e1989e-406f-4d13-b545-5dda823174b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>","description":"<p>List of line system connections</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d96b8639-050a-4961-b379-34a31d4d9605","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c3e1989e-406f-4d13-b545-5dda823174b4"},{"name":"GET - openconfig - openconfig-transport-line-connectivity - connection","id":"ab9bedf2-2696-49ac-9e62-af82cb9aac1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>?content=all","description":"<p>List of line system connections</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"a9dbf530-f490-408c-9a93-3bfe949e2089","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections/connection=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections","connection=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_MULTI_FIBER_STRAND\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_TYPE\"\n      }\n    }\n  ]\n}"}],"_postman_id":"ab9bedf2-2696-49ac-9e62-af82cb9aac1d"}],"id":"5671d9ba-8b20-4bfc-bfbb-4e4e1aa9eedf","_postman_id":"5671d9ba-8b20-4bfc-bfbb-4e4e1aa9eedf","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-transport-line-connectivity - connections","id":"3da43325-d39f-49b2-9491-c45e9fb9759f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_MULTI_FIBER_STRAND\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_TYPE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections","description":"<p>Enclosing container for line system connections list</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5f6b8520-3c11-446b-92fb-3d7493384aa1","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"connection\": [\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_MULTI_FIBER_STRAND\"\n      }\n    },\n    {\n      \"index\": \"<long>\",\n      \"config\": {\n        \"index\": \"<long>\",\n        \"source\": \"<string>\",\n        \"dest\": \"<string>\",\n        \"fiber-type\": \"FIBER_JUMPER_TYPE\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3da43325-d39f-49b2-9491-c45e9fb9759f"},{"name":"PUT - openconfig-transport-line-connectivity - openconfig - connections","id":"767f0a05-6dee-4c36-9a42-bd94178fa1fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections","description":"<p>Enclosing container for line system connections list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a6bb2eb4-2ca7-4f0f-beb1-fa82f4d7e6db","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"81e7aec6-c767-49b3-82d8-697a51146c89","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"767f0a05-6dee-4c36-9a42-bd94178fa1fe"},{"name":"PATCH - openconfig-transport-line-connectivity - openconfig - connections","id":"6679bf0a-18d5-4de9-a85d-ffc3b1bf46cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections","description":"<p>Enclosing container for line system connections list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7daa15a9-a8a4-4eae-a003-0e37debdc05d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"89b04a92-8d8a-4225-8ddb-abf7d0f4416f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-connectivity:connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6679bf0a-18d5-4de9-a85d-ffc3b1bf46cf"},{"name":"DELETE - openconfig - openconfig-transport-line-connectivity - connections","id":"81922f17-583a-49bc-ab20-ea512aeeebb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections","description":"<p>Enclosing container for line system connections list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"39bf2cc4-95b2-42b5-896f-7ca2bfd22872","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"81922f17-583a-49bc-ab20-ea512aeeebb2"},{"name":"GET - openconfig - openconfig-transport-line-connectivity - connections","id":"4a702021-1ed2-4fc2-80d4-83227821bac5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections?content=all","description":"<p>Enclosing container for line system connections list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"590f53f0-df63-4f54-9a2c-0fca6571f2b9","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-connectivity:connections?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-connectivity:connections"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"connections\": {\n    \"connection\": [\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_TYPE\"\n        }\n      },\n      {\n        \"index\": \"<long>\",\n        \"config\": {\n          \"index\": \"<long>\",\n          \"source\": \"<string>\",\n          \"dest\": \"<string>\",\n          \"fiber-type\": \"FIBER_JUMPER_SIMPLEX\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"4a702021-1ed2-4fc2-80d4-83227821bac5"}],"id":"d9ecd0e2-3b54-436e-989c-dc98305c0d5f","_postman_id":"d9ecd0e2-3b54-436e-989c-dc98305c0d5f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-transport-line-protection:aps","item":[{"name":"aps-modules","item":[{"name":"aps-module={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-transport-line-protection - openconfig - config","id":"a8b5a601-1771-4fab-b2b5-8a4a48f64010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config","description":"<p>Configuration data for an automatic protection\nswitch module</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"10b9e95b-b9ed-4732-a425-0f6bee322ffd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"989200cd-4dbd-4730-95be-a71ad2cb6680","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a8b5a601-1771-4fab-b2b5-8a4a48f64010"},{"name":"PATCH - openconfig-transport-line-protection - openconfig - config","id":"d9c81b29-00bb-4458-bd28-f11784af154b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config","description":"<p>Configuration data for an automatic protection\nswitch module</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5e8b3172-72bf-42cf-b4ea-d0f5b7d06e53","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0ef0c9d4-d183-4e94-92f9-11034d9c56b0","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d9c81b29-00bb-4458-bd28-f11784af154b"},{"name":"DELETE - openconfig - openconfig-transport-line-protection - config","id":"175dd749-6582-4e2e-a07f-1fe3468ea449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config","description":"<p>Configuration data for an automatic protection\nswitch module</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dad3d782-c9a1-496f-a87e-f934b517e31b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"175dd749-6582-4e2e-a07f-1fe3468ea449"},{"name":"GET - openconfig - openconfig-transport-line-protection - config","id":"edca38a2-0d8c-4eb3-afe0-6b8aab6cd57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config?content=all","description":"<p>Configuration data for an automatic protection\nswitch module</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c45d07db-2d79-44a8-8e83-c3bb86837cad","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}"}],"_postman_id":"edca38a2-0d8c-4eb3-afe0-6b8aab6cd57f"}],"id":"a9f7479f-c93e-4862-b8b1-16c83efc31fd","_postman_id":"a9f7479f-c93e-4862-b8b1-16c83efc31fd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-transport-line-protection - state","id":"6361da39-3baa-42a7-bd4c-d626bc90cabd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/state?content=all","description":"<p>Operational state data for an automatic protection\nswitch module</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"093d5a56-02e2-4069-86a8-da298dd5842f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"revertive\": \"<boolean>\",\n    \"wait-to-restore-time\": \"<long>\",\n    \"name\": \"<string>\",\n    \"hold-off-time\": \"<long>\",\n    \"primary-switch-hysteresis\": 0,\n    \"primary-switch-threshold\": \"<number>\",\n    \"secondary-switch-threshold\": \"<number>\"\n  }\n}"}],"_postman_id":"6361da39-3baa-42a7-bd4c-d626bc90cabd"}],"id":"fa37eca8-e7d1-4f82-bfe4-a4be07ea4d0d","_postman_id":"fa37eca8-e7d1-4f82-bfe4-a4be07ea4d0d","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"ports","item":[{"name":"PUT - openconfig-transport-line-protection - openconfig - ports","id":"424dd527-c09c-4188-a9e3-29fda797520a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports","description":"<p>Top level grouping for automatic protection switch ports</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6f08da0e-5515-49eb-a81b-96d6e5efb840","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"3e54e4e2-1ebf-451f-abbb-ff7b657b1a26","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"424dd527-c09c-4188-a9e3-29fda797520a"},{"name":"PATCH - openconfig-transport-line-protection - openconfig - ports","id":"461c481e-f44b-497b-a66d-71c5f2179568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports","description":"<p>Top level grouping for automatic protection switch ports</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"26b5fce0-877f-4995-9d05-d7671352cf1d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bd12c219-a0e6-46ae-adcf-f2ba8e557045","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"461c481e-f44b-497b-a66d-71c5f2179568"},{"name":"DELETE - openconfig - openconfig-transport-line-protection - ports","id":"29afb274-5b49-4425-8a13-bb9731864dbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports","description":"<p>Top level grouping for automatic protection switch ports</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"66ff2408-7a20-4691-9800-ae2f6d2aecb7","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"29afb274-5b49-4425-8a13-bb9731864dbe"},{"name":"GET - openconfig - openconfig-transport-line-protection - ports","id":"d4f87d91-4ba9-441e-a571-e5b40d0c8cf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports?content=all","description":"<p>Top level grouping for automatic protection switch ports</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","ports"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"d412ad1d-d872-4a9e-ae13-90e2776b6c9d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>/ports?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>","ports"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ports\": {\n    \"line-primary-out\": {},\n    \"line-secondary-out\": {},\n    \"common-in\": {},\n    \"line-primary-in\": {},\n    \"line-secondary-in\": {},\n    \"common-output\": {}\n  }\n}"}],"_postman_id":"d4f87d91-4ba9-441e-a571-e5b40d0c8cf3"}],"id":"6e3222bb-050b-49a8-a72a-44c1b7c992df","_postman_id":"6e3222bb-050b-49a8-a72a-44c1b7c992df","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-transport-line-protection - openconfig - aps-module","id":"747eb666-e94f-4912-a35b-a365c8d66d3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>","description":"<p>List of automatic protection switch modules present\nin the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b60e35e6-0689-4713-b8c4-4e2d989c2dac","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"512cd98b-acad-4d39-b9cd-6feacc6ecbf3","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"747eb666-e94f-4912-a35b-a365c8d66d3f"},{"name":"PATCH - openconfig-transport-line-protection - openconfig - aps-module","id":"117f6e12-f432-4d7f-8057-a59584085d5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>","description":"<p>List of automatic protection switch modules present\nin the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f8968f64-9a51-41ef-bddb-f3228c44219e","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f750c89d-53eb-4523-a1d6-4cffd74ab60d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"117f6e12-f432-4d7f-8057-a59584085d5c"},{"name":"DELETE - openconfig - openconfig-transport-line-protection - aps-module","id":"e0322c49-5107-477b-b492-853f9b45e73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>","description":"<p>List of automatic protection switch modules present\nin the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"72a2941e-381c-4052-a243-ed0029fd6199","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e0322c49-5107-477b-b492-853f9b45e73d"},{"name":"GET - openconfig - openconfig-transport-line-protection - aps-module","id":"5527b94c-0fe7-45f5-ac81-eb5ff4597d35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>?content=all","description":"<p>List of automatic protection switch modules present\nin the device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"fdb268b0-93ac-4e8a-9cb1-dc76fee40ec2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules/aps-module=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules","aps-module=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"5527b94c-0fe7-45f5-ac81-eb5ff4597d35"}],"id":"044cd9ff-30a8-4a55-9dd3-00f777d7bab0","_postman_id":"044cd9ff-30a8-4a55-9dd3-00f777d7bab0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-transport-line-protection - aps-modules","id":"ec4005eb-31eb-4641-874f-3f3989dd1530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules","description":"<p>Enclosing container for list of automatic protection\n      switch modules</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2132f75a-a60c-44f1-92d6-88e97242492b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"aps-module\": [\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"ports\": {\n        \"line-primary-out\": {},\n        \"line-secondary-out\": {},\n        \"common-in\": {},\n        \"line-primary-in\": {},\n        \"line-secondary-in\": {},\n        \"common-output\": {}\n      },\n      \"config\": {\n        \"revertive\": \"<boolean>\",\n        \"wait-to-restore-time\": \"<long>\",\n        \"name\": \"<string>\",\n        \"hold-off-time\": \"<long>\",\n        \"primary-switch-hysteresis\": 0,\n        \"primary-switch-threshold\": \"<number>\",\n        \"secondary-switch-threshold\": \"<number>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ec4005eb-31eb-4641-874f-3f3989dd1530"},{"name":"PUT - openconfig-transport-line-protection - openconfig - aps-modules","id":"998b66c0-dcc6-47a4-97d8-162b78587331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules","description":"<p>Enclosing container for list of automatic protection\n      switch modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c5cb778f-88f5-4a1c-b3df-5b6fd4e40735","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"2408ad2a-4dba-4476-acfa-1f30491a3c2b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"998b66c0-dcc6-47a4-97d8-162b78587331"},{"name":"PATCH - openconfig-transport-line-protection - openconfig - aps-modules","id":"6885365d-8429-4259-a2a9-abec69733cdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules","description":"<p>Enclosing container for list of automatic protection\n      switch modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ace3247e-2d64-4bec-8292-eab46432d463","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"748ef046-4431-4239-859a-fc0e50f7c1c9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6885365d-8429-4259-a2a9-abec69733cdd"},{"name":"DELETE - openconfig - openconfig-transport-line-protection - aps-modules","id":"c771fb83-4720-45af-a476-029f4863c58c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules","description":"<p>Enclosing container for list of automatic protection\n      switch modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"85ae6f6e-d32a-4cc9-80c1-a7b1470b8409","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c771fb83-4720-45af-a476-029f4863c58c"},{"name":"GET - openconfig - openconfig-transport-line-protection - aps-modules","id":"1260a9de-0026-46e2-9a11-4f3e709dbf61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules?content=all","description":"<p>Enclosing container for list of automatic protection\n      switch modules</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7fba4210-1fab-4498-8d4f-281c9005304c","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps/aps-modules?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps","aps-modules"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"1260a9de-0026-46e2-9a11-4f3e709dbf61"}],"id":"7587ced4-92da-4338-99a3-bdfc58cccc81","_postman_id":"7587ced4-92da-4338-99a3-bdfc58cccc81","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-transport-line-protection - aps","id":"028f29a7-98ec-44d9-a270-b16929de2538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps","description":"<p>Top level grouping for automatic protection switch data</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"10740b34-e741-4e9f-9f7b-38bbe04aebda","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"aps-modules\": {\n    \"aps-module\": [\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"ports\": {\n          \"line-primary-out\": {},\n          \"line-secondary-out\": {},\n          \"common-in\": {},\n          \"line-primary-in\": {},\n          \"line-secondary-in\": {},\n          \"common-output\": {}\n        },\n        \"config\": {\n          \"revertive\": \"<boolean>\",\n          \"wait-to-restore-time\": \"<long>\",\n          \"name\": \"<string>\",\n          \"hold-off-time\": \"<long>\",\n          \"primary-switch-hysteresis\": 0,\n          \"primary-switch-threshold\": \"<number>\",\n          \"secondary-switch-threshold\": \"<number>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"028f29a7-98ec-44d9-a270-b16929de2538"},{"name":"PUT - openconfig-transport-line-protection - openconfig - aps","id":"197846de-157e-4d81-8f38-b23138209fa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps","description":"<p>Top level grouping for automatic protection switch data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dbe914e0-951c-456e-aab5-91e0f7e2e49c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fa1442da-93f3-4879-98ba-ca762a6047e1","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"197846de-157e-4d81-8f38-b23138209fa2"},{"name":"PATCH - openconfig-transport-line-protection - openconfig - aps","id":"2b6efcd4-0f16-4f11-9b54-07156fa0611b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps","description":"<p>Top level grouping for automatic protection switch data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2d365613-cc4b-47ff-a494-3ce15b464759","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"db50eef5-7894-4726-aa26-82c20428f1c9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-transport-line-protection:aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b6efcd4-0f16-4f11-9b54-07156fa0611b"},{"name":"DELETE - openconfig - openconfig-transport-line-protection - aps","id":"d64e5eb9-6555-435b-9a82-40a10666f1e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps","description":"<p>Top level grouping for automatic protection switch data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0a6b1966-4f3f-48c1-8315-1090714b646d","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d64e5eb9-6555-435b-9a82-40a10666f1e2"},{"name":"GET - openconfig - openconfig-transport-line-protection - aps","id":"f0e3034c-0aa1-45c8-8142-de15c9c522df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps?content=all","description":"<p>Top level grouping for automatic protection switch data</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"19372b2a-b46f-424c-86a7-4d1d0ca8ab05","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-transport-line-protection:aps?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-transport-line-protection:aps"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"aps\": {\n    \"aps-modules\": {\n      \"aps-module\": [\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"ports\": {\n            \"line-primary-out\": {},\n            \"line-secondary-out\": {},\n            \"common-in\": {},\n            \"line-primary-in\": {},\n            \"line-secondary-in\": {},\n            \"common-output\": {}\n          },\n          \"config\": {\n            \"revertive\": \"<boolean>\",\n            \"wait-to-restore-time\": \"<long>\",\n            \"name\": \"<string>\",\n            \"hold-off-time\": \"<long>\",\n            \"primary-switch-hysteresis\": 0,\n            \"primary-switch-threshold\": \"<number>\",\n            \"secondary-switch-threshold\": \"<number>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"f0e3034c-0aa1-45c8-8142-de15c9c522df"}],"id":"eec611d1-fbdd-44bd-b154-4839cde7f2b3","_postman_id":"eec611d1-fbdd-44bd-b154-4839cde7f2b3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-wavelength-router:wavelength-router","item":[{"name":"media-channels","item":[{"name":"channel={index}","item":[{"name":"config","item":[{"name":"PUT - openconfig-wavelength-router - openconfig - config","id":"9af4ba11-61b7-4f1f-ba01-395927381a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a1aaf2f6-3527-4a5d-87ea-f5ec24fc0125","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"42f548d2-130a-4842-965a-470649264cb9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9af4ba11-61b7-4f1f-ba01-395927381a07"},{"name":"PATCH - openconfig-wavelength-router - openconfig - config","id":"d85f1c49-d3ed-4944-a822-cb57aea07b92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a20ef01d-e6e9-43b9-ab61-d9f649b09cce","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f710d143-3ad0-4a96-8ebd-70129dd39434","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"ENABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d85f1c49-d3ed-4944-a822-cb57aea07b92"},{"name":"DELETE - openconfig - openconfig-wavelength-router - config","id":"f02b2108-470e-4762-acea-3da7be5b2752","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c0028386-67d1-42f7-9d4b-18b6f287b590","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f02b2108-470e-4762-acea-3da7be5b2752"},{"name":"GET - openconfig - openconfig-wavelength-router - config","id":"29b5cd38-1199-4e82-8338-cecf37a75990","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config?content=all","description":"<p>Configuration data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5f5a7dd1-ae15-41e6-a1a1-0cd56d8d28a1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"super-channel-parent\": \"<long>\",\n    \"admin-status\": \"DISABLED\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\",\n    \"super-channel\": \"<boolean>\"\n  }\n}"}],"_postman_id":"29b5cd38-1199-4e82-8338-cecf37a75990"}],"id":"f6323a1b-739e-4c5c-9845-3802ccc8a8a2","_postman_id":"f6323a1b-739e-4c5c-9845-3802ccc8a8a2","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wavelength-router - state","id":"ad67eb92-4d8b-40b5-9bbe-40c778f4d82f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/state?content=all","description":"<p>Operational state data </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"02416681-ab28-4bb8-9e3b-b4ab1ab5b5a2","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"ase-status\": \"PRESENT\",\n    \"admin-status\": \"MAINT\",\n    \"oper-status\": \"DOWN\",\n    \"name\": \"<string>\",\n    \"index\": \"<long>\",\n    \"lower-frequency\": \"<integer>\",\n    \"upper-frequency\": \"<integer>\"\n  }\n}"}],"_postman_id":"ad67eb92-4d8b-40b5-9bbe-40c778f4d82f"}],"id":"63797874-c7ba-44a0-b4e6-941d5c28370e","_postman_id":"63797874-c7ba-44a0-b4e6-941d5c28370e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"source","item":[{"name":"PUT - openconfig-wavelength-router - openconfig - source","id":"24a4d115-6a3c-4993-a7bc-83b59e683eae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source","description":"<p>Top-level container for media channel source</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","source"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"86422732-7ae9-4466-a3e7-38413a4b2509","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f45699a2-656a-4594-87ce-3c11199a2a8b","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24a4d115-6a3c-4993-a7bc-83b59e683eae"},{"name":"PATCH - openconfig-wavelength-router - openconfig - source","id":"f32e843a-6b9e-422a-9f77-daebc641b7af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source","description":"<p>Top-level container for media channel source</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","source"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a9daac1e-bd7a-433a-9072-756bd55d8e19","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a939b20e-1309-4442-8da9-74739d8c020f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f32e843a-6b9e-422a-9f77-daebc641b7af"},{"name":"DELETE - openconfig - openconfig-wavelength-router - source","id":"02500cb6-de11-4509-9a65-a3f79b4323c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source","description":"<p>Top-level container for media channel source</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","source"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"805bef3a-f529-4731-92b5-2de1b60b4f06","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"02500cb6-de11-4509-9a65-a3f79b4323c8"},{"name":"GET - openconfig - openconfig-wavelength-router - source","id":"881fc58a-2d64-44ae-bf9e-bf3be3fc309c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source?content=all","description":"<p>Top-level container for media channel source</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","source"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1ba723e2-56d9-45bf-a1cc-0ca8e9eb392b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/source?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","source"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"source\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"881fc58a-2d64-44ae-bf9e-bf3be3fc309c"}],"id":"7a7cad3f-3c74-4ea5-a87a-8f20c1e8af1b","_postman_id":"7a7cad3f-3c74-4ea5-a87a-8f20c1e8af1b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dest","item":[{"name":"PUT - openconfig-wavelength-router - openconfig - dest","id":"45e95979-7003-4ef2-8d5a-fb96099daeb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest","description":"<p>Top-level container for media channel destination</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","dest"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"92a34143-1cf7-432c-8118-47b02e6f5492","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"bcebf3b8-00a4-4521-b0aa-98035ffc37a9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"45e95979-7003-4ef2-8d5a-fb96099daeb6"},{"name":"PATCH - openconfig-wavelength-router - openconfig - dest","id":"9202da93-b6bf-4e78-af1f-25094a9f2354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest","description":"<p>Top-level container for media channel destination</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","dest"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"911048e1-3b1e-40dc-9476-3a6076cfe0d7","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5f6a4f30-8d53-4662-8a7d-2a611bac326f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9202da93-b6bf-4e78-af1f-25094a9f2354"},{"name":"DELETE - openconfig - openconfig-wavelength-router - dest","id":"e9b89436-83a4-4605-9959-3ea522790ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest","description":"<p>Top-level container for media channel destination</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","dest"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ccb17653-01b1-4cf8-aaaa-287164dee887","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e9b89436-83a4-4605-9959-3ea522790ca2"},{"name":"GET - openconfig - openconfig-wavelength-router - dest","id":"986630d7-abe9-4988-8742-efba0ce8ae4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest?content=all","description":"<p>Top-level container for media channel destination</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","dest"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"273fa875-6224-4477-b97c-092d9f4a93c4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/dest?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","dest"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dest\": {\n    \"config\": {\n      \"port-name\": \"<string>\"\n    }\n  }\n}"}],"_postman_id":"986630d7-abe9-4988-8742-efba0ce8ae4d"}],"id":"3eb275e9-75b4-4297-9f3b-8e1e54efb526","_postman_id":"3eb275e9-75b4-4297-9f3b-8e1e54efb526","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"spectrum-power-profile","item":[{"name":"PUT - openconfig-wavelength-router - openconfig - spectrum-power-profile","id":"5d559201-f709-4443-ad61-b965d3aa2339","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f9d1b3cd-ee72-4189-b085-66d345b1084f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"84b2834f-2af3-4d52-9e81-0594e257b8c9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5d559201-f709-4443-ad61-b965d3aa2339"},{"name":"PATCH - openconfig-wavelength-router - openconfig - spectrum-power-profile","id":"bab1e685-21a2-4690-b8ad-3930d890e588","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"52547b01-b9c2-42ad-8995-528fedd4c359","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"b143439f-a87c-40a1-96b0-7f7682514a68","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bab1e685-21a2-4690-b8ad-3930d890e588"},{"name":"DELETE - openconfig - openconfig-wavelength-router - spectrum-power-profile","id":"3bdc4a0c-f952-4bba-b6e2-94d9fe94f6fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"620d219c-e205-4c71-a969-1cc71e0022af","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bdc4a0c-f952-4bba-b6e2-94d9fe94f6fb"},{"name":"GET - openconfig - openconfig-wavelength-router - spectrum-power-profile","id":"b0dc5e1e-77ba-4868-952e-3b83b3338170","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile?content=all","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"037ccc58-539d-44b8-b06d-20921e402f9e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>/spectrum-power-profile?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>","spectrum-power-profile"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}"}],"_postman_id":"b0dc5e1e-77ba-4868-952e-3b83b3338170"}],"id":"febdf32b-f95c-4c82-aa60-d8d95aa54668","_postman_id":"febdf32b-f95c-4c82-aa60-d8d95aa54668","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-wavelength-router - openconfig - channel","id":"70fbb617-fe63-4503-a119-6476cd6b7300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>","description":"<p>List of media channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"cb42f752-f488-4952-a9c9-f618e8a6b678","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d8ec884d-e618-4cc0-93ea-f297bc9c5756","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"70fbb617-fe63-4503-a119-6476cd6b7300"},{"name":"PATCH - openconfig-wavelength-router - openconfig - channel","id":"faa24a09-9ab6-4980-8666-0c2949e31342","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>","description":"<p>List of media channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"03c46f16-1cd8-4e9a-b762-2a066ea74872","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"6d1e43bb-b6ed-4a22-b060-12aec5efd5d9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"MAINT\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"faa24a09-9ab6-4980-8666-0c2949e31342"},{"name":"DELETE - openconfig - openconfig-wavelength-router - channel","id":"d14a49a9-8f47-4619-9849-ab2b538893c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>","description":"<p>List of media channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"ee6f8bf7-1fc5-4f27-b48d-1de9832f6ae9","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d14a49a9-8f47-4619-9849-ab2b538893c7"},{"name":"GET - openconfig - openconfig-wavelength-router - channel","id":"372ea468-9269-40e3-8f1b-656758d9d321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>?content=all","description":"<p>List of media channels</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"12eb4b58-0642-4aa4-a898-f946a01eeb2b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels/channel=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels","channel=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"ENABLED\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"DISABLED\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"372ea468-9269-40e3-8f1b-656758d9d321"}],"id":"cffc26a4-57d3-4404-b060-90e5c337ba73","_postman_id":"cffc26a4-57d3-4404-b060-90e5c337ba73","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wavelength-router - media-channels","id":"eb561688-b5fe-4ed4-852a-16aa692f3c0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"ENABLED\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"DISABLED\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels","description":"<p>Enclosing container for media channel list</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b9829bb9-5265-47f3-850c-2289b128abd1","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"channel\": [\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"ENABLED\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    },\n    {\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"index\": \"<long>\",\n      \"source\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"dest\": {\n        \"config\": {\n          \"port-name\": \"<string>\"\n        }\n      },\n      \"config\": {\n        \"super-channel-parent\": \"<long>\",\n        \"admin-status\": \"DISABLED\",\n        \"name\": \"<string>\",\n        \"index\": \"<long>\",\n        \"lower-frequency\": \"<integer>\",\n        \"upper-frequency\": \"<integer>\",\n        \"super-channel\": \"<boolean>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eb561688-b5fe-4ed4-852a-16aa692f3c0c"},{"name":"PUT - openconfig-wavelength-router - openconfig - media-channels","id":"5657bc1d-7a80-4d60-85a0-e43b25ac8488","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"DISABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels","description":"<p>Enclosing container for media channel list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9e44028e-6059-437c-8d03-1b7452c83cbd","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"DISABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"60729b28-becc-4886-92f1-61572f62feac","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"DISABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5657bc1d-7a80-4d60-85a0-e43b25ac8488"},{"name":"PATCH - openconfig-wavelength-router - openconfig - media-channels","id":"fd6d2a32-ac8f-40c4-bcce-9a07b495bbd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"DISABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels","description":"<p>Enclosing container for media channel list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"6bd56bce-d02f-4dab-9e0e-aa123723311d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"DISABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"93998834-d747-467a-a4df-ae5ed8681b8b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"DISABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd6d2a32-ac8f-40c4-bcce-9a07b495bbd2"},{"name":"DELETE - openconfig - openconfig-wavelength-router - media-channels","id":"90016578-e6cd-464b-a33e-f843dda7687f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels","description":"<p>Enclosing container for media channel list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f48667a8-6a77-42b1-b60f-9be73245fc2b","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90016578-e6cd-464b-a33e-f843dda7687f"},{"name":"GET - openconfig - openconfig-wavelength-router - media-channels","id":"2f878a3d-a7c4-4d79-8bcf-184cae16444f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels?content=all","description":"<p>Enclosing container for media channel list</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"c4c8c015-a3e3-45c0-9b6b-2517953b0de4","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/media-channels?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","media-channels"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"ENABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2f878a3d-a7c4-4d79-8bcf-184cae16444f"}],"id":"d4469dd0-2941-43e2-89a9-f3766ae3f005","_postman_id":"d4469dd0-2941-43e2-89a9-f3766ae3f005","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"port-spectrum-power-profiles","item":[{"name":"port={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-wavelength-router - openconfig - config","id":"a1cda826-10f8-46e2-abd6-aadd0242ef60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config","description":"<p>Configuration data for each port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"018fac7c-2456-4036-8b6d-fd7113fe9119","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"97aeed87-aae7-4b77-955c-c2cddc2f47bd","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a1cda826-10f8-46e2-abd6-aadd0242ef60"},{"name":"PATCH - openconfig-wavelength-router - openconfig - config","id":"5e9e4e68-845e-4027-9665-846559d7012d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config","description":"<p>Configuration data for each port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"02dcbc16-bc42-4c12-82cc-52c2a256053f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0dc4f41c-4329-4110-ab94-52f30f32ca17","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:config\": {\n    \"name\": \"<string>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e9e4e68-845e-4027-9665-846559d7012d"},{"name":"DELETE - openconfig - openconfig-wavelength-router - config","id":"f967539a-a676-4eb4-8cb8-85332184766a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config","description":"<p>Configuration data for each port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5a49c893-7fb8-454e-a415-8dfb75c95f38","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f967539a-a676-4eb4-8cb8-85332184766a"},{"name":"GET - openconfig - openconfig-wavelength-router - config","id":"70560804-76bb-492f-b08b-c24e0bc21738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config?content=all","description":"<p>Configuration data for each port</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9c342d81-b177-4cce-b021-a124a42e9ee7","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"70560804-76bb-492f-b08b-c24e0bc21738"}],"id":"d4f49e53-977b-4648-a6a1-509069c0d174","_postman_id":"d4f49e53-977b-4648-a6a1-509069c0d174","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wavelength-router - state","id":"bf2b15c1-5679-4dde-8d31-b11cb8fb1d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/state?content=all","description":"<p>Operational state data for each port spectrum profile.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1d83bb24-a675-4f7c-b9e8-c14f494d47cc","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"name\": \"<string>\"\n  }\n}"}],"_postman_id":"bf2b15c1-5679-4dde-8d31-b11cb8fb1d62"}],"id":"0bedaeb1-f6f3-43e5-990d-016bbd2eff84","_postman_id":"0bedaeb1-f6f3-43e5-990d-016bbd2eff84","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"spectrum-power-profile","item":[{"name":"PUT - openconfig-wavelength-router - openconfig - spectrum-power-profile","id":"5256f887-b124-483a-8671-601254773a25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"5e805792-9bdb-406c-8ad4-39f7af47f6f5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"44a7b5a4-718c-4b14-9d3f-e7b61ae862fb","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5256f887-b124-483a-8671-601254773a25"},{"name":"PATCH - openconfig-wavelength-router - openconfig - spectrum-power-profile","id":"5524ae1b-c191-4db6-b4d3-ac9cf7b44fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f223a279-7379-456e-b1d9-0d22a42dcd06","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0b2c2e12-ca5c-4822-a946-1b7a43b5e954","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5524ae1b-c191-4db6-b4d3-ac9cf7b44fd4"},{"name":"DELETE - openconfig - openconfig-wavelength-router - spectrum-power-profile","id":"f3379d93-d411-4ed2-9329-753821991d1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"418c819d-6d88-42ed-830d-653622f85d1a","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3379d93-d411-4ed2-9329-753821991d1a"},{"name":"GET - openconfig - openconfig-wavelength-router - spectrum-power-profile","id":"da1decbe-c0f0-46cc-818e-2622ce39de09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile?content=all","description":"<p>Enclosing container for the list of values describing\nthe target spectrum powers</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","spectrum-power-profile"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"b2e1bbd2-c757-4613-acb2-736356143c76","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>/spectrum-power-profile?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>","spectrum-power-profile"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"spectrum-power-profile\": {\n    \"distribution\": {}\n  }\n}"}],"_postman_id":"da1decbe-c0f0-46cc-818e-2622ce39de09"}],"id":"4594adbb-78ec-463b-8072-679d7cfaa73b","_postman_id":"4594adbb-78ec-463b-8072-679d7cfaa73b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-wavelength-router - openconfig - port","id":"7e87dd01-ee3c-4505-93ca-711430b4943d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>","description":"<p>List of ports, keyed by port name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7025007e-c7ee-4e95-9ef0-1f9cc333b571","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8b0c41ce-62f7-48f2-b3db-8505018c1925","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7e87dd01-ee3c-4505-93ca-711430b4943d"},{"name":"PATCH - openconfig-wavelength-router - openconfig - port","id":"f81f8d1e-1ceb-4333-a0b0-f5daf9bdc75a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>","description":"<p>List of ports, keyed by port name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b8dcaed1-7441-4b84-834d-32f36472a658","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c60c16e1-7f71-4367-885d-fbd72747808f","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f81f8d1e-1ceb-4333-a0b0-f5daf9bdc75a"},{"name":"DELETE - openconfig - openconfig-wavelength-router - port","id":"dc8f2138-0d64-4180-9ec6-005421568ea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>","description":"<p>List of ports, keyed by port name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"871b5ea1-7d16-423b-9e3b-99f7cbbb7681","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc8f2138-0d64-4180-9ec6-005421568ea3"},{"name":"GET - openconfig - openconfig-wavelength-router - port","id":"cf7fbd21-616e-4b1c-9aac-dc0b2619a38b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>?content=all","description":"<p>List of ports, keyed by port name</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"db6cbeba-5c94-4704-9245-57a284a3e2a1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles/port=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles","port=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"cf7fbd21-616e-4b1c-9aac-dc0b2619a38b"}],"id":"d7ca6068-3d0d-4961-9859-67899d0c59c5","_postman_id":"d7ca6068-3d0d-4961-9859-67899d0c59c5","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wavelength-router - port-spectrum-power-profiles","id":"be11c5d2-f274-4b37-869d-609946a64fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles","description":"<p>Enclosing container for wavelength-router port spectrum\npower profiles</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f34a1ade-f78b-4095-a43c-9eaa63741a9b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"port\": [\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    },\n    {\n      \"name\": \"<string>\",\n      \"spectrum-power-profile\": {\n        \"distribution\": {}\n      },\n      \"config\": {\n        \"name\": \"<string>\"\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be11c5d2-f274-4b37-869d-609946a64fde"},{"name":"PUT - openconfig-wavelength-router - openconfig - port-spectrum-power-profiles","id":"514d3da3-649d-47e5-b168-22e9b075b03d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles","description":"<p>Enclosing container for wavelength-router port spectrum\npower profiles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bfad5ec2-4056-46ee-a3b8-6425b66159f4","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"58452836-213a-412e-9ba1-215c0cfa3b72","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"514d3da3-649d-47e5-b168-22e9b075b03d"},{"name":"PATCH - openconfig-wavelength-router - openconfig - port-spectrum-power-profiles","id":"e110f692-1777-43a2-9c0f-0e7fae48d1b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles","description":"<p>Enclosing container for wavelength-router port spectrum\npower profiles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"abe5e840-701b-448c-81af-0e48a89d44e8","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0fae1326-2570-4bb7-8bd1-05b90c077af9","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e110f692-1777-43a2-9c0f-0e7fae48d1b0"},{"name":"DELETE - openconfig - openconfig-wavelength-router - port-spectrum-power-profiles","id":"33954163-0fb0-44d8-8820-380d335d895c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles","description":"<p>Enclosing container for wavelength-router port spectrum\npower profiles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d727fb62-d615-408a-ba3c-e252b9562b58","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"33954163-0fb0-44d8-8820-380d335d895c"},{"name":"GET - openconfig - openconfig-wavelength-router - port-spectrum-power-profiles","id":"b0fb9179-59b6-4dd2-bf56-b07bef53a8b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles?content=all","description":"<p>Enclosing container for wavelength-router port spectrum\npower profiles</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"9bc13aac-1c4e-4a17-be9f-a6ad2707de6f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router/port-spectrum-power-profiles?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router","port-spectrum-power-profiles"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"port-spectrum-power-profiles\": {\n    \"port\": [\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      },\n      {\n        \"name\": \"<string>\",\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"config\": {\n          \"name\": \"<string>\"\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"b0fb9179-59b6-4dd2-bf56-b07bef53a8b4"}],"id":"0d7a6c06-a075-4b56-856e-4cccecabb0bd","_postman_id":"0d7a6c06-a075-4b56-856e-4cccecabb0bd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wavelength-router - wavelength-router","id":"60267cf2-1b29-4953-bdbe-f03bfcc023f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"ENABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router","description":"<p>Top-level container for wavelength router device</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"424b93a3-d637-441a-a291-ac09580f6498","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"media-channels\": {\n    \"channel\": [\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"MAINT\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      },\n      {\n        \"spectrum-power-profile\": {\n          \"distribution\": {}\n        },\n        \"index\": \"<long>\",\n        \"source\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"dest\": {\n          \"config\": {\n            \"port-name\": \"<string>\"\n          }\n        },\n        \"config\": {\n          \"super-channel-parent\": \"<long>\",\n          \"admin-status\": \"ENABLED\",\n          \"name\": \"<string>\",\n          \"index\": \"<long>\",\n          \"lower-frequency\": \"<integer>\",\n          \"upper-frequency\": \"<integer>\",\n          \"super-channel\": \"<boolean>\"\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60267cf2-1b29-4953-bdbe-f03bfcc023f7"},{"name":"PUT - openconfig-wavelength-router - openconfig - wavelength-router","id":"d1cf294c-5181-45a4-9d81-6e89df676d2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router","description":"<p>Top-level container for wavelength router device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"035a56e5-6068-4b0e-8bc0-4253340312b5","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"36010e04-cce7-44a4-ae7d-80b90ecfc6c8","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d1cf294c-5181-45a4-9d81-6e89df676d2c"},{"name":"PATCH - openconfig-wavelength-router - openconfig - wavelength-router","id":"2b1d8c25-8cdc-4b4f-b4a1-c6b3af7c39e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router","description":"<p>Top-level container for wavelength router device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8f753842-8be9-4153-9019-e4f7d186057d","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"df93b409-b76e-4ac2-b84a-9d9bcad602f4","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wavelength-router:wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"DISABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2b1d8c25-8cdc-4b4f-b4a1-c6b3af7c39e5"},{"name":"DELETE - openconfig - openconfig-wavelength-router - wavelength-router","id":"6f5807df-0abb-47bb-a793-2c340a90ba4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router","description":"<p>Top-level container for wavelength router device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"52d383de-1b70-4e6a-9c2f-b62dd59be659","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6f5807df-0abb-47bb-a793-2c340a90ba4c"},{"name":"GET - openconfig - openconfig-wavelength-router - wavelength-router","id":"0143a659-4383-4d93-98be-1cb566d88b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router?content=all","description":"<p>Top-level container for wavelength router device</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"11f3b93f-bb62-487d-9eba-4b29bab5587d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wavelength-router:wavelength-router?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wavelength-router:wavelength-router"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"wavelength-router\": {\n    \"port-spectrum-power-profiles\": {\n      \"port\": [\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        },\n        {\n          \"name\": \"<string>\",\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"config\": {\n            \"name\": \"<string>\"\n          }\n        }\n      ]\n    },\n    \"media-channels\": {\n      \"channel\": [\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"MAINT\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        },\n        {\n          \"spectrum-power-profile\": {\n            \"distribution\": {}\n          },\n          \"index\": \"<long>\",\n          \"source\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"dest\": {\n            \"config\": {\n              \"port-name\": \"<string>\"\n            }\n          },\n          \"config\": {\n            \"super-channel-parent\": \"<long>\",\n            \"admin-status\": \"ENABLED\",\n            \"name\": \"<string>\",\n            \"index\": \"<long>\",\n            \"lower-frequency\": \"<integer>\",\n            \"upper-frequency\": \"<integer>\",\n            \"super-channel\": \"<boolean>\"\n          }\n        }\n      ]\n    }\n  }\n}"}],"_postman_id":"0143a659-4383-4d93-98be-1cb566d88b8f"}],"id":"971dbe5f-e6a7-485a-8f27-976c41ab2e3a","_postman_id":"971dbe5f-e6a7-485a-8f27-976c41ab2e3a","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-wifi-mac:ssids","item":[{"name":"ssid={name}","item":[{"name":"config","item":[{"name":"PUT - openconfig-wifi-mac - openconfig - config","id":"52e0f701-507b-4230-8aaf-9ff58e33a454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_5.5MB\",\n      \"RATE_2MB\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config","description":"<p>Configurable items at the global, SSID level</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f1b4bfe3-fe3c-42e4-b3c8-081d372dc25d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_5.5MB\",\n      \"RATE_2MB\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4d374bbf-71d3-4b9f-b272-b8cc55ed09fa","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_5.5MB\",\n      \"RATE_2MB\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52e0f701-507b-4230-8aaf-9ff58e33a454"},{"name":"PATCH - openconfig-wifi-mac - openconfig - config","id":"772e75b3-b4af-464f-bddc-e6b5ed3707e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_5.5MB\",\n      \"RATE_2MB\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config","description":"<p>Configurable items at the global, SSID level</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"bd7c1a22-7e0c-4e67-b809-07ca2ef8629a","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_5.5MB\",\n      \"RATE_2MB\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1da1f6cd-b724-4e46-a2b2-145ee04db06a","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_5.5MB\",\n      \"RATE_2MB\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"772e75b3-b4af-464f-bddc-e6b5ed3707e3"},{"name":"DELETE - openconfig - openconfig-wifi-mac - config","id":"3aa91a71-c20e-45cb-85c9-fef08f286ed0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config","description":"<p>Configurable items at the global, SSID level</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"48c60963-9813-4c55-b1a8-49f0573fab88","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3aa91a71-c20e-45cb-85c9-fef08f286ed0"},{"name":"GET - openconfig - openconfig-wifi-mac - config","id":"0e9518e4-c34f-44ab-826a-a6329b0c3edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config?content=all","description":"<p>Configurable items at the global, SSID level</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"dff24377-c4ab-4258-ba70-30b4b198a417","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"RATE_54MB\",\n      \"RATE_12MB\"\n    ]\n  }\n}"}],"_postman_id":"0e9518e4-c34f-44ab-826a-a6329b0c3edd"}],"id":"93568735-80da-4353-a449-5c487c101591","_postman_id":"93568735-80da-4353-a449-5c487c101591","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wifi-mac - state","id":"29260436-37aa-4608-90d1-90e2bd2b39d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/state?content=all","description":"<p>Operational state data at the SSID level</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0fabcc3b-26fc-43ff-855e-a28f3f8863d1","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"vlan-list\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"default-vlan\": \"<integer>\",\n    \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n    \"hidden\": false,\n    \"name\": \"<string>\",\n    \"enabled\": true,\n    \"basic-data-rates-2g\": [\n      \"DATA_RATE\",\n      \"RATE_18MB\"\n    ]\n  }\n}"}],"_postman_id":"29260436-37aa-4608-90d1-90e2bd2b39d0"}],"id":"9f406a40-2b25-4602-8395-27a4f061fbc8","_postman_id":"9f406a40-2b25-4602-8395-27a4f061fbc8","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"clients","item":[{"name":"client={mac}","item":[{"name":"GET - openconfig - openconfig-wifi-mac - client","id":"48d1c869-b8b1-45e1-ae0a-f8acc2a86120","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients/client=<string>?content=all","description":"<p>List of clients per BSS.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients","client=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"76b33fc8-77ed-4327-81fa-0eee73d03d3a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients/client=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients","client=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"client\": [\n    {\n      \"client-capabilities\": {},\n      \"client-rf\": {},\n      \"state\": {\n        \"mac\": \"<string>\"\n      },\n      \"client-connection\": {},\n      \"mac\": \"<string>\",\n      \"dot11k-neighbors\": {}\n    },\n    {\n      \"client-capabilities\": {},\n      \"client-rf\": {},\n      \"state\": {\n        \"mac\": \"<string>\"\n      },\n      \"client-connection\": {},\n      \"mac\": \"<string>\",\n      \"dot11k-neighbors\": {}\n    }\n  ]\n}"}],"_postman_id":"48d1c869-b8b1-45e1-ae0a-f8acc2a86120"}],"id":"f8f861c6-813e-4785-92e3-6101d13ddf7b","_postman_id":"f8f861c6-813e-4785-92e3-6101d13ddf7b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-mac - clients","id":"cdc005db-7c6b-46f1-a3ef-5c3a89c903ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients","description":"<p>Top-level container for clients operational state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d882a520-1de5-44e0-bd84-d2eb8bed21f9","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cdc005db-7c6b-46f1-a3ef-5c3a89c903ae"},{"name":"PUT - openconfig-wifi-mac - openconfig - clients","id":"593c0bad-8cf5-488c-a7fe-8041f62e8e9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:clients\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients","description":"<p>Top-level container for clients operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"8b588445-6b31-4098-91e3-0dddd3a26734","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:clients\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"17363693-5181-475c-8023-22321da8c6a2","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:clients\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"593c0bad-8cf5-488c-a7fe-8041f62e8e9d"},{"name":"PATCH - openconfig-wifi-mac - openconfig - clients","id":"49f6a128-1933-490c-93f4-6b9b2f8e982f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:clients\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients","description":"<p>Top-level container for clients operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9242c495-fcbd-42d0-9031-68d33004934f","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:clients\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d98ee7a0-31f1-4e93-bc00-e8b35fa481ed","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:clients\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49f6a128-1933-490c-93f4-6b9b2f8e982f"},{"name":"DELETE - openconfig - openconfig-wifi-mac - clients","id":"4d7a1f37-860c-4e73-8960-9d9404d6f5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients","description":"<p>Top-level container for clients operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"fd3dd0a7-057f-433d-b6ad-abee3449d9f1","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4d7a1f37-860c-4e73-8960-9d9404d6f5b5"},{"name":"GET - openconfig - openconfig-wifi-mac - clients","id":"8cc67c53-8a2b-43e5-b592-83d84e5bf5aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients?content=all","description":"<p>Top-level container for clients operational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6e334702-026f-4341-aac3-5e09788e36dd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/clients?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","clients"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"clients\": {}\n}"}],"_postman_id":"8cc67c53-8a2b-43e5-b592-83d84e5bf5aa"}],"id":"e5a0ce4a-8662-4620-a4d2-9b9ccc35c8a3","_postman_id":"e5a0ce4a-8662-4620-a4d2-9b9ccc35c8a3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"wmm","item":[{"name":"config","item":[{"name":"PUT - openconfig-wifi-mac - openconfig - config","id":"89fe27cb-49cb-4be8-830f-b3df1941c913","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config","description":"<p>Container for WMM configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"47206b88-aced-48c2-a51d-217199033efe","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0406f546-e3cf-423e-afce-b2e60dc5ebd9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89fe27cb-49cb-4be8-830f-b3df1941c913"},{"name":"PATCH - openconfig-wifi-mac - openconfig - config","id":"dd0effcc-825b-443b-9d5d-fdddfad27127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config","description":"<p>Container for WMM configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7a1a782b-a41f-42c1-b989-d2a1454ed980","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"410987fe-cb85-4e83-9d63-f4c3d8c44b0d","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dd0effcc-825b-443b-9d5d-fdddfad27127"},{"name":"DELETE - openconfig - openconfig-wifi-mac - config","id":"63bb6d8d-6199-4642-be71-580dae455ec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config","description":"<p>Container for WMM configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"62f93da5-d9eb-4fb3-95fc-ad5df1e5e810","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"63bb6d8d-6199-4642-be71-580dae455ec0"},{"name":"GET - openconfig - openconfig-wifi-mac - config","id":"c88b52ea-4387-451c-a164-7d02d33315b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config?content=all","description":"<p>Container for WMM configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"75bdef28-250f-4056-a998-0861a4db1685","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}"}],"_postman_id":"c88b52ea-4387-451c-a164-7d02d33315b9"}],"id":"dc3f7377-3b4c-4786-98c8-3d167781463f","_postman_id":"dc3f7377-3b4c-4786-98c8-3d167781463f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wifi-mac - state","id":"fa5421b5-8807-4149-a296-ec31c24ba051","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/state?content=all","description":"<p>Container for WMM state elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"826908d2-c624-45e6-ac9c-b7335c13f27e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}"}],"_postman_id":"fa5421b5-8807-4149-a296-ec31c24ba051"}],"id":"f95cd99f-6311-41ca-b704-432bf466fbcc","_postman_id":"f95cd99f-6311-41ca-b704-432bf466fbcc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-mac - wmm","id":"afbe9ff7-ed11-4d98-90cd-895d6b02aa28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm","description":"<p>Top-level container for WMM configuration and\nstate container.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"21573f94-7d8b-4244-a97b-f0ef5386ba8d","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"trust-dscp\": true,\n    \"wmm-be-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-bk-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vi-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ],\n    \"wmm-vo-remark\": [\n      \"<integer>\",\n      \"<integer>\"\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"afbe9ff7-ed11-4d98-90cd-895d6b02aa28"},{"name":"PUT - openconfig-wifi-mac - openconfig - wmm","id":"a7a9d1c2-ce31-40d7-9f2e-1e5adfcf56fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm","description":"<p>Top-level container for WMM configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9eb40a71-0715-42ce-8718-e79fcd4fcf37","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"38fc9cde-4a8c-4ac8-a033-6eaee5c59049","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7a9d1c2-ce31-40d7-9f2e-1e5adfcf56fe"},{"name":"PATCH - openconfig-wifi-mac - openconfig - wmm","id":"14da8c96-34f8-4a0d-b02d-f8be559b234e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm","description":"<p>Top-level container for WMM configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b34fb57c-327a-4bfc-aebe-6bfe0c9ca3de","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"0161d202-11f2-4488-9c82-c59d241d6f71","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"14da8c96-34f8-4a0d-b02d-f8be559b234e"},{"name":"DELETE - openconfig - openconfig-wifi-mac - wmm","id":"bb84e438-8ccf-4753-b854-006d2b1c6f1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm","description":"<p>Top-level container for WMM configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3e2bea36-572a-4079-a2cf-32e6425ca432","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb84e438-8ccf-4753-b854-006d2b1c6f1c"},{"name":"GET - openconfig - openconfig-wifi-mac - wmm","id":"517bc01d-8d28-423b-9438-39ae2bb02ebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm?content=all","description":"<p>Top-level container for WMM configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"dda129c4-73b3-4761-9354-ba3a7ee5bb1b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/wmm?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","wmm"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"wmm\": {\n    \"config\": {\n      \"trust-dscp\": true,\n      \"wmm-be-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-bk-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vi-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ],\n      \"wmm-vo-remark\": [\n        \"<integer>\",\n        \"<integer>\"\n      ]\n    }\n  }\n}"}],"_postman_id":"517bc01d-8d28-423b-9438-39ae2bb02ebe"}],"id":"5502b41d-5c71-4983-880b-eeaae6a6cd8f","_postman_id":"5502b41d-5c71-4983-880b-eeaae6a6cd8f","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dot11r","item":[{"name":"config","item":[{"name":"PUT - openconfig-wifi-mac - openconfig - config","id":"d100b29a-ff60-4de0-ae3b-24ba50f939bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config","description":"<p>Container for 802.11r configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"89e5ad5a-5258-4b0b-a3a8-47ada9bc40be","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e927a3c4-7472-4052-a22c-7bba3f524455","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d100b29a-ff60-4de0-ae3b-24ba50f939bb"},{"name":"PATCH - openconfig-wifi-mac - openconfig - config","id":"3bb172bb-30cd-4c26-b989-2a52fc185b3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config","description":"<p>Container for 802.11r configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d14225b8-5538-430d-9d66-d7e74c333676","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d69f646b-542f-4479-a442-28e138bd28a0","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3bb172bb-30cd-4c26-b989-2a52fc185b3a"},{"name":"DELETE - openconfig - openconfig-wifi-mac - config","id":"72a95d3f-7646-4f2b-9f40-27e3ca1a9be3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config","description":"<p>Container for 802.11r configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0a32113d-732e-431c-9934-18594ce68391","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72a95d3f-7646-4f2b-9f40-27e3ca1a9be3"},{"name":"GET - openconfig - openconfig-wifi-mac - config","id":"c3bdc3f8-3da2-4ed9-8d1c-e0f7d53040fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config?content=all","description":"<p>Container for 802.11r configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"1e936f8f-edc7-41c1-a5b2-45615ba02e0d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}"}],"_postman_id":"c3bdc3f8-3da2-4ed9-8d1c-e0f7d53040fa"}],"id":"cdff2f4c-eea9-4749-9259-7eb4dbd52779","_postman_id":"cdff2f4c-eea9-4749-9259-7eb4dbd52779","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wifi-mac - state","id":"61a762b2-2b2b-4de5-b8dc-c273c8db20cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/state?content=all","description":"<p>Container for 802.11r state elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"aa827f94-0b09-45ea-873b-0ae4487d9bf0","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}"}],"_postman_id":"61a762b2-2b2b-4de5-b8dc-c273c8db20cd"}],"id":"32c591a0-b230-409c-bb12-55404e2b5e36","_postman_id":"32c591a0-b230-409c-bb12-55404e2b5e36","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-mac - dot11r","id":"714d9933-e734-4858-bf95-59e4d569cebe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r","description":"<p>Top-level container for 802.11r configuration and\nstate container.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e6aa253e-f7c5-4f28-a50d-a674cbfa97de","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"dot11r-domainid\": \"<integer>\",\n    \"dot11r-method\": \"OVA\",\n    \"dot11r-r1key-timeout\": \"<integer>\",\n    \"dot11r\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"714d9933-e734-4858-bf95-59e4d569cebe"},{"name":"PUT - openconfig-wifi-mac - openconfig - dot11r","id":"79129d4d-6df5-48c7-9f43-9a5eb231429b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r","description":"<p>Top-level container for 802.11r configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a08288ed-b656-4194-b09b-36abfb1adbec","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e7fdc367-3604-4b97-be20-2fc4234c5443","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"79129d4d-6df5-48c7-9f43-9a5eb231429b"},{"name":"PATCH - openconfig-wifi-mac - openconfig - dot11r","id":"bb9bdb7e-2eb7-439d-b49c-eaa44c59159a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r","description":"<p>Top-level container for 802.11r configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"80c05b18-a9cc-4d9d-891c-af3b0ea21731","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f8ad7c43-3939-449a-b2fb-7f9a94cfe201","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bb9bdb7e-2eb7-439d-b49c-eaa44c59159a"},{"name":"DELETE - openconfig - openconfig-wifi-mac - dot11r","id":"f7916553-dad8-472c-a2a5-fba5559909f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r","description":"<p>Top-level container for 802.11r configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"f94fff95-84bc-484a-aad3-fdf60e62cf40","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f7916553-dad8-472c-a2a5-fba5559909f2"},{"name":"GET - openconfig - openconfig-wifi-mac - dot11r","id":"4a9ab04f-543c-4c40-9a97-c0f82bee212f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r?content=all","description":"<p>Top-level container for 802.11r configuration and\nstate container.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"0af19b08-3b36-424b-8f36-3e6ecf429e82","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11r?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11r"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dot11r\": {\n    \"config\": {\n      \"dot11r-domainid\": \"<integer>\",\n      \"dot11r-method\": \"OVA\",\n      \"dot11r-r1key-timeout\": \"<integer>\",\n      \"dot11r\": \"<boolean>\"\n    }\n  }\n}"}],"_postman_id":"4a9ab04f-543c-4c40-9a97-c0f82bee212f"}],"id":"0b331c06-ab8c-4da1-adc8-b6b7d4f9f875","_postman_id":"0b331c06-ab8c-4da1-adc8-b6b7d4f9f875","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"dot11v","item":[{"name":"config","item":[{"name":"PUT - openconfig-wifi-mac - openconfig - config","id":"d3d5b049-6f3a-4bea-94c2-5348d8588c09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config","description":"<p>Container for 802.11v configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a7797cfc-f23e-44b0-8b26-117bbfddf64e","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1623616b-43e7-4b6a-8fe9-13cba5096cd9","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3d5b049-6f3a-4bea-94c2-5348d8588c09"},{"name":"PATCH - openconfig-wifi-mac - openconfig - config","id":"7b67519c-9276-452e-95df-57b3a5010b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config","description":"<p>Container for 802.11v configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"00e26f63-f7ce-44f5-9b29-c3655c7a1575","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"fa8b796e-88ca-452c-ab1a-15a66029be80","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b67519c-9276-452e-95df-57b3a5010b40"},{"name":"DELETE - openconfig - openconfig-wifi-mac - config","id":"c4439e6c-5af9-4f0c-95cb-9039a46d4131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config","description":"<p>Container for 802.11v configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7b9df9ee-e410-472e-ad42-3822da780d71","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c4439e6c-5af9-4f0c-95cb-9039a46d4131"},{"name":"GET - openconfig - openconfig-wifi-mac - config","id":"a173101b-b9d7-4b74-9bc3-2a6e62d1e094","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config?content=all","description":"<p>Container for 802.11v configuration elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6caea2b6-f9a1-424c-98cb-3d126b63561f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}"}],"_postman_id":"a173101b-b9d7-4b74-9bc3-2a6e62d1e094"}],"id":"c2be1ede-2388-4ef2-86af-dbd379d36884","_postman_id":"c2be1ede-2388-4ef2-86af-dbd379d36884","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wifi-mac - state","id":"e92a0faf-1263-48c6-b967-f2e830d682e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/state?content=all","description":"<p>Container for 802.11r state elements.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"7667d703-1146-4331-ab1c-9ac432e9ac09","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}"}],"_postman_id":"e92a0faf-1263-48c6-b967-f2e830d682e6"}],"id":"41b83eca-a7f8-438f-bd57-05ec86fde935","_postman_id":"41b83eca-a7f8-438f-bd57-05ec86fde935","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-mac - dot11v","id":"a815de08-23ef-401b-8d68-508e44c3b4b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v","description":"<p>Top-level container for 802.11v configuration and\noperational state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c3512d28-ab81-443d-9706-82f430ff3450","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"config\": {\n    \"dot11v-dms\": \"<boolean>\",\n    \"dot11v-bssidle-timeout\": \"<integer>\",\n    \"dot11v-bsstransition\": \"<boolean>\",\n    \"dot11v-bssidle\": \"<boolean>\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a815de08-23ef-401b-8d68-508e44c3b4b8"},{"name":"PUT - openconfig-wifi-mac - openconfig - dot11v","id":"f5b8d02c-e1c5-4ee6-af3f-922d4f3043ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v","description":"<p>Top-level container for 802.11v configuration and\noperational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d92488dd-e3f2-45a3-a967-158285f8eef7","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4b931dc5-3eed-49ff-96fe-c879ae944140","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f5b8d02c-e1c5-4ee6-af3f-922d4f3043ca"},{"name":"PATCH - openconfig-wifi-mac - openconfig - dot11v","id":"3de22664-3bda-468f-97b9-db510473a1ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v","description":"<p>Top-level container for 802.11v configuration and\noperational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"7f8b0f3d-4e0e-4f1b-b581-46c422773bc9","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d15c7717-bf5a-4e77-beb2-fb2492d3afd3","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3de22664-3bda-468f-97b9-db510473a1ae"},{"name":"DELETE - openconfig - openconfig-wifi-mac - dot11v","id":"62cc30cc-ccd4-4444-81a3-2ce44270750b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v","description":"<p>Top-level container for 802.11v configuration and\noperational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d00d9796-a82d-455e-82b4-470bbd013e6c","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"62cc30cc-ccd4-4444-81a3-2ce44270750b"},{"name":"GET - openconfig - openconfig-wifi-mac - dot11v","id":"28a1ecc0-b473-4d12-b993-9bd332e17ec3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v?content=all","description":"<p>Top-level container for 802.11v configuration and\noperational state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"6dabd063-abb1-4b68-a9c6-c480b8a2e518","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>/dot11v?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>","dot11v"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"dot11v\": {\n    \"config\": {\n      \"dot11v-dms\": \"<boolean>\",\n      \"dot11v-bssidle-timeout\": \"<integer>\",\n      \"dot11v-bsstransition\": \"<boolean>\",\n      \"dot11v-bssidle\": \"<boolean>\"\n    }\n  }\n}"}],"_postman_id":"28a1ecc0-b473-4d12-b993-9bd332e17ec3"}],"id":"51cb774c-a632-40fc-97d1-643e4e847812","_postman_id":"51cb774c-a632-40fc-97d1-643e4e847812","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-wifi-mac - openconfig - ssid","id":"fe5c7bc3-876e-4258-8166-a8eacb4e645e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_1MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_1MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"985a1153-99a9-4480-9e74-deb730f8bf3f","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_1MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_1MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f4f63987-08ea-4ccc-b130-4ded51241120","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_1MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_1MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fe5c7bc3-876e-4258-8166-a8eacb4e645e"},{"name":"PATCH - openconfig-wifi-mac - openconfig - ssid","id":"be7658ce-814d-4465-861a-8306f1eea959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_1MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_1MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"27a99051-8af7-4dc0-b837-b3ca02bef0bb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_1MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_1MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"f081bd72-efb1-4203-8b43-4b403cf39ec8","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_24MB\",\n          \"RATE_18MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_36MB\",\n          \"RATE_54MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_1MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_48MB\",\n          \"RATE_1MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be7658ce-814d-4465-861a-8306f1eea959"},{"name":"DELETE - openconfig - openconfig-wifi-mac - ssid","id":"42852545-086e-4772-a094-52d3fc794a45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"47d465c1-4b8d-4572-b38f-c6b42ef06095","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"42852545-086e-4772-a094-52d3fc794a45"},{"name":"GET - openconfig - openconfig-wifi-mac - ssid","id":"776e3be1-7e78-417b-a476-741e9a7dadcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>?content=all","description":"<p>The list of named SSIDs on the APs.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"55a29212-8958-4d6b-ad29-24c21e9f7907","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids/ssid=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids","ssid=<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_11MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_2MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_54MB\",\n          \"RATE_48MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_6MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}"}],"_postman_id":"776e3be1-7e78-417b-a476-741e9a7dadcf"}],"id":"507533d3-81a9-4dbd-9479-06aa4f729084","_postman_id":"507533d3-81a9-4dbd-9479-06aa4f729084","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-mac - ssids","id":"fccc0344-2a34-423b-8756-ca14dd616e6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_11MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_2MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_54MB\",\n          \"RATE_48MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_6MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"2b8206b2-5609-42b7-a2b4-08957198de73","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"ssid\": [\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_11MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_2MB\",\n          \"RATE_2MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    },\n    {\n      \"config\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_54MB\",\n          \"RATE_48MB\"\n        ]\n      },\n      \"clients\": {},\n      \"wmm\": {\n        \"config\": {\n          \"trust-dscp\": true,\n          \"wmm-be-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-bk-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vi-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"wmm-vo-remark\": [\n            \"<integer>\",\n            \"<integer>\"\n          ]\n        }\n      },\n      \"name\": \"<string>\",\n      \"state\": {\n        \"vlan-list\": [\n          \"<integer>\",\n          \"<integer>\"\n        ],\n        \"default-vlan\": \"<integer>\",\n        \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n        \"hidden\": false,\n        \"name\": \"<string>\",\n        \"enabled\": true,\n        \"basic-data-rates-2g\": [\n          \"RATE_6MB\",\n          \"RATE_12MB\"\n        ]\n      },\n      \"dot11v\": {\n        \"config\": {\n          \"dot11v-dms\": \"<boolean>\",\n          \"dot11v-bssidle-timeout\": \"<integer>\",\n          \"dot11v-bsstransition\": \"<boolean>\",\n          \"dot11v-bssidle\": \"<boolean>\"\n        }\n      },\n      \"dot11r\": {\n        \"config\": {\n          \"dot11r-domainid\": \"<integer>\",\n          \"dot11r-method\": \"OVA\",\n          \"dot11r-r1key-timeout\": \"<integer>\",\n          \"dot11r\": \"<boolean>\"\n        }\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fccc0344-2a34-423b-8756-ca14dd616e6a"},{"name":"PUT - openconfig-wifi-mac - openconfig - ssids","id":"48d8d343-8958-4743-900d-d57e4cc3a5d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_5.5MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"332f5166-f16d-4cdc-96e9-ec3f3c685f4c","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_5.5MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"d1ee92e1-bdde-43a2-bf0b-1964ca18a681","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_5.5MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"48d8d343-8958-4743-900d-d57e4cc3a5d7"},{"name":"PATCH - openconfig-wifi-mac - openconfig - ssids","id":"c6a3f69c-eadc-4fa9-b346-2f722834798d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_5.5MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"dfb6dc70-5e90-4f53-9a77-84e54d9e653c","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_5.5MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a0274430-92e1-4a22-a081-0da42abe3752","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-mac:ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_11MB\",\n            \"RATE_18MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_5.5MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6a3f69c-eadc-4fa9-b346-2f722834798d"},{"name":"DELETE - openconfig - openconfig-wifi-mac - ssids","id":"75158234-937f-4442-8970-53e9ba6decd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3ec66b67-cb8e-4c71-b554-913cf0bbe7bc","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"75158234-937f-4442-8970-53e9ba6decd0"},{"name":"GET - openconfig - openconfig-wifi-mac - ssids","id":"2cc4b99f-05a8-49e0-b78b-86cf0d8459a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids?content=all","description":"<p>Top level container for SSIDs, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"897c2fe6-557b-441d-bf3e-52af44f2f46e","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-mac:ssids?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-mac:ssids"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ssids\": {\n    \"ssid\": [\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_24MB\",\n            \"RATE_9MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_9MB\",\n            \"RATE_36MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      },\n      {\n        \"config\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_48MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"clients\": {},\n        \"wmm\": {\n          \"config\": {\n            \"trust-dscp\": true,\n            \"wmm-be-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-bk-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vi-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ],\n            \"wmm-vo-remark\": [\n              \"<integer>\",\n              \"<integer>\"\n            ]\n          }\n        },\n        \"name\": \"<string>\",\n        \"state\": {\n          \"vlan-list\": [\n            \"<integer>\",\n            \"<integer>\"\n          ],\n          \"default-vlan\": \"<integer>\",\n          \"operating-frequency\": \"oc-wifi-types:FREQ_2_5_GHZ\",\n          \"hidden\": false,\n          \"name\": \"<string>\",\n          \"enabled\": true,\n          \"basic-data-rates-2g\": [\n            \"RATE_36MB\",\n            \"RATE_24MB\"\n          ]\n        },\n        \"dot11v\": {\n          \"config\": {\n            \"dot11v-dms\": \"<boolean>\",\n            \"dot11v-bssidle-timeout\": \"<integer>\",\n            \"dot11v-bsstransition\": \"<boolean>\",\n            \"dot11v-bssidle\": \"<boolean>\"\n          }\n        },\n        \"dot11r\": {\n          \"config\": {\n            \"dot11r-domainid\": \"<integer>\",\n            \"dot11r-method\": \"OVA\",\n            \"dot11r-r1key-timeout\": \"<integer>\",\n            \"dot11r\": \"<boolean>\"\n          }\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"2cc4b99f-05a8-49e0-b78b-86cf0d8459a9"}],"id":"1adc701d-12b5-4867-9f3a-98820cda60fd","_postman_id":"1adc701d-12b5-4867-9f3a-98820cda60fd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"openconfig-wifi-phy:radios","item":[{"name":"radio={id},{operating-frequency}","item":[{"name":"config","item":[{"name":"PUT - openconfig-wifi-phy - openconfig - config","id":"44004064-ef01-47d5-bed5-1fa994a3519a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config","description":"<p>Configurable items at the global, radio interface\nlevel.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4447ed67-e10d-4ddd-806e-7e0b09d0e6fa","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"8ae2b591-0023-4a39-9f81-588faedb49b8","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44004064-ef01-47d5-bed5-1fa994a3519a"},{"name":"PATCH - openconfig-wifi-phy - openconfig - config","id":"18ab6646-0f66-4917-8f5b-f160fd0380a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config","description":"<p>Configurable items at the global, radio interface\nlevel.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"39a97090-0806-42cd-8601-7b05c763f804","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"1ecc3dbe-26ac-415e-994b-27dcedebde3e","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"18ab6646-0f66-4917-8f5b-f160fd0380a3"},{"name":"DELETE - openconfig - openconfig-wifi-phy - config","id":"66c12d84-f1e0-457d-918c-356baf45b5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config","description":"<p>Configurable items at the global, radio interface\nlevel.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"e5325197-0267-466f-9d40-5ba4a5331504","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66c12d84-f1e0-457d-918c-356baf45b5f3"},{"name":"GET - openconfig - openconfig-wifi-phy - config","id":"6dc7ea15-f52d-4858-b45a-eaccdc8cce95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config?content=all","description":"<p>Configurable items at the global, radio interface\nlevel.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","config"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"95c29984-8fb5-46c8-97b0-0e136febb95b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/config?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","config"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"config\": {\n    \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}"}],"_postman_id":"6dc7ea15-f52d-4858-b45a-eaccdc8cce95"}],"id":"c32639fc-e1f0-407a-937e-25ed1f729c83","_postman_id":"c32639fc-e1f0-407a-937e-25ed1f729c83","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"state","item":[{"name":"GET - openconfig - openconfig-wifi-phy - state","id":"5d3a38f6-312b-4c57-aa19-ebad84c0db32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/state?content=all","description":"<p>Operational state data at the global radio level.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","state"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"5569b27b-4aa0-493b-8f7d-727f22fb7ebd","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/state?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","state"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"state\": {\n    \"operating-frequency\": \"OPERATING_FREQUENCY\",\n    \"transmit-eirp\": \"<integer>\",\n    \"channel\": \"<integer>\",\n    \"channel-width\": 20,\n    \"id\": \"<integer>\",\n    \"transmit-power\": 9,\n    \"enabled\": true\n  }\n}"}],"_postman_id":"5d3a38f6-312b-4c57-aa19-ebad84c0db32"}],"id":"c4bac1db-7a1d-4504-93eb-0fad3dfbae8c","_postman_id":"c4bac1db-7a1d-4504-93eb-0fad3dfbae8c","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"neighbors","item":[{"name":"neighbor={bssid}","item":[{"name":"GET - openconfig - openconfig-wifi-phy - neighbor","id":"e1a2e2c5-597c-4d77-aa03-7745d592ad8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors/neighbor=<string>?content=all","description":"<p>The MAC address, or BSSID, of a neighbor, and\ntheir corresponding RSSI.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors","neighbor=<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"14dc9680-7c8b-4bbb-a4ce-bb99836b339d","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors/neighbor=<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors","neighbor=<string>"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbor\": [\n    {\n      \"bssid\": \"<string>\",\n      \"state\": {\n        \"primary-channel\": \"<integer>\",\n        \"rssi\": \"<integer>\",\n        \"bssid\": \"<string>\",\n        \"bss-color-id\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"ssid\": \"<string>\",\n        \"last-seen\": \"<integer>\"\n      }\n    },\n    {\n      \"bssid\": \"<string>\",\n      \"state\": {\n        \"primary-channel\": \"<integer>\",\n        \"rssi\": \"<integer>\",\n        \"bssid\": \"<string>\",\n        \"bss-color-id\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"ssid\": \"<string>\",\n        \"last-seen\": \"<integer>\"\n      }\n    }\n  ]\n}"}],"_postman_id":"e1a2e2c5-597c-4d77-aa03-7745d592ad8f"}],"id":"ec97b79b-35a9-4535-a8e5-64ab62693347","_postman_id":"ec97b79b-35a9-4535-a8e5-64ab62693347","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-phy - neighbors","id":"fbeb79a7-3e25-440a-b96e-e37ad0669831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors","description":"<p>Top-level container for RF neighbors.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"a4a77d5f-93f5-4fee-8779-8200b5bffd04","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbeb79a7-3e25-440a-b96e-e37ad0669831"},{"name":"PUT - openconfig-wifi-phy - openconfig - neighbors","id":"eba2ad05-b419-476f-98b3-f5db277429b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:neighbors\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors","description":"<p>Top-level container for RF neighbors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"9fbf21ab-9091-4c4f-923d-4c42f6e27b6a","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:neighbors\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"5b052fd0-3e43-40c9-ae09-e15715a0b476","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:neighbors\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eba2ad05-b419-476f-98b3-f5db277429b1"},{"name":"PATCH - openconfig-wifi-phy - openconfig - neighbors","id":"a6c7825e-e6ea-4232-9e5c-5bbfc84dd2ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:neighbors\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors","description":"<p>Top-level container for RF neighbors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"0fdca047-d38e-4fc7-8780-295ed835d91b","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:neighbors\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"4bbab347-4bde-46c6-a943-d55a00fff096","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:neighbors\": {}\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6c7825e-e6ea-4232-9e5c-5bbfc84dd2ba"},{"name":"DELETE - openconfig - openconfig-wifi-phy - neighbors","id":"44366ed3-983f-4afb-8b7c-49ec71e1844e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors","description":"<p>Top-level container for RF neighbors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"c1aa9583-54b6-41da-bab4-2877eaac8331","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"44366ed3-983f-4afb-8b7c-49ec71e1844e"},{"name":"GET - openconfig - openconfig-wifi-phy - neighbors","id":"27356733-e69f-4f5b-8220-0a219ce788a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors?content=all","description":"<p>Top-level container for RF neighbors.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4f459f0e-5acb-4772-809b-98688f46f7de","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>/neighbors?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>","neighbors"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"neighbors\": {}\n}"}],"_postman_id":"27356733-e69f-4f5b-8220-0a219ce788a8"}],"id":"d542af15-fa5d-4c3f-af1f-8562dc178557","_postman_id":"d542af15-fa5d-4c3f-af1f-8562dc178557","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"PUT - openconfig-wifi-phy - openconfig - radio","id":"2f1cd5fd-11f2-4dd0-9fe2-28f5d9cee403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b7bfcfb5-cb22-4588-8efc-b9457ae634f4","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7857325b-2d3e-44be-a560-23fd65019a80","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2f1cd5fd-11f2-4dd0-9fe2-28f5d9cee403"},{"name":"PATCH - openconfig-wifi-phy - openconfig - radio","id":"bbb74aac-bc4f-46f5-9aad-6dca1cf86c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"017aed1c-fb56-4ed9-ac9d-940252a30dbb","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"200e7073-1e64-4c3e-b68a-3962cca7cc09","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bbb74aac-bc4f-46f5-9aad-6dca1cf86c29"},{"name":"DELETE - openconfig - openconfig-wifi-phy - radio","id":"912bd382-8bad-4775-8985-05526c33fae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"eaf75ff0-92c9-4887-a9f0-529cadf40126","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"912bd382-8bad-4775-8985-05526c33fae4"},{"name":"GET - openconfig - openconfig-wifi-phy - radio","id":"906e93a2-7bc7-4615-b6b7-7ac61a9afccc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>?content=all","description":"<p>The list of radios on the device.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"f37fa8fc-e89e-4be6-b2de-2af057eba49a","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios/radio=<string>,<string>?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios","radio=<string>,<string>"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}"}],"_postman_id":"906e93a2-7bc7-4615-b6b7-7ac61a9afccc"}],"id":"fc6cec4c-8049-4101-ad2a-e04c6bd8cf90","_postman_id":"fc6cec4c-8049-4101-ad2a-e04c6bd8cf90","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - openconfig-wifi-phy - radios","id":"9c57ba9b-4ac6-4911-a225-a20bb83d9409","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"d6ea13ec-a4f6-43e6-b5dc-9d5964d61b2b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"radio\": [\n    {\n      \"operating-frequency\": \"FREQ_2_5_6_GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    },\n    {\n      \"operating-frequency\": \"FREQ_6GHZ\",\n      \"neighbors\": {},\n      \"id\": \"<integer>\",\n      \"config\": {\n        \"operating-frequency\": \"FREQ_2GHZ\",\n        \"transmit-eirp\": \"<integer>\",\n        \"channel\": \"<integer>\",\n        \"channel-width\": 20,\n        \"id\": \"<integer>\",\n        \"transmit-power\": 9,\n        \"enabled\": true\n      }\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9c57ba9b-4ac6-4911-a225-a20bb83d9409"},{"name":"PUT - openconfig-wifi-phy - openconfig - radios","id":"1f4be5d3-ce58-495e-9252-eb76e9758c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"b8dd440e-14f6-4fb7-b7a1-650575b79d9d","name":"Created","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"08a874c7-ea83-4d87-976a-f13cae6cc93e","name":"Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1f4be5d3-ce58-495e-9252-eb76e9758c62"},{"name":"PATCH - openconfig-wifi-phy - openconfig - radios","id":"f2a1b37f-a824-47b4-8fef-e6f78b3e5cd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"146379df-101c-44d6-bbdb-987477b7f707","name":"OK","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c62b1fa0-79c7-4205-8588-1674e503d08b","name":"Updated","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/yang-data+json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"openconfig-wifi-phy:radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"FREQ_5_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_2_6_GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f2a1b37f-a824-47b4-8fef-e6f78b3e5cd9"},{"name":"DELETE - openconfig - openconfig-wifi-phy - radios","id":"300fcd58-9750-45fc-b25b-ad4df9f9264c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"30101b29-9d43-4e6d-b544-debb73e01334","name":"Deleted","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios"},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"300fcd58-9750-45fc-b25b-ad4df9f9264c"},{"name":"GET - openconfig - openconfig-wifi-phy - radios","id":"a39487d9-5c3e-4236-8de2-6edd16ea078e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/xml"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios?content=all","description":"<p>Top level container for radios, including configuration\nand state data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"4941bbc7-ba78-42db-b9ba-a5de1feaca2f","name":"200","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/xml"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount/openconfig-wifi-phy:radios?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","openconfig-wifi-phy:radios"],"query":[{"key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"radios\": {\n    \"radio\": [\n      {\n        \"operating-frequency\": \"OPERATING_FREQUENCY\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"OPERATING_FREQUENCY\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      },\n      {\n        \"operating-frequency\": \"FREQ_6GHZ\",\n        \"neighbors\": {},\n        \"id\": \"<integer>\",\n        \"config\": {\n          \"operating-frequency\": \"FREQ_2_6_GHZ\",\n          \"transmit-eirp\": \"<integer>\",\n          \"channel\": \"<integer>\",\n          \"channel-width\": 20,\n          \"id\": \"<integer>\",\n          \"transmit-power\": 9,\n          \"enabled\": true\n        }\n      }\n    ]\n  }\n}"}],"_postman_id":"a39487d9-5c3e-4236-8de2-6edd16ea078e"}],"id":"842da4cb-aa52-4f07-9683-a60a1d88b8b4","_postman_id":"842da4cb-aa52-4f07-9683-a60a1d88b8b4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"POST - openconfig - ietf-interfaces - ietf-interfaces","id":"1358bb30-d044-4fab-96c1-17174e34c7aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"proteon80Mbit\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"ss7SigLink\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount","description":"<p>This module contains a collection of YANG definitions for\nmanaging network interfaces.</p>\n<p>Copyright (c) 2018 IETF Trust and the persons identified as\nauthors of the code.  All rights reserved.</p>\n<p>Redistribution and use in source and binary forms, with or\nwithout modification, is permitted pursuant to, and subject\nto the license terms contained in, the Simplified BSD License\nset forth in Section 4.c of the IETF Trust's Legal Provisions\nRelating to IETF Documents\n(<a href=\"https://trustee.ietf.org/license-info\">https://trustee.ietf.org/license-info</a>).</p>\n<p>This version of this YANG module is part of RFC 8343; see\nthe RFC itself for full legal notices.</p>\n<p>Note:\nIn example payload, you can see only the first data node child of the resource to be created, following the\nguidelines of RFC 8040, which allows us to create only one resource in POST request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"3391ce3e-68d5-4109-9e8a-b289ef54221b","name":"Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"interfaces\": {\n    \"interface\": [\n      {\n        \"type\": \"proteon80Mbit\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      },\n      {\n        \"type\": \"ss7SigLink\",\n        \"link-up-down-trap-enable\": \"enabled\",\n        \"name\": \"<string>\",\n        \"description\": \"<string>\",\n        \"enabled\": true\n      }\n    ]\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1358bb30-d044-4fab-96c1-17174e34c7aa"},{"name":"GET - openconfig - datastore - data","id":"73157de3-3c1e-42ad-b17e-f8d6d34a00f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount?content=all","description":"<p>Result of this GET contains data from the monitoring data model, i.e., several lists that have\ninformation about capabilities supported by the server, configuration datastores, data model schemas\nsupported by the server, some session-specific data and statistical data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount"],"host":["http://thetacluster.dev.eti.software/"],"query":[{"description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"key":"content","value":"all"}],"variable":[]}},"response":[{"id":"3791f3ad-66d7-4410-b7df-94fc89cbb985","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":{"raw":"http://thetacluster.dev.eti.software//restconf/data/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount?content=all","host":["http://thetacluster.dev.eti.software/"],"path":["restconf","data","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount"],"query":[{"description":"(Required) ","key":"content","value":"all"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ietf-netconf-monitoring:netconf-state\": {\n    \"sessions\": {\n      \"session\": [\n        {\n          \"login-time\": \"<string>\",\n          \"transport\": \"netconf-tls\",\n          \"username\": \"<string>\",\n          \"source-host\": \"<string>\",\n          \"in-rpcs\": \"0\",\n          \"in-bad-rpcs\": \"0\",\n          \"session-id\": \"<long>\"\n        },\n        {\n          \"login-time\": \"<string>\",\n          \"transport\": \"netconf-tls\",\n          \"username\": \"<string>\",\n          \"source-host\": \"<string>\",\n          \"in-rpcs\": \"0\",\n          \"in-bad-rpcs\": \"0\",\n          \"session-id\": \"<long>\"\n        }\n      ]\n    },\n    \"capabilities\": {\n      \"capability\": [\n        \"<string>\",\n        \"<string>\"\n      ]\n    },\n    \"schemas\": {\n      \"schema\": [\n        {\n          \"namespace\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"format\": \"rng\",\n          \"location\": [\n            \"NETCONF\",\n            \"NETCONF\"\n          ],\n          \"version\": \"<string>\"\n        },\n        {\n          \"namespace\": \"<string>\",\n          \"identifier\": \"<string>\",\n          \"format\": \"rnc\",\n          \"location\": [\n            \"NETCONF\",\n            \"NETCONF\"\n          ],\n          \"version\": \"<string>\"\n        }\n      ]\n    },\n    \"datastores\": {\n      \"datastore\": [\n        {\n          \"name\": \"running\",\n          \"locks\": {\n            \"global-lock\": {\n              \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n            }\n          }\n        },\n        {\n          \"name\": \"running\",\n          \"locks\": {\n            \"global-lock\": {\n              \"value\": \"reference #/components/schemas/ietf-netconf-monitoring_netconf-state_datastores_datastore_locks_global-lock not found in the OpenAPI spec\"\n            }\n          }\n        }\n      ]\n    },\n    \"statistics\": {\n      \"netconf-start-time\": \"<string>\",\n      \"in-rpcs\": \"0\",\n      \"in-sessions\": \"0\",\n      \"out-rpc-errors\": \"0\",\n      \"in-bad-hellos\": \"0\",\n      \"in-bad-rpcs\": \"0\",\n      \"dropped-sessions\": \"0\"\n    }\n  }\n}"}],"_postman_id":"73157de3-3c1e-42ad-b17e-f8d6d34a00f1"}],"id":"65b36368-f4d6-4481-bfc4-a74469fcfe6b","_postman_id":"65b36368-f4d6-4481-bfc4-a74469fcfe6b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"546aac53-6c1c-4adc-91b0-690bae3bf813","_postman_id":"546aac53-6c1c-4adc-91b0-690bae3bf813","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"78a6ba9c-71e8-40f2-b93d-b00e51702308","_postman_id":"78a6ba9c-71e8-40f2-b93d-b00e51702308","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"9abdd6cf-3b00-4d10-8893-295a7b14fd30","_postman_id":"9abdd6cf-3b00-4d10-8893-295a7b14fd30","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"d7c5744d-1e17-4771-88bf-e2ad6edc5163","_postman_id":"d7c5744d-1e17-4771-88bf-e2ad6edc5163","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"operations","item":[{"name":"network-topology:network-topology","item":[{"name":"topology=topology-netconf","item":[{"name":"node=openconfig","item":[{"name":"yang-ext:mount","item":[{"name":"ietf-netconf-monitoring:get-schema","item":[{"name":"POST - openconfig - ietf-netconf-monitoring - get-schema","id":"5a9635b3-1111-4f06-819b-c83c45b760de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"identifier\": \"<string>\",\n    \"version\": \"<string>\",\n    \"format\": \"rnc\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=openconfig/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","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount","ietf-netconf-monitoring:get-schema"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"298ee3ec-cbee-4a47-81ab-865256822d75","name":"RPC get-schema success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"body":{"mode":"raw","raw":"{\n  \"input\": {\n    \"identifier\": \"<string>\",\n    \"version\": \"<string>\",\n    \"format\": \"rnc\"\n  }\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"http://thetacluster.dev.eti.software//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=openconfig/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  \"data\": {}\n}"}],"_postman_id":"5a9635b3-1111-4f06-819b-c83c45b760de"}],"id":"e48fb1ec-2b34-4663-80e5-d7b3c8b1e5aa","_postman_id":"e48fb1ec-2b34-4663-80e5-d7b3c8b1e5aa","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}},{"name":"GET - openconfig - datastore - operations","id":"930cef25-11be-436b-832f-99e99dc96459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"}],"url":"http://thetacluster.dev.eti.software//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount","description":"<p>The example demonstrates only top-level container \"ietf-restconf:operations\".\nThe request returns a list of all available operations on the mounted\nhost, showcasing the structure of RPCs that can be executed.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}},"urlObject":{"path":["restconf","operations","network-topology:network-topology","topology=topology-netconf","node=openconfig","yang-ext:mount"],"host":["http://thetacluster.dev.eti.software/"],"query":[],"variable":[]}},"response":[{"id":"4bc2e483-6793-494e-b615-952344d54dfc","name":"OK","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: basic","key":"Authorization","value":"Basic <credentials>"}],"url":"http://thetacluster.dev.eti.software//restconf/operations/network-topology:network-topology/topology=topology-netconf/node=openconfig/yang-ext:mount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"ietf-restconf:operations\": {}\n}"}],"_postman_id":"930cef25-11be-436b-832f-99e99dc96459"}],"id":"dff2caa7-eb84-4312-9c6a-43f7beaa8f74","_postman_id":"dff2caa7-eb84-4312-9c6a-43f7beaa8f74","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"21a20613-b150-403f-9585-1f1bc05b36e3","_postman_id":"21a20613-b150-403f-9585-1f1bc05b36e3","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"370ee091-9f49-4228-88e7-c8c6b0aed9bc","_postman_id":"370ee091-9f49-4228-88e7-c8c6b0aed9bc","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"6190b9d0-21fe-4ea4-83ab-91a2aa35bf30","_postman_id":"6190b9d0-21fe-4ea4-83ab-91a2aa35bf30","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"b3c0d521-e896-48fc-b2a0-e0c62938d815","_postman_id":"b3c0d521-e896-48fc-b2a0-e0c62938d815","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"id":"40d84a1f-7401-45aa-afa9-bd14302e99e5","description":"<p>RESTCONF (Representational State Transfer Configuration) is a standard protocol that allows client applications to access and manipulate data on a networking device. RESTCONF is based on HTTP or HTTPS and uses the Network Configuration Protocol (NETCONF) datastore concepts.</p>\n","_postman_id":"40d84a1f-7401-45aa-afa9-bd14302e99e5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]},"isInherited":true,"source":{"_postman_id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","id":"399bd54b-e075-49a1-b6c3-ce09cc9d388c","name":"OpenConfig Modules in RESTCONF","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{basicAuthUsername}}"},{"key":"password","value":"{{basicAuthPassword}}"}]}},"variable":[{"key":"baseUrl","value":"http://thetacluster.dev.eti.software/"},{"key":"name","value":"<string>"},{"key":"identifier","value":"<string>"},{"key":"version","value":"<string>"},{"key":"format","value":"<string>"},{"key":"session-id","value":"<integer>"},{"key":"hostname","value":"<string>"},{"key":"id","value":"<string>"},{"key":"operating-frequency","value":"<string>"},{"key":"type","value":"<string>"},{"key":"mac","value":"<string>"},{"key":"src-port","value":"<string>"},{"key":"dst-port","value":"<string>"},{"key":"mpls-label","value":"<string>"},{"key":"src-ipv4","value":"<string>"},{"key":"dst-ipv4","value":"<string>"},{"key":"src-ipv6","value":"<string>"},{"key":"dst-ipv6","value":"<string>"},{"key":"vlan-id","value":"<string>"},{"key":"filter","value":"<string>"},{"key":"lower-frequency","value":"<string>"},{"key":"upper-frequency","value":"<string>"},{"key":"id1","value":"<string>"},{"key":"index","value":"<string>"},{"key":"key-id","value":"<string>"},{"key":"name1","value":"<string>"},{"key":"src-protocol","value":"<string>"},{"key":"dst-protocol","value":"<string>"},{"key":"address-family","value":"<string>"},{"key":"md-id","value":"<string>"},{"key":"profile-name","value":"<string>"},{"key":"interface","value":"<string>"},{"key":"port-index","value":"<string>"},{"key":"address","value":"<string>"},{"key":"port","value":"<string>"},{"key":"mst-id","value":"<string>"},{"key":"license-id","value":"<string>"},{"key":"sensor-group-id","value":"<string>"},{"key":"group-id","value":"<string>"},{"key":"mode-id","value":"<string>"},{"key":"component-descriptor-id","value":"<string>"},{"key":"transceiver-descriptor-id","value":"<string>"},{"key":"mode-descriptor-id","value":"<string>"},{"key":"bssid","value":"<string>"}]}