F5 Big-Ip System
{
"class": "Telemetry",
"My_Consumer": {
"class": "Telemetry_Consumer",
"type": "Generic_HTTP",
"host": "replace: Apica endpoint",
"protocol": "https",
"port": 443,
"path": "/v1/json_batch",
"method": "POST",
"headers": [
{
"name": "content-type",
"value": "application/json"
},
{
"name": "Authorization",
"value": "Bearer `>@/passphrase`"
}
],
"passphrase": {
"cipherText": "replace: Apica API bearer token here"
},
"outputMode": "processed",
"compressionType": "gzip",
"customOpts": [
{ "name": "keepAlive", "value": false },
{ "name": "maxSockets", "value": 30 },
{ "name": "maxFreeSockets", "value": 30 }
]
}
}Last updated
Was this helpful?