Günlük Kayıtları

Güvenlik duvarına yakalanan istenmeyen bağlantıları listeler.

Genel Günlük Kayıtları

GET https://yonetim.datafex.net/api/customers/firewall/logs

Query Parameters

Name
Type
Description

page

limit

sortBy

createdAt

sortType

desc or asc

search

String

Headers

Name
Type
Description

Authorization*

{
    "items": [
        {
            "_id": "65887cd927ab55b2223309ee",
            "system_id": "*80339",
            "type": "SAMP-LOG",
            "source": "192.168.1.1:12345",
            "destination": "203.45.67.89:9876",
            "length": 43,
            "src_mac": "00:e0:ed:5d:8e:b6",
            "proto": "UDP",
            "createdAt": "2023-12-24T18:47:53.236Z",
            "updatedAt": "2023-12-24T18:47:53.236Z"
        }
    ],
    "total": 4922
}

Yurt Dışı Günlük Kayıtları

GET https://yonetim.datafex.net/api/customers/firewall/global/logs

Headers

Name
Type
Description

Authorization*

String

[
    {
        "ip": "192.168.1.1",
        "description": "byte threshold reached",
        "start": 1701560130000,
        "end": 1701560470000,
        "gbps": 0.78,
        "mpps": 0.08,
        "status": "Engellendi"
    }
]

Last updated