Audit operations - Gets Audit Records
取得指定日期範圍之間的稽核記錄如果記錄數目超過頁面完整,則會傳回接續令牌,而且接續令牌可用來取得下一組稽核記錄。 此服務僅支持過去 90 天的 AuditRecord 擷取,最多 30 天的時間範圍。
GET https://api.partnercenter.microsoft.com/auditactivity/v{version}/auditrecords?auditRequest.startDate={auditRequest.startDate}
GET https://api.partnercenter.microsoft.com/auditactivity/v{version}/auditrecords?auditRequest.filter.field={auditRequest.filter.field}&auditRequest.filter.value={auditRequest.filter.value}&auditRequest.filter.operator={auditRequest.filter.operator}&auditRequest.startDate={auditRequest.startDate}&auditRequest.endDate={auditRequest.endDate}&auditRequest.size={auditRequest.size}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
version
|
path | True |
string |
|
audit
|
query | True |
string date-time |
|
audit
|
query |
string date-time |
||
audit
|
query |
string |
||
audit
|
query |
integer int32 |
||
audit
|
query |
string |
||
audit
|
query |
integer int32 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
Authorization | True |
string |
持有人驗證令牌 |
ms-correlationid |
string |
相互關聯標識碼 |
|
ms-requestid |
string |
要求標識碼 |
回應
名稱 | 類型 | Description |
---|---|---|
200 OK |
要求成功。 回應本文包含符合篩選條件的稽核記錄清單。 如果回應是以頁面大小分頁,則會包含接續令牌。 此令牌可以傳遞至 /auditRecords?seek= 以搜尋稽核結果。 Media Types: "application/json", "text/json" |
|
400 Bad Request |
輸入遺失或無效。 回應本文會提供錯誤詳細數據。 Media Types: "application/json", "text/json" |
|
401 Unauthorized |
要求未通過驗證。 客戶端必須先向合作夥伴 API 服務進行驗證。 Media Types: "application/json", "text/json" |
|
403 Forbidden |
要求已通過驗證,但因為呼叫端沒有叫用要求的許可權而遭到拒絕。 Media Types: "application/json", "text/json" |
|
404 Not Found |
找不到資源,或無法使用指定的輸入參數。 Media Types: "application/json", "text/json" |
|
500 Internal Server Error |
合作夥伴 API 服務或其其中一個相依性無法滿足要求。 來電者可能會重試此狀況。 Media Types: "application/json", "text/json" |
安全性
Authorization
持有人驗證令牌
類型:
apiKey
位於:
header
定義
名稱 | Description |
---|---|
Audit |
|
Key |
|
Link | |
Paged |
|
Resource |
|
Resource |
AuditRecord
名稱 | 類型 | Description |
---|---|---|
applicationId |
string |
|
attributes | ||
customerId |
string |
|
customerName |
string |
|
customizedData | ||
id |
string |
|
operationDate |
string |
|
operationStatus |
enum:
|
|
operationType |
enum:
|
|
originalCorrelationId |
string |
|
partnerId |
string |
|
resourceNewValue |
string |
|
resourceOldValue |
string |
|
resourceType |
enum:
|
|
sessionId |
string |
|
userPrincipalName |
string |
KeyValuePair[String,String]
名稱 | 類型 | Description |
---|---|---|
key |
string |
|
value |
string |
Link
名稱 | 類型 | Description |
---|---|---|
body |
string |
|
headers | ||
method |
string |
|
uri |
string |
PagedResourceCollection[AuditRecord]
名稱 | 類型 | Description |
---|---|---|
attributes | ||
continuationToken |
string |
|
items | ||
links | ||
totalCount |
integer |
ResourceAttributes
名稱 | 類型 | Description |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
名稱 | 類型 | Description |
---|---|---|
next | ||
previous | ||
self |