AppDynamics IoT C++ SDK
AppDynamics IoT C++ library contains code that facilitates capturing availability, usage, network performance and errors of an IoT Application.
appd_iot_network_request_event_t Struct Reference

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_tresp_headers
 
int64_t timestamp_ms
 
int data_count
 
appd_iot_data_tdata
 

Detailed Description

AppDynamics Network Request Event
Mandatory: url and timestamp_ms Fields.

Field Documentation

◆ url

const char* url

Network Request URL

◆ error

const char* error

Error description if failed to fetch URL

◆ duration_ms

int duration_ms

Duration of the event in milliseconds

◆ req_content_length

int req_content_length

Length of HTTP Request Data

◆ resp_content_length

int resp_content_length

Length of HTTP Response Data

◆ resp_code

int resp_code

HTTP Response Code

◆ resp_headers_count

int resp_headers_count

Number of Response Headers as <key,value> pairs

◆ resp_headers

appd_iot_data_t* resp_headers

Response Headers as <key,value> pairs

◆ timestamp_ms

int64_t timestamp_ms

Epoch Timestamp in milliseconds

◆ data_count

int data_count

Count of additional data to be sent as part of network request event

◆ data

Additional data to be sent as part of network request event


The documentation for this struct was generated from the following file: