<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How use putxml api to config DNS domain name in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/how-use-putxml-api-to-config-dns-domain-name/m-p/4580418#M760</link>
    <description>&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a feature request to config the codec dns domain name through &lt;A href="https://codecDeviceIP/putxml" target="_blank"&gt;https://codecDeviceIP/putxml&lt;/A&gt;&amp;nbsp;API, like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;axios.post(&lt;/P&gt;&lt;P&gt;&lt;A href="https://codecDeviceIP/putxml" target="_blank"&gt;&amp;nbsp; &amp;nbsp;https://codecDeviceIP/putxml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xml,&lt;/P&gt;&lt;P&gt;config&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what's the exact xml I should put in the api.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 04:24:51 GMT</pubDate>
    <dc:creator>jackie.tian2</dc:creator>
    <dc:date>2022-03-29T04:24:51Z</dc:date>
    <item>
      <title>How use putxml api to config DNS domain name</title>
      <link>https://community.cisco.com/t5/controllers/how-use-putxml-api-to-config-dns-domain-name/m-p/4580418#M760</link>
      <description>&lt;P&gt;HI there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have a feature request to config the codec dns domain name through &lt;A href="https://codecDeviceIP/putxml" target="_blank"&gt;https://codecDeviceIP/putxml&lt;/A&gt;&amp;nbsp;API, like below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;axios.post(&lt;/P&gt;&lt;P&gt;&lt;A href="https://codecDeviceIP/putxml" target="_blank"&gt;&amp;nbsp; &amp;nbsp;https://codecDeviceIP/putxml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; xml,&lt;/P&gt;&lt;P&gt;config&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what's the exact xml I should put in the api.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 04:24:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-use-putxml-api-to-config-dns-domain-name/m-p/4580418#M760</guid>
      <dc:creator>jackie.tian2</dc:creator>
      <dc:date>2022-03-29T04:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: How use putxml api to config DNS domain name</title>
      <link>https://community.cisco.com/t5/controllers/how-use-putxml-api-to-config-dns-domain-name/m-p/4631880#M761</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1334285"&gt;@jackie.tian2&lt;/a&gt;,&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I'm not sure the DNS domain name can be set this way. Please see pages 11-12 in this PDF for the list of configurations you can change, as well as an example:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;STRONG&gt;Webex Room Device APIs: The power of automated, integrated, immersive collaboration&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;A href="https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/DEVNET-1462.pdf" target="_blank"&gt;https://www.ciscolive.com/c/dam/r/ciscolive/emea/docs/2020/pdf/DEVNET-1462.pdf&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="putxml.png" style="width: 786px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/153806i7E0B0AA0032E149D/image-size/large?v=v2&amp;amp;px=999" role="button" title="putxml.png" alt="putxml.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the only other examples I could find:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Example 1: Changing the device name

Request
POST /putxml HTTP/1.1
Content-Type: text/xml

&amp;lt;Configuration&amp;gt;
  &amp;lt;SystemUnit&amp;gt;
    &amp;lt;Name&amp;gt;newName&amp;lt;/Name&amp;gt;
  &amp;lt;/SystemUnit&amp;gt;
&amp;lt;/Configuration&amp;gt;&lt;/PRE&gt;
&lt;PRE&gt;Example 2: Setting the camera position

Request
POST /putxml HTTP/1.1
Content-Type: text/xml

&amp;lt;Command&amp;gt;
  &amp;lt;Camera&amp;gt;
    &amp;lt;PositionSet command=”True”&amp;gt;
      &amp;lt;CameraId&amp;gt;1&amp;lt;/CameraId&amp;gt;
      &amp;lt;Pan&amp;gt;200&amp;lt;/Pan&amp;gt;
      &amp;lt;Tilt&amp;gt;200&amp;lt;/Tilt&amp;gt;
    &amp;lt;/PositionSet&amp;gt;
  &amp;lt;/Camera&amp;gt;&lt;/PRE&gt;
&lt;PRE&gt;Example: Registering feedback on configuration changes,
disconnect events and call status changes.

POST /putxml HTTP/1.1
Content-Type: text/xml

&amp;lt;Command&amp;gt;
  &amp;lt;HttpFeedback&amp;gt;
    &amp;lt;Register command=”True”&amp;gt;
      &amp;lt;FeedbackSlot&amp;gt;1&amp;lt;/FeedbackSlot&amp;gt;
      &amp;lt;ServerUrl&amp;gt;http://127.0.0.1/myhttppostscripturl&amp;lt;/ServerUrl&amp;gt;
      &amp;lt;Format&amp;gt;XML&amp;lt;/Format&amp;gt;
      &amp;lt;Expression item=”1”&amp;gt;/Configuration&amp;lt;/Expression&amp;gt;
      &amp;lt;Expression item=”2”&amp;gt;/Event/CallDisconnect&amp;lt;/Expression&amp;gt;
      &amp;lt;Expression item=”3”&amp;gt;/Status/Call&amp;lt;/Expression&amp;gt;
    &amp;lt;/Register&amp;gt;
  &amp;lt;/HttpFeedback&amp;gt;
&amp;lt;/Command&amp;gt;&lt;/PRE&gt;
&lt;P&gt;source:&amp;nbsp;&lt;A href="https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce913/collaboration-endpoint-software-api-reference-guide-ce913.pdf" target="_blank"&gt;https://www.cisco.com/c/dam/en/us/td/docs/telepresence/endpoint/ce913/collaboration-endpoint-software-api-reference-guide-ce913.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 15:31:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/how-use-putxml-api-to-config-dns-domain-name/m-p/4631880#M761</guid>
      <dc:creator>Alexander Stevenson</dc:creator>
      <dc:date>2022-06-14T15:31:25Z</dc:date>
    </item>
  </channel>
</rss>

