|
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 Response Structure
Mandatory: One of the resp_code or error fields should be populated.
More...
#include <appd_iot_def.h>
Data Fields | |
| int | resp_code |
| int | duration_ms |
| int | headers_count |
| appd_iot_data_t * | headers |
| size_t | content_len |
| const char * | content |
| const void * | user_data |
| appd_iot_error_code_t | error |
AppDynamics HTTP Response Structure
Mandatory: One of the resp_code or error fields should be populated.
| int resp_code |
Response Code
| int duration_ms |
| int headers_count |
Number of Response Headers as <key,value> pairs
| appd_iot_data_t* headers |
Response Headers as <key,value> pairs
| size_t content_len |
Response Content Length
| const char* content |
Response Content
| const void* user_data |
Placeholder for any additional data that user wants to keep track of
| appd_iot_error_code_t error |
To indicate any error occured while executing the request.