Log Kayıtları


Log Kayıtları

Bu endpoint sayesinde ip adresi üstünde yapılan işlemleri görebilirsiniz.

Endpoint

GET https://api.ni.net.tr/v2/ip/0.0.0.0/logs

Params

URL kısmında ip'den sonra sorgulama yapacağınız IP adresini girmeniz gerekmektedir.

Response

{
    "status": true,
    "message": "0.0.0.0 - IP logs list",
    "error": null,
    "data": [
        {
            "Id": 000001,
            "Name": "Autoban",
            "Description": "Saldırı Aldı Blackhole Gönderildi Level: 1",
            "IpSubnet": "0.0.0.0/32",
            "IsDescription": true,
            "IsLog": true,
            "IsPerson": false,
            "LogFile": "",
            "RuleIn": "2025-01-30T22:59:16+03:00",
            "RuleOut": "2025-01-30T23:04:18+03:00",
            "RuleType": "Blackhole",
            "Created": "2025-01-30T23:04:18+03:00",
            "Updated": "2025-01-30T23:04:18+03:00"
        },
        {
            "Id": 000002,
            "Name": "API UserId: 00000",
            "Description": "API Kullanıcısı Tarafından Yapılan İşlem",
            "IpSubnet": "0.0.0.0/32",
            "IsDescription": true,
            "IsLog": false,
            "IsPerson": false,
            "LogFile": "",
            "RuleIn": "2024-12-04T14:14:37+03:00",
            "RuleOut": "2024-12-04T14:17:57+03:00",
            "RuleType": "Null Route",
            "Created": "2024-12-04T14:17:57+03:00",
            "Updated": "2024-12-04T14:17:57+03:00"
        }
    ]
}