Confd_load command to verify paths in cdb

Hi,

I’m setting a path using record_set_elem(). when i verify for the path using maapi_exists() it returns error saying
path not found. Is there a confd_load command that i can use to verify if the path is actually set?

Can you show us an example of what you are looking for?
confd_cmd -c “xpath_eval_expr boolean(my/path)” might be what you are looking for.