yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
yang_patch_cb_t Struct Reference

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.
 

Detailed Description

One YANG Patch Request.

Field Documentation

◆ target

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


The documentation for this struct was generated from the following file: