AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
AppDynamics HTTP Request Structure
Mandatory: All Fields
Data is provided in raw format. If data is sent in gzip format then add the http request header
"Content-Encoding: gzip". It is recommended to gzip data for efficient use of resources.
More...
#include <appd_iot_def.h>
Data Fields | |
const char * | url |
int | headers_count |
appd_iot_data_t * | headers |
const char * | type |
const char * | data |
AppDynamics HTTP Request Structure
Mandatory: All Fields
Data is provided in raw format. If data is sent in gzip format then add the http request header
"Content-Encoding: gzip". It is recommended to gzip data for efficient use of resources.
const char* url |
Request URL
int headers_count |
Number of Request Headers as <key,value> pairs
appd_iot_data_t* headers |
Request Headers as <key,value> pairs
const char* type |
Request Type - POST or GET
const char* data |
Request Payload