![]() |
yumapro
25.10-1
YumaPro SDK
|
One YANG Patch Request. More...
#include <yang_patch.h>
Data Fields | |
| dlq_hdr_t | qhdr |
| in case used in Queue of patches | |
| xmlChar * | patch_id |
| patch ID is usually the transaction-id | |
| yang_patch_edit_type_t | edit_type |
| edit type (user or system) | |
| boolean | skip_sil |
| skip SIL callback; used by DB-API to control edit in main server | |
| xmlChar * | comment |
| comment provided for this patch | |
| xmlChar * | target |
| In case of HA and NETCONF this 'target' uses the datastore root '/' as the target resource and use the yang_patch_edit_t->target as the relative target for edit-1. More... | |
| dlq_hdr_t | editQ |
| Parsed edits: Q of yang_patch_edit_t. | |
| boolean | oper_edit |
| indicates whether the edit is on operational datastore or not | |
| ncx_msg_encoding_t | edit_encoding |
| Encoding that represents corresponding encoding type. | |
| ncx_instfmt_t | edit_id_format |
| Identifies the instance identifier string format types. | |
One YANG Patch Request.
| xmlChar* target |
In case of HA and NETCONF this 'target' uses the datastore root '/' as the target resource and use the yang_patch_edit_t->target as the relative target for edit-1.
RESTCONF can use not only datastore root, the target will be available in the URI