{"id":6350,"date":"2026-05-04T12:10:31","date_gmt":"2026-05-04T12:10:31","guid":{"rendered":"http:\/\/docs.connexite.co.uk\/index.php\/docs\/connexite-documentation\/synapse-cli-documentation\/cli-system-management\/"},"modified":"2026-05-04T12:19:08","modified_gmt":"2026-05-04T12:19:08","slug":"cli-system-management","status":"publish","type":"docs","link":"https:\/\/docs.connexite.co.uk\/index.php\/docs\/network\/synapse-cli-documentation\/cli-system-management\/","title":{"rendered":"System Management"},"content":{"rendered":"<h2 class=\"connexite-doc-h2\">Command Line Interface Mode<\/h2>\n<p>The command line interface is divided into many different modes, The commands available to you depend on which mode you are currently in. Enter a question mark (?) at the system prompt to obtain a list of commands available for each command mode. Table following describes the main command modes, how to access each one, the prompt you see in that mode, and how to exit the mode. The examples in the table use the hostname SWITCH. Table Command Mode Summary<\/p>\n<h2 class=\"connexite-doc-h2\">User Exec<\/h2>\n<pre class=\"connexite-doc-command\"><code>SWITCH&gt;<\/code><\/pre>\n<h2 class=\"connexite-doc-h2\">Enter exit to quit<\/h2>\n<p>Use this mode to: Perform basic tests. Display system information.<\/p>\n<h2 class=\"connexite-doc-h2\">Privileged Mode<\/h2>\n<pre class=\"connexite-doc-command\"><code>SWITCH#<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">While in user EXEC mode, enter the enable command. Enter disable to exit. Use this mode to: Exec network utilities. Display module information. System management operation.<\/p>\n<h2 class=\"connexite-doc-h2\">Global Configuration<\/h2>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">While in Privileged mode, enter the configuration terminal command. Enter exit or end to return. Use this mode to: configure parameters that apply to the entire switch.<\/p>\n<h2 class=\"connexite-doc-h2\">Interface Configuration<\/h2>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-if)#<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">While in global configuration mode, e interface command (with a specific interface). Enter exit or end to return. Use this mode to: configure parameters for the Ethernet ports.<\/p>\n<h2 class=\"connexite-doc-h2\">Configuring<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Manually Assigning IPv4 Information<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#management vlan VLANID ip address IPADDR\/MASKLEN gateway IPADDR<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#no management vlan<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Manually assigning switch management IPv4 information.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#management vlan VLANID ip address dhcp<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#no management vlan<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configuring DHCP-Based IPv4 information autoconfiguration.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#management vlan VLANID ipv6 address IPV6ADDR\/MASKLEN gateway IPV6ADDR<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#no management vlan<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Manually assigning switch management IPv6 information.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#management vlan VLANID ipv6 address dhcp<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#no management vlan<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configuring DHCP-Based IPv6 information autoconfiguration.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#show management summary<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Display IP information.<\/p>\n<h2 class=\"connexite-doc-h2\">Examples<\/h2>\n<p>Example 1: Manually assigning IPv4 information. The following examples shows how to configure management IPv4 address, The management VLAN is 1, the management IP is 192.168.64.200\/24, and the gateway address is 192.168.64.1. Manually assigning IPv4 information\uff1a<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#configure terminal<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#management vlan 1 ip address 192.168.64.200\/24 gateway 192.168.64.1<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Display IP information\uff1a<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#show management summary<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Management interface with Ipv4: Type: Static Vlan: 1 Ip address: 192.168.64.200\/24 Gateway: 192.168.64.1 Backup\/Restore Configuration<\/p>\n<h2 class=\"connexite-doc-h2\">Configuring<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Backup Configuration<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH#write<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Save your entries in the configuration file.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#copy default-config startup-config<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH#reload<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Restore the system default configuration, which will take effect after the device restarts.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#copy tftp tftp:\/\/A.B.C.D\/FILE startup-config<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH#reload<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">A.B.C.D\uff1aremote tftp server ip address FILE\uff1aFile name of configuration Import the remote configuration into the device through the tftp protocol, replacing the existing configuration. Take effect after device restart.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#copy startup-config tftp tftp:\/\/A.B.C.D\/FILE<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">A.B.C.D\uff1aremote tftp server ip address FILE\uff1aFile name of configuration Through the tftp protocol, the configuration is saved to the specified folder of the remote tftp server.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#copy ftp ftp:\/\/A.B.C.D\/FILE startup-config<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH#reload<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">A.B.C.D\uff1aremote tftp server ip address FILE\uff1aFile name of configuration Import the remote configuration into the device through the ftp protocol, replacing the existing configuration. Take effect after device restart.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#copy startup-config ftp ftp:\/\/A.B.C.D\/FILE<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">A.B.C.D\uff1aremote tftp server ip address FILE\uff1aFile name of configuration Through the ftp protocol, the configuration is saved to the specified folder of the remote tftp server.<\/p>\n<h2 class=\"connexite-doc-h2\">Examples<\/h2>\n<p>Example 1\uff1aExport the configuration to the folder specified by the remote tftp server, the file name is startup.conf. Environment construction\uff1a The remote PC starts the tftp server and selects the tftp current directory. The IP address of the remote PC is 192.168.64.1, and the management IP of the switch is configured as 192.168.64.100, and the remote PC can be pinged. Execute the configuration export command\uff1a<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH# copy startup-config tftp tftp:\/\/192.168.64.1\/startup.conf<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">% Total % Received % Xferd Average Speed Time Time Time Current<\/p>\n<h2 class=\"connexite-doc-h2\">Dload Upload Total Spent Left Speed<\/h2>\n<p>100 1230 0 0 100 1230 0 151k &#8211;:&#8211;:&#8211; &#8211;:&#8211;:&#8211; &#8211;:&#8211;:&#8211; 240k 100 1230 0 0 100 1230 0 144k &#8211;:&#8211;:&#8211; &#8211;:&#8211;:&#8211; &#8211;:&#8211;:&#8211; 144k<\/p>\n<h2 class=\"connexite-doc-h2\">Copy Success<\/h2>\n<p>In the test directory of the remote PC, you can view the newly created startup.conf file. Example 2\uff1aImport the configuration file startup.conf under the folder specified by the remote ftp server into the device. Environment construction\uff1a Start the ftp server on the remote PC, select the current directory of ftp, and place the startup.conf file. The IP address of the remote PC is 192.168.64.1, and the switch management IP is configured as 192.168.64.100, and the remote PC can be pinged. Execute the configuration import command\uff1a<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH# #copy ftp ftp:\/\/192.168.64.1\/startup.conf startup-config<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Enter Username:xxxxxx Enter Password:xxxxxx % Total % Received % Xferd Average Speed Time Time Time Current<\/p>\n<h2 class=\"connexite-doc-h2\">Dload Upload Total Spent Left Speed<\/h2>\n<p>100 973 100 973 0 0 42572 0 &#8211;:&#8211;:&#8211; &#8211;:&#8211;:&#8211; &#8211;:&#8211;:&#8211; 48650<\/p>\n<h2 class=\"connexite-doc-h2\">Copy Success<\/h2>\n<p>After the configuration is imported, restart to take effect.<\/p>\n<h2 class=\"connexite-doc-h2\">Clearing Log<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Clearing system log<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH# clear logging<\/code><\/pre>\n<h2 class=\"connexite-doc-h2\">System Warm Restart<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>System Warm Restart<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH#reload<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">System warm restart.<\/p>\n<h2 class=\"connexite-doc-h2\">User Management<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Configuring Username and Password<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# username NAME password LINE<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# no username NAME<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">If the user name does not exist, add a new user, if it exists, modify the user&#039;s password. By default, the device has its own user &quot;admin&quot; and password &quot;admin&quot;, which supports password modification and deletion operations. The length of the user and password is 0-32 bytes. Password display is encrypted. Password characters are case sensitive. The delete operation does not support deleting the user itself; to delete an online user, the user must be kicked off the line first.<\/p>\n<h2 class=\"connexite-doc-h2\">Configuring<\/h2>\n<h2 class=\"connexite-doc-h2\">Service Enablement Management<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Configure and Enable WEB Management<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# web-server enable { all | http | https }<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# no web-server enable<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configure and enable WEB management. Default disabled state. Support IPv4 and IPv6.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# telnet-server enable<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# no telnet-server enable<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configure and enable telnet management. Default disabled state. Support IPv4 and IPv6.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# ssh-server enable<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# no ssh-server enable<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configure and enable SSH management. Default disabled state. Support IPv4 and IPv6.<\/p>\n<h2 class=\"connexite-doc-h2\">ACL Applied to Services<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>IPv4 ACL Applied to Services<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# ip { telnet | ssh | http | https } access-class {&lt;1-199&gt; | &lt;1300-2699&gt; | ACLNAME}<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# no ip { telnet | ssh | http | https } access-class<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">IPv4 ACL is applied to telnet, ssh, http, https and other services. Users who meet the ACL permit rules are allowed to access the device, otherwise users cannot access the device.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# ipv6 { telnet | ssh | http | https } access-class { ACLNAME }<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# no ipv6 { telnet | ssh | http | https } access-class<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">IPv6 ACL is applied to telnet, ssh, http, https and other services. Users who meet the ACL permit rules are allowed to access the device, otherwise users cannot access the device.<\/p>\n<h2 class=\"connexite-doc-h2\">ACL Applied to Vty<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>ACL Applied to Vty<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-line)# access-class {&lt;1-199&gt; | &lt;1300-2699&gt; | ACLNAME } in<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-line)# no access-class {&lt;1-199&gt; | &lt;1300-2699&gt; | ACLNAME } in<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">ACL applied to vty. For telnet, ssh and other servers on vty. Users who meet the ACL permit rules are allowed to login by this line.<\/p>\n<h2 class=\"connexite-doc-h2\">Service Management Based on Line<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Configure Services Supported on Line Vty<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-line)# transport input { telnet | ssh | all | none }<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-line)# no transport input<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configure services supported on vty. telnet: only supports telnet service. ssh: only supports ssh service. all: supports telnet and ssh services. none: No services are supported. Supports telnet and ssh services by default.<\/p>\n<h2 class=\"connexite-doc-h2\">Other Commands<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Kick Online Users Offline<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH# clear line { vty | console } LINE<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Vty represents the remote login user. Console represents the serial port login user. LINE information can be viewed in the show users command. Kicking the user itself is not supported.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH#show users<\/code><\/pre>\n<h2 class=\"connexite-doc-h2\">Type Line User Idle Host<\/h2>\n<p>con 0 admin 00:00:03 &#8212; vty 0 admin 00:00:11 192.168.64.1 Users display elements are as follows:<\/p>\n<h2 class=\"connexite-doc-h2\">Field<\/h2>\n<p>illustrate<\/p>\n<h2 class=\"connexite-doc-h2\">Type<\/h2>\n<p>console or vty<\/p>\n<h2 class=\"connexite-doc-h2\">Line<\/h2>\n<p>console: fixed 0 vty : 0-7<\/p>\n<h2 class=\"connexite-doc-h2\">User<\/h2>\n<p>username<\/p>\n<h2 class=\"connexite-doc-h2\">Idle<\/h2>\n<p>Time in idle state, if the timeout time is exceeded, the terminal automatically exits. Host Login user ip address<\/p>\n<h2 class=\"connexite-doc-h2\">Examples<\/h2>\n<p>Case 1 : The device enables the telnet service. Only users with the IP address 192.168.64.100 are allowed to access the device through telnet, and other users are denied access.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#telnet-server enable<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#ip-access-list standard 1<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-std-acl)#permit host 192.168.64.100<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-std-acl)#exit<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#ip telnet access-class 1<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Case 2 : The device enables the telnet service, and the device only allows one user to log in to the device through telnet at the same time.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#telnet-server enable<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)#line vty 1 7<\/code><\/pre>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config-line)#transport input none<\/code><\/pre>\n<h2 class=\"connexite-doc-h2\">System Hostname Configuration<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Configuring Hostname<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# hostname WORD<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">The name must consist of printable characters and the length cannot exceed 63 bytes. This configuration takes effect immediately.<\/p>\n<h2 class=\"connexite-doc-h2\">Firmware Upgrade<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Firmware Upgrade<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH# upgrade firmware tftp:\/\/SERVER\/FILENAME<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">You need to build a TFTP server on the terminal, and ensure the two-way interconnection between the terminal and the device network. SERVER: TFTP server IP and the relative address of the server window and the firmware upgrade file. FILENAME: Firmware upgrade file. The firmware upgrade process will take 5-6 minutes, reboot the device to complete the firmware upgrade. Do not power off the device during the upgrade process. Example 1\uff1aThe following examples shows firmware upgrade via tftp. Step 1: As shown in the figure below, SWITCH-A is the device to be upgraded, and the telnet function is enabled; USER-A is the host on the same network segment in the LAN, and USER-B is the management device in the LAN, both of which can log in to SWITCH-A by telnet.<\/p>\n<h2 class=\"connexite-doc-h2\">Firmware upgrade connection diagram<\/h2>\n<p>Step 2: Select USER-B to perform the version upgrade operation. Open the TFTP server on USER-B and place the upgrade file xcat-release-3.2.0.bin in the Y:\/workspace directory.TFTP server as shown in the figure below.<\/p>\n<h2 class=\"connexite-doc-h2\">TFTP Server<\/h2>\n<p>Step 3: USER-B telnet logs in to SWITCH-A and executes the upgrade command in privileged mode. Upgrade information as shown in the figure below.<\/p>\n<h2 class=\"connexite-doc-h2\">Upgrade Information<\/h2>\n<p>Step 4: After the upgrade is over, select &quot;y&quot; to restart the device to complete the upgrade, select &quot;n&quot; to continue running the device, and the upgrade operation will be completed after restart.<\/p>\n<h2 class=\"connexite-doc-h2\">System Data And Time Configuration<\/h2>\n<ul class=\"connexite-doc-list\">\n<li>Setting the System Clock<\/li>\n<\/ul>\n<pre class=\"connexite-doc-command\"><code>SWITCH# clock set HH:MM:SS DAY MON YEAR<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Setting the system clock. For example\uff1aClock set 15:30:00 1 october 2017.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# ntp server {A.B.C.D | ipv6 X.X::X.X }<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configure the IP address of the NTP server (domain name configuration is not supported). After the configuration is complete, if the device and the server are connected to the network, the device will automatically synchronize the time information from the server. It takes about 4-8 minutes to complete the time synchronization for the first time.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH(config)# clock timezone ZONE<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Configure the system time zone. The default timezone is UTC. Supports standard time zone configuration, such as Shanghai time zone keyword &quot;Shanghai&quot;, Hong Kong time zone keyword &quot;Hong_Kong&quot;, etc.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH# show clock<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Display system clock.<\/p>\n<pre class=\"connexite-doc-command\"><code>SWITCH# show ntp status<\/code><\/pre>\n<p class=\"connexite-doc-command-desc\">Display ntp status.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Networking \u203a Switching \u203a Edge \u203a Synapse<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":6349,"menu_order":1,"comment_status":"open","ping_status":"closed","template":"","doc_tag":[115,119,116],"class_list":["post-6350","docs","type-docs","status-publish","hentry","doc_tag-connexite","doc_tag-network","doc_tag-synapse-cli-documentation","no-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/docs\/6350","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/comments?post=6350"}],"version-history":[{"count":1,"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/docs\/6350\/revisions"}],"predecessor-version":[{"id":6398,"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/docs\/6350\/revisions\/6398"}],"up":[{"embeddable":true,"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/docs\/6349"}],"wp:attachment":[{"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/media?parent=6350"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/docs.connexite.co.uk\/index.php\/wp-json\/wp\/v2\/doc_tag?post=6350"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}