(Vorgängerversion) Auditprotokolle für ein Konto abrufen

Deprecated

Auditprotokolle mit einigen Möglichkeiten zur Filterung über Abfrageparameter abrufen

Authentifizierung

AuthorizationBearer

Bearer-Authentifizierung der Form Bearer <token>, wobei token Ihr Auth-Token ist.

Pfadparameter

account_idstringErforderlichFormat: "uuid"
Account ID

Abfrageparameter

filter[item_id]stringOptionalFormat: "uuid"

Nach Element-ID filtern (Asset-ID, Projekt-ID, Anwender-ID)

filter[inserted_at][op]enumOptional

Nach Protokolldatum und -uhrzeit mit logischen Operatoren filtern

Erlaubte Werte:
filter[inserted_at][value]stringOptionalFormat: "date-time"

ISO-Datum/-Uhrzeit

filter[item_type]enumOptional
Nach Elementtyp filtern
filter[action]enumOptional
Nach Aktion filtern
filter[actor_id]stringOptionalFormat: "uuid"

Nach Darsteller-ID filtern

filter[team_id]stringOptionalFormat: "uuid"

Nach Team-ID filtern

filter[ip_address]stringOptional

Nach IP-Adresse filtern

Dies unterstützt sowohl IPv4 (‘1.1.1.1’) als auch IPv6 (‘2001:db8:3333:4444:5555:6666:7777:8888’)

pageintegerOptional
Seitenzahl
page_sizeintegerOptional<=10000Standardwert ist 50

Datensätze pro Seite

Antwort-Header

page-numberinteger
Current page of results
per-pageinteger
Number of entries per page
totalinteger
Total entries across all pagess
total-pagesinteger
Number of pages

Antwort

Audit logs list response
account_idstringOptionalFormat: "uuid"
actionstringOptional
actorobjectOptional
actor_idstringOptionalFormat: "uuid"
application_idstringOptionalFormat: "uuid"
inserted_atstringOptionalFormat: "date-time"
ip_addressstringOptional
item_idstringOptionalFormat: "uuid"
item_typestringOptional
request_idstringOptionalFormat: "uuid"
resourceobjectOptional
team_idstringOptionalFormat: "uuid"
updated_atstringOptionalFormat: "date-time"

Fehler

401
Unauthorized Error
404
Not Found Error