XPath to remove inactive installation files in IOS XE
- #xpath
- Last updated on
Cisco Platform
IOS XE
WLC’s version used
17.6.2
CLI
install remove inactive
Yang Module
Cisco-IOS-XE-install-rpc
Prefix
install-ios-xe-rpc
XPath
install-ios-xe-rpc:remove
RPC
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="101">
<remove xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-install-rpc">
<uuid/>
<inactive>true</inactive>
</remove>
</rpc>
Sending
<nc:rpc xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:d9a4e843-4b14-415c-8758-91e8f62022cd">
<remove xmlns="http://cisco.com/ns/yang/Cisco-IOS-XE-install-rpc">
<uuid/>
<inactive>true</inactive>
</remove>
</nc:rpc>
Received message from host
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="urn:uuid:d9a4e843-4b14-415c-8758-91e8f62022cd">
<ok/>
</rpc-reply>