Vai al contenuto principale
GET
/
v1
/
monitoring
/
syslogs
/
{siteId}
Ottieni Voci Syslog del Sito
curl --request GET \
  --url https://api.altostrat.io/v1/monitoring/syslogs/{siteId} \
  --header 'Authorization: Bearer <token>'
{
  "current_page": 123,
  "data": [
    {
      "date": "29 Oct 2025 12:59:33",
      "topic": "firewall,info",
      "message": "in:ether1 out:bridge, connection-state:established"
    }
  ],
  "first_page_url": "<string>",
  "from": 123,
  "last_page": 123,
  "last_page_url": "<string>",
  "next_page_url": "<string>",
  "path": "<string>",
  "per_page": 123,
  "prev_page_url": "<string>",
  "to": 123
}

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

L'identificatore univoco per il sito.

Example:

"d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"

Query Parameters

cursor
string

Un cursore di paginazione per recuperare il set di risultati successivo.

Response

Un elenco paginato di voci syslog.

current_page
integer
data
object[]
first_page_url
string<uri>
from
integer
last_page
integer
last_page_url
string<uri>
next_page_url
string<uri> | null
path
string<uri>
per_page
integer
prev_page_url
string<uri> | null
to
integer