Remote Manager RCI Example for Changing Settings on Remote Manager Connected Devices

 

Remote Manager RCI calls can be issued from the Web Services Console under your Remote Manager account to make setting changes on multiple units connected to Remote Manager for batch processing .  The following example shows how to change the password:
 

<sci_request version="1.0"
  <send_message
    <targets>
      <device id="00000000-00000000-00409DFF-FF(place_gateway_ID_here)"/>
    </targets
    <rci_request version="1.1"
      <set_setting>
        <simple_password>
         <password_mode>test_password</password_mode>
         <username>root</username>
         <password>replace-this-password</password>
         <public_comm>public</public_comm>
         <private_comm>private</private_comm>
         <public_key/>
       </simple_password>
     </set_setting>
   </rci_request>
  </send_message>
</sci_request>

You may be prompted for your Remote Manager account credentials.

Last updated: Apr 02, 2019

Filed Under

Digi Remote Manager

Recently Viewed

No recently viewed articles

Did you find this article helpful?