Cisco Cisco Elastic Services Controller 2.3 Developer's Guide

Page of 85
            <users> 
                <user> 
                    <id>admin</id> 
                    <credentials> 
                        <properties> 
                            <property> 
                                <name>os_password</name> 
                                <value>cisco123</value> 
                            </property> 
                            <property> 
                                <name>os_tenant_name</name> 
                                <value>admin</value> 
                            </property> 
                        </properties> 
                    </credentials> 
                </user> 
            </users> 
        </vim_connector> 
    </vim_connectors> 
</esc_system_config> 
    </config> 
  </edit-config> 
</rpc> 
 
 
 
6.1.1.2  Netconf Response 
An rpc-reply response is returned with a status of ok if the request was accepted for activation, or a 
status of rpc-error if the request was rejected.   
6.1.2  Delete Vim Connector 
The Vim Connector can be deleted only when ESC was not able to connect to the Vim initially.  Once Vim 
connected successfully, deleting the Vim Connector is not allowed.   
6.1.2.1  Netconf Request  
 
<rpc message-id="1" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> 
  <edit-config> 
    <target> 
      <running/> 
    </target> 
    <config> 
<esc_system_config xmlns="http://www.cisco.com/esc/esc"> 
    <vim_connectors> 
        <vim_connector nc:operation="delete"> 
            <id>openstack-vim</id> 
        </vim_connector> 
    </vim_connectors> 
</esc_system_config> 
    </config> 
  </edit-config> 
</rpc> 
 
 
 
6.1.2.2  Netconf Response  
 
An rpc-reply response is returned with a status of ok if the request was accepted for 
activation, or a status of rpc-error if the request was rejected.