Synthetic Task Monitor Conf
data class SyntheticTaskMonitorConf(val apiHttp: SyntheticTaskMonitorConfApiHttp? = null, val fileDownload: SyntheticTaskMonitorConfFileDownload? = null, val netDns: SyntheticTaskMonitorConfNetDns? = null, val netIcmp: SyntheticTaskMonitorConfNetIcmp? = null, val netTcp: SyntheticTaskMonitorConfNetTcp? = null, val stream: SyntheticTaskMonitorConfStream? = null, val website: SyntheticTaskMonitorConfWebsite? = null)
Constructors
Link copied to clipboard
constructor(apiHttp: SyntheticTaskMonitorConfApiHttp? = null, fileDownload: SyntheticTaskMonitorConfFileDownload? = null, netDns: SyntheticTaskMonitorConfNetDns? = null, netIcmp: SyntheticTaskMonitorConfNetIcmp? = null, netTcp: SyntheticTaskMonitorConfNetTcp? = null, stream: SyntheticTaskMonitorConfStream? = null, website: SyntheticTaskMonitorConfWebsite? = null)
Properties
Link copied to clipboard
HTTP(S) task configuration information. See api_http
below.
Link copied to clipboard
File download type task configuration. See file_download
below.
Link copied to clipboard
The configuration parameters of the DNS dial test. Required when TaskType is 3. See net_dns
below.
Link copied to clipboard
ICMP dialing configuration parameters. Required when TaskType is 1. See net_icmp
below.
Link copied to clipboard
The configuration parameters of TCP dial test. Required when TaskType is 2. See net_tcp
below.
Link copied to clipboard
Streaming Media Dial Test Configuration. See stream
below.
Link copied to clipboard
Website speed measurement type task configuration. See website
below.