{
"destination_conf": "s3://mybucket/logs?region=us-west-2",
"enabled": false,
"frequency": "high",
"logpull_options": "fields=RayID,ClientIP,EdgeStartTimestamp×tamps=rfc3339",
"ownership_challenge": "00000000000000000000"
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/zones//logpush/jobs/' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination_conf": "s3://mybucket/logs?region=us-west-2",
"enabled": false,
"frequency": "high",
"logpull_options": "fields=RayID,ClientIP,EdgeStartTimestamp×tamps=rfc3339",
"ownership_challenge": "00000000000000000000"
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}