XPath to write memory on IOS XE

XPath to write memory on IOS XE

  • #xpath
- Last updated on

The write memory command saves the running configuration as the startup configuration only when the save-config overwrite command determines that this file can be overridden.

Cisco Platform

IOS XE

WLC version used

17.6.2

CLI

write mem

Yang Module

cisco-ia

Prefix

cisco-ia

XPath

/cisco-ia:save-config

GET

http://<IP:PORT>/restconf/proxy/https://<IP:PORT>/restconf/operations/cisco-ia:save-config

Example

Sending

curl -X 'POST' \ 'http://<IP:PORT>/restconf/proxy/https://<IP:PORT>/restconf/operations/cisco-ia:save-config' \ -H 'accept: application/yang-data+json' \ -d ''

Received message from host

{
  "cisco-ia:output": {
    "result": "Save running-config successful"
  }
}

Copyright © 2024 Darwin Castro