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

#include <beacon.hpp>

Data Fields

std::string url
 
std::string error
 
int req_content_length
 
int resp_content_length
 
int resp_code
 
int64_t timestamp_ms
 
int duration_ms
 
data_t resp_headers
 
data_t data
 

Field Documentation

◆ url

std::string url

◆ error

std::string error

◆ req_content_length

int req_content_length

◆ resp_content_length

int resp_content_length

◆ resp_code

int resp_code

◆ timestamp_ms

int64_t timestamp_ms

◆ duration_ms

int duration_ms

◆ resp_headers

data_t resp_headers

◆ data

data_t data

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