yumapro
24.10-2
YumaPro SDK
|
Yuma REST API Edit Handler. More...
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... | |
Yuma REST API Edit Handler.