地址標準化(Address Purification)已與阿里云 ActionTrail 集成,您可以在 ActionTrail 中查看和檢索用戶行為日志,同時通過ActionTrail 將日志投遞到日志服務 LogStore 或指定的 OSS Bucket 中,滿足實時審計、問題回溯分析等需要。
ActionTrail 中記錄的操作審計日志
地址標準化的操作審計日志主要包含的是 API 事件,其中 API 事件在 ActionTrail 中記錄的 eventType 取值為 ApiCall,其含義可以參考API文檔中的介紹。
部分 API 事件目前尚未包含在上述的 API 說明文檔中,這些事件的含義參考如下:
事件名稱 | 事件含義 |
CreateProject | 創(chuàng)建項目 |
DeleteProject | 刪除項目 |
GetAlgorithmResult | 獲取算法結果 |
GetProject | 獲取項目 |
GetProjectAndService | 獲取項目服務 |
GetStatistics | 獲取統(tǒng)計信息 |
GetUsedCount | 獲取已用計數(shù) |
GetUserInfomation | 獲取用戶信息 |
InfoService | 信息服務 |
ListAPIs | API列表 |
ListProjectNames | 項目列表名稱 |
ListProjects | 項目列表 |
ListServices | 服務列表 |
UpdateProject | 更新項目 |
操作審計日志樣例
{
"ApiVersion": "2019-11-18",
"RequestId": "1A35512F-****-****-****-0C45EDF7B207",
"EventType": "ApiCall",
"UserIdentity": {
"accessKeyId": "LTAI********xfky",
"sessionContext": {
"attributes": {
"mfaAuthenticated": "false"
}
},
"accountId": "1248********8139",
"principalId": "1248********8139",
"type": "root-account",
"userName": "root"
},
"AcsRegion": "cn-hangzhou",
"EventName": "ExtractPhone",
"RequestParameters": {
"charset": "utf-8",
"AcsHost": "address-purification.cn-hangzhou.aliyuncs.com",
"ServiceCode": "addrp",
"AcsProduct": "address-purification",
"RequestId": "1A35512F-****-****-****-0C45EDF7B207",
"AppKey": "d6mo****tv6c",
"Text": "",
"RegionId": "cn-hangzhou",
"HostId": "address-purification.cn-hangzhou.aliyuncs.com"
},
"EventSource": "address-purification.cn-hangzhou.aliyuncs.com",
"ServiceName": "AddressPurification",
"EventTime": "2021-07-27T02:44:35Z",
"UserAgent": "Java/********1",
"EventId": "1A35512F-****-****-****-0C45EDF7B207",
"AdditionalEventData": {
"Scheme": "http"
},
"ResponseElements": {
"RequestId": "1A35512F-****-****-****-0C45EDF7B207",
"Data": "{\\\"phone_extract\\\":[],\\\"status\\\":\\\"OK\\\",\\\"time_used\\\":{\\\"rt\\\":{\\\"basic_chunking\\\":0.000271********578125,\\\"phone_extract\\\":0.000079********992188},\\\"start\\\":162****875.38***44}}"
},
"ErrorCode": "",
"ErrorMessage": "",
"EventVersion": "1",
"SourceIpAddress": "**0.*2.**8.**5"
}
文檔內容是否對您有幫助?