الانتقال إلى المحتوى الرئيسي
GET
/
v1
/
monitoring
/
dns-report
/
{siteId}
الحصول على تقرير أمان DNS
curl --request GET \
  --url https://api.altostrat.io/v1/monitoring/dns-report/{siteId} \
  --header 'Authorization: Bearer <token>'
{
  "top10Categories": [
    {
      "application_name": "موقع برمجيات خبيثة",
      "count": 150
    }
  ],
  "top10Applications": [
    {
      "application_name": "موقع برمجيات خبيثة",
      "count": 150
    }
  ],
  "top10SourceIps": [
    {
      "source_ip": "192.168.88.50",
      "count": 2345,
      "applications": [
        {
          "application_name": "موقع برمجيات خبيثة",
          "count": 150
        }
      ],
      "categories": [
        {
          "application_name": "موقع برمجيات خبيثة",
          "count": 150
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

siteId
string<uuid>
required

المعرّف الفريد للموقع.

Example:

"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"

Response

تقرير أمان DNS.

top10Categories
object[]
top10Applications
object[]
top10SourceIps
object[]