Struct _psyiage_sink_http_cfg¶
- Defined in File psyiagesdk.h 
Struct Documentation¶
- 
struct _psyiage_sink_http_cfg¶
- HTTP sink configuration The configuration for the HTTP sink type. - Public Members - 
const char *server¶
- URL of HTTP controller. 
 - 
const char *username¶
- Username for authentication. NULL if authentication is not used. 
 - 
const char *password¶
- Password for authentication. NULL if authentication is not used. 
 - 
const char *api[PSYIAGE_NUM_ENDPOINTS]¶
- REST API endpoint names. - NULL for default. - Default API endpoint names: “/session” “/metrics” “/events” “/logs” “/profile” 
 
- 
const char *