This module contains the <get-support-save> operation and the support-save-data yang-data structure. The top-level containers ar...
Organization:
YumaWorks, Inc.
Module:
yumaworks-support-save
Version:
2022-05-19
File:
Abstract:
This module contains the <get-support-save> operation and the support-save-data yang-data structure. The top-level containers ar...
Contact:
Support <support@yumaworks.com>
Check for an additional details:
Description:
This module contains the <get-support-save> operation
and the support-save-data yang-data structure.
The top-level containers are registered in ncx/support_save
and implemented in agt/agt_support_save.c
No duplicate local-names are allowed in the top-level child
nodes of the support-save-data anydata container.
Structure of the support-save-data (can change over time):
container support-save-data {
container bundles {
list bundle {
leaf name { type string; }
leaf-list deviation { type string; }
leaf-list module { type string; }
}
}
container capabilities ->
/ietf-netconf-monitoring:netconf-state/capabilities
container config-data {
container *name* (e.g. candidate) {
anydata config;
}
}
container datastores ->
/ietf-netconf-monitoring:netconf-state/datastores
container modules-state -> /ietf-yang-library:modules-state
container modules-text {
list module {
leaf name { type string; }
leaf revision { type string; }
leaf source { type string; }
leaf submodule { type empty; }
leaf text { type string; }
}
}
container program {
leaf name { type string; }
leaf version { type string; }
}
container sessions ->
/ietf-netconf-monitoring:netconf-state/sessions
container sils {
list sil {
leaf name { type string; }
leaf revision { type string; }
leaf bundle { type empty; }
leaf sil-sa { type empty; }
}
}
container system -> /yuma-system:system container
}
© 2023 YumaWorks, Inc. All rights reserved.