API Reference
Class
AgentTransportConfig
Transport settings for sending payloads to the monitoring service.
Inheritance
- Object
- AgentTransportConfig
Constructors
public AgentTransportConfig() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Endpoint { get; set; } #Base endpoint for the monitoring service (e.g. https://monitoring:7443/agent).
public String ApiKey { get; set; } #Optional API key used for bootstrap or non-mTLS fallback scenarios.
public String EnrollmentToken { get; set; } #Optional enrollment token used for first-time bootstrap.
public AgentCertificateConfig Certificates { get; set; } #Certificate validation and client identity settings.
public AgentEnrollmentConfig Enrollment { get; set; } #Enrollment and renewal settings.