You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For mount-points, cannot get specific state xpath that excludes config.
Example, suppose /top/my-mountpoint is a yang shema mount-point, and that the state tree yang-library is available directly under my-mointpoint, then
the following GET works:
/top/my-mountpoint
with yang-library returned as part of the full mountpoint data. on the form:
<top>
<my-mointpoint>
<config-data>....</config-data>
<yang-library>...</yang-library>
</my-mointpoint>
</top>
```But the following returns nothing:
/top/my-mountpoint/yang-library
This may possibly have wider consequences also for non-mountpoints
The text was updated successfully, but these errors were encountered:
For mount-points, cannot get specific state xpath that excludes config.
Example, suppose /top/my-mountpoint is a yang shema mount-point, and that the state tree yang-library is available directly under my-mointpoint, then
the following GET works:
with yang-library returned as part of the full mountpoint data. on the form:
The text was updated successfully, but these errors were encountered: