Audit operations - Gets Audit Records
特定の日付範囲の間の監査レコードを取得します。レコードの数が 1 ページを超える場合は、継続トークンが返され、継続トークンを使用して次の監査レコードのセットを取得できます。 このサービスでは、過去 90 日間と最大 30 日間の AuditRecord 取得のみがサポートされます。
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 パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
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 |
要求ヘッダー
名前 | 必須 | 型 | 説明 |
---|---|---|---|
Authorization | True |
string |
ベアラー認証トークン |
ms-correlationid |
string |
関連付け ID |
|
ms-requestid |
string |
要求 ID |
応答
名前 | 型 | 説明 |
---|---|---|
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 サービスまたはその依存関係の 1 つが要求を満たできませんでした。 呼び出し元はこれを再試行できます。 Media Types: "application/json", "text/json" |
セキュリティ
Authorization
ベアラー認証トークン
型:
apiKey
/:
header
定義
名前 | 説明 |
---|---|
Audit |
|
Key |
|
Link | |
Paged |
|
Resource |
|
Resource |
AuditRecord
名前 | 型 | 説明 |
---|---|---|
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]
名前 | 型 | 説明 |
---|---|---|
key |
string |
|
value |
string |
Link
名前 | 型 | 説明 |
---|---|---|
body |
string |
|
headers | ||
method |
string |
|
uri |
string |
PagedResourceCollection[AuditRecord]
名前 | 型 | 説明 |
---|---|---|
attributes | ||
continuationToken |
string |
|
items | ||
links | ||
totalCount |
integer |
ResourceAttributes
名前 | 型 | 説明 |
---|---|---|
etag |
string |
|
objectType |
string |
ResourceLinks
名前 | 型 | 説明 |
---|---|---|
next | ||
previous | ||
self |