A query to the data API is specified in this structure. More...
#include <data.h>
Data Fields | |
| char * | filter |
| Filter string, return the internal nodes specified here. Setting it to NULL will return every internal node. | |
| char * | path |
| Path to the node to retrieve. | |
| char * | search |
| Search condition. | |
| uint32_t | version |
| Data query version. | |
| char* filter |
Filter string, return the internal nodes specified here. Setting it to NULL will return every internal node.
Definition at line 270 of file data.h.
Referenced by data_result_generate(), and handle_cli_data_get().
| char* path |
Path to the node to retrieve.
Definition at line 267 of file data.h.
Referenced by ast_data_get(), and handle_cli_data_get().
| char* search |
Search condition.
Definition at line 272 of file data.h.
Referenced by data_result_generate(), handle_cli_data_get(), and manager_data_get().
| uint32_t version |
Data query version.
Definition at line 265 of file data.h.
Referenced by ast_data_get(), handle_cli_data_get(), and manager_data_get().