7d
and 7dControl
to compare this week with the previous week. Use this parameter or set specific start and end dates (dateStart
and dateEnd
parameters).-
to exclude from results. For example, -174, 3356
excludes results from AS174, but includes results from AS3356.-
to exclude from results. For example, -US,PT
excludes results from the US, but includes results from PT.curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/http/timeseries/tls_version'
{
"result": {
"meta": {},
"serie_0": {
"TLS 1.0": [
"string"
],
"TLS 1.1": [
"string"
],
"TLS 1.2": [
"string"
],
"TLS 1.3": [
"string"
],
"TLS QUIC": [
"string"
],
"timestamps": [
"string"
]
}
},
"success": true
}