|
AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
|
AppDynamics Network Request Event
Mandatory: url and timestamp_ms Fields.
More...
#include <appd_iot_def.h>
Data Fields | |
| const char * | url |
| const char * | error |
| int | duration_ms |
| int | req_content_length |
| int | resp_content_length |
| int | resp_code |
| int | resp_headers_count |
| appd_iot_data_t * | resp_headers |
| int64_t | timestamp_ms |
| int | data_count |
| appd_iot_data_t * | data |
AppDynamics Network Request Event
Mandatory: url and timestamp_ms Fields.
| const char* url |
Network Request URL
| const char* error |
Error description if failed to fetch URL
| int duration_ms |
Duration of the event in milliseconds
| int req_content_length |
Length of HTTP Request Data
| int resp_content_length |
Length of HTTP Response Data
| int resp_code |
HTTP Response Code
| int resp_headers_count |
Number of Response Headers as <key,value> pairs
| appd_iot_data_t* resp_headers |
Response Headers as <key,value> pairs
| int64_t timestamp_ms |
Epoch Timestamp in milliseconds
| int data_count |
Count of additional data to be sent as part of network request event
| appd_iot_data_t* data |
Additional data to be sent as part of network request event