All Products
Search
Document Center

Security Center:DescribeSuspEventExportInfo

Last Updated:Feb 20, 2024

Queries the information about an export task of exceptions.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-sas:DescribeSuspEventExportInfoRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
ExportIdintegerNo

The ID of the export task.

Note You can call the ExportSuspEvents operation to query the ID.
123

Response parameters

ParameterTypeDescriptionExample
object
Typestring

The type of the export task. The value is fixed as suspiciousEvent.

suspiciousEvent
Progressinteger

The progress percentage of the export task.

100
RequestIdstring

The ID of the request.

BE120DAB-F4E7-4C53-ADC3-A97578AXXXXX
GmtCreatelong

The time when the export task was created.

2022-12-20T15:18Z
FileNamestring

The name of the exported file.

suspicious_event_20221221_1671590521234.zip
TotalCountinteger

The total number of exceptions exported.

1
GmtModifiedlong

The time when the export task was modified.

2022-12-20T15:18Z
ExportStatusstring

The handling status for the exception. Valid values:

  • exporting: in progress
  • success: successful
  • failed: failed
  • pending: pending
success
Idinteger

The ID of the export task.

11
Propertiesstring

The exported parameters of exceptions.

id,eventSubType,eventDetail,level,status,ip,instanceName,desc,lastTime,operateTime,note

Examples

Sample success responses

JSONformat

{
  "Link": "http://suspicious-xxxxxxx.oss-cn-shanghai.aliyuncs.com/xxxxxxxxxxx/suspicious_event_20221221_1671590525269.zip?Expires=1671594125&OSSAccessKeyId=LTAIxxxxxxxxxxxxxx&Signature=xxxxxxxxxxxxxxxxxx",
  "Type": "suspiciousEvent",
  "Progress": 100,
  "RequestId": "BE120DAB-F4E7-4C53-ADC3-A97578AXXXXX",
  "GmtCreate": 0,
  "FileName": "suspicious_event_20221221_1671590521234.zip",
  "TotalCount": 1,
  "GmtModified": 0,
  "ExportStatus": "success",
  "Id": 11,
  "Properties": "id,eventSubType,eventDetail,level,status,ip,instanceName,desc,lastTime,operateTime,note"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.