yumapro  23.10T-10
YumaPro SDK
Loading...
Searching...
No Matches
agt_yangapi_edit.h File Reference

Yuma REST API Edit Handler. More...

#include "ses.h"
#include "rpc.h"
#include "status.h"
#include "yangapi.h"
Include dependency graph for agt_yangapi_edit.h:

Go to the source code of this file.

Functions

status_t agt_yangapi_edit_request (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg)
 Perform an internal <edit-config> and <commit> if needed. More...
 
status_t agt_yangapi_edit_request_ex (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg, val_value_t *force_editval, op_editop_t force_editop, boolean skip_sil, boolean skip_save, const xmlChar *comment_str, yang_patch_edit_t *edit)
 Perform an internal <edit-config> and <commit> if needed. More...
 
status_t agt_yangapi_edit_request_ex2 (ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg, val_value_t *force_editval, op_editop_t force_editop, boolean skip_sil, boolean skip_save, boolean check_candidate, boolean candidate_start_dirty, const xmlChar *comment_str, yang_patch_edit_t *edit)
 Handle an edit request from DB-API (extra 2) More...
 

Detailed Description

Yuma REST API Edit Handler.