All Products
Search
Document Center

Security Center:ListOperationProcessDetail

Last Updated:Oct 24, 2025
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query operation task sub-task list.

Operation description

You can query only operation subtasks.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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:
    • For mandatory resource types, indicate with a prefix of * .
    • 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:ListOperationProcessDetaillist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TaskIdsarrayNo

The IDs of operation tasks.

stringNo

The ID of the operation task.

a68478b8-811e-47ec-ab0c-3e5b077ca***
StatusCodesarrayNo

The subtask status codes.

integerNo

The subtask status code. Valid values:

  • 0: not started.
  • 1: running.
  • 2: successful.
  • 3: times out.
  • 4: failed.
1
StartTimelongNo

The beginning of the time range to query. Unit: milliseconds.

1731469330000
EndTimelongNo

The end of the time range to query. Unit: milliseconds.

1731555850000
CurrentPageintegerNo

The page number. Default value: 1.

1
PageSizeintegerNo

The number of entries per page.

20
LangstringNo

The language of the content within the request and response. Default value: zh. Valid values:

  • zh: Chinese.
  • en: English.
zh

Response parameters

ParameterTypeDescriptionExample
object

ListOperationProcessDetailResponse

ProcessDetailsarray<object>

The information about the operation subtasks.

ProcessDetailsobject

The information about the operation subtask.

AssetVendorinteger

The vendor of the asset associated with the operation subtask.

0
AssetTypeinteger

The type of the asset associated with the operation subtask.

8
AssetSubTypeinteger

The subtype of the asset associated with the operation subtask.

1
Checksarray<object>

The check items associated with the operation subtask.

Checkobject

The check item associated with the operation subtask.

CheckIdlong

The ID of the check item associated with the operation subtask.

133
CheckShowNamestring

The name of the check item associated with the operation subtask.

Check for Security Center Agent Status
StatusCodeinteger

The subtask status code. Enumerated values:

  • 0: not started.
  • 1: running.
  • 2: successful.
  • 3: times out.
  • 4: failed.
0
TaskIdstring

The ID of the operation subtask.

v34578b8-e567-47ec-2345-3e5b077ca***
StartTimelong

The start timestamp of the operation subtask. Unit: milliseconds.

1730335622000
EndTimelong

The end timestamp of the operation subtask. Unit: milliseconds.

1706544199000
DetailTaskIdstring

The ID of the operation subtask.

fb4bcd41-a916-46bc-ab1a-65fd383be***
CreateTimelong

The timestamp when the task was created. Unit: milliseconds.

1706544199000
PageInfoobject

The pagination information.

CurrentPageinteger

The page number.

1
PageSizeinteger

The number of entries per page.

20
TotalCountinteger

The total number of entries.

19
Countinteger

The number of entries returned on the current page.

10
RequestIdstring

The request ID.

CE500770-42D3-442E-9DDD-156E0F9F3***

Examples

Sample success responses

JSONformat

{
  "ProcessDetails": [
    {
      "AssetVendor": 0,
      "AssetType": 8,
      "AssetSubType": 1,
      "Checks": [
        {
          "CheckId": 133,
          "CheckShowName": "Check for Security Center Agent Status"
        }
      ],
      "StatusCode": 0,
      "TaskId": "v34578b8-e567-47ec-2345-3e5b077ca***\n",
      "StartTime": 1730335622000,
      "EndTime": 1706544199000,
      "DetailTaskId": "fb4bcd41-a916-46bc-ab1a-65fd383be***",
      "CreateTime": 1706544199000
    }
  ],
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 19,
    "Count": 10
  },
  "RequestId": "CE500770-42D3-442E-9DDD-156E0F9F3***"
}

Error codes

HTTP status codeError codeError messageDescription
400CspmParamIllegalThe parameter is not legal. %s.The parameter is not legal. %s.
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

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

Change history

Change timeSummary of changesOperation
2024-12-12API Description Update. The Error code has changedView Change Details