get-last-config-update-time-for-xpaths

Retrieves the time stamp of the last configuration change for xpaths.

Resource URIs

URI Description
<base_URI>/operations/get-last-config-update-time-for-xpaths Retrieves the time stamp of the last configuration change for xpaths.

Parameters

xpath-string
Displays the xpath string.
last-config-update-time
Indicates the time stamp of the last configuration change for xpath.

Usage Guidelines

Only POST operation is supported.

Examples

URI

http://host:80/rest/operations/get-last-config-update-time-for-xpaths

<get-last-config-update-time-for-xpaths></get-last-config-update-time-for-xpaths>
<output xmlns='urn:brocade.com:mgmt:brocade-vcs'>
  <last-config-update-time-for-xpaths>
    <xpath-string>/</xpath-string>
    <last-config-update-time>1402481614</last-config-update-time>
  </last-config-update-time-for-xpaths>
  <last-config-update-time-for-xpaths>
    <xpath-string>/cee-map</xpath-string>
    <last-config-update-time>1401508522</last-config-update-time>
  </last-config-update-time-for-xpaths>
</output>