curl --request GET \
--url https://api.bunny.net/mc/log/forwarding \
--header 'AccessKey: <api-key>'{
"items": [
{
"id": "<string>",
"app": "<string>",
"productId": "<string>",
"type": "SyslogUdp",
"endpoint": "<string>",
"port": 123,
"createdAt": "2023-11-07T05:31:56Z",
"token": "<string>",
"format": "SyslogRfc3164",
"enabled": true
}
]
}Get a list of all log-forwarding configurations for the authenticated user.
curl --request GET \
--url https://api.bunny.net/mc/log/forwarding \
--header 'AccessKey: <api-key>'{
"items": [
{
"id": "<string>",
"app": "<string>",
"productId": "<string>",
"type": "SyslogUdp",
"endpoint": "<string>",
"port": 123,
"createdAt": "2023-11-07T05:31:56Z",
"token": "<string>",
"format": "SyslogRfc3164",
"enabled": true
}
]
}Was this page helpful?