(レガシー) アカウントの監査ログを取得

Deprecated

クエリパラメーターで一部フィルタリングできる監査ログを取得

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

account_idstring必須形式: "uuid"
Account ID

クエリパラメータ

filter[item_id]stringオプション形式: "uuid"

アイテム ID (アセット ID、プロジェクト ID、ユーザー ID) でフィルター

filter[inserted_at][op]enumオプション

論理演算子を使用してログの日時でフィルター

許可された値:
filter[inserted_at][value]stringオプション形式: "date-time"

ISO 日時

filter[item_type]enumオプション

アイテムタイプでフィルター

filter[action]enumオプション

アクションでフィルター

filter[actor_id]stringオプション形式: "uuid"

アクター ID でフィルター

filter[team_id]stringオプション形式: "uuid"

チーム ID でフィルター

filter[ip_address]stringオプション

IP アドレスでフィルター

IPv4 (1.1.1.1) と IPv6 (2001:db8:3333:4444:5555:6666:7777:8888) の両方をサポート

pageintegerオプション

ページ番号

page_sizeintegerオプション<=10000デフォルト値 50

ページあたりのレコード数

レスポンスヘッダー

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

レスポンス

Audit logs list response
account_idstringオプション形式: "uuid"
actionstringオプション
actorobjectオプション
actor_idstringオプション形式: "uuid"
application_idstringオプション形式: "uuid"
inserted_atstringオプション形式: "date-time"
ip_addressstringオプション
item_idstringオプション形式: "uuid"
item_typestringオプション
request_idstringオプション形式: "uuid"
resourceobjectオプション
team_idstringオプション形式: "uuid"
updated_atstringオプション形式: "date-time"

エラー

401
Unauthorized Error
404
Not Found Error