All Products
Search
Document Center

Security Center:DescribeCycleTaskList

Last Updated:Feb 20, 2024

Queries periodic scan tasks. The tasks include image scan tasks, urgent vulnerability scan tasks, and virus scan tasks.

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:DescribeCycleTaskListRead
  • All Resources
    *
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
TaskNamestringNo

The name of the task. Valid values:

  • VIRUS_VUL_SCHEDULE_SCAN: virus scan task
  • IMAGE_SCAN: image scan task
  • EMG_VUL_SCHEDULE_SCAN: urgent vulnerability scan task
IMAGE_SCAN
TaskTypestringYes

The type of the task. Valid values:

  • VIRUS_VUL_SCHEDULE_SCAN: virus scan task
  • IMAGE_SCAN: image scan task
  • EMG_VUL_SCHEDULE_SCAN: urgent vulnerability scan task
IMAGE_SCAN
CurrentPageintegerNo

The number of the page to return.

1
PageSizeintegerNo

The number of entries to return on each page.

20

Response parameters

ParameterTypeDescriptionExample
object

The data returned.

RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

A4EB8B1C-1DEC-5E18-BCD0-D1BBB393****
PageInfoobject

The pagination information.

CurrentPageinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

20
TotalCountinteger

The total number of entries returned.

149
Countinteger

The number of entries returned on the current page.

9
CycleScheduleResponseListobject []

An array that consists of periodic scan tasks.

LastTaskIdstring

The ID of the last task.

38730bb078f4a1461d4ed283994c****
ConfigIdstring

The configuration ID.

2cdbdeba8dd70586d5814d4cbf21****
TargetEndTimeinteger

The end time of the task. The time must be a time frame.

7
NextStartTimeStrlong

The time when the next task starts. The value is a UNIX timestamp. Unit: milliseconds.

1671184531000
TaskNamestring

The name of the task.

IMAGE_SCAN
TaskTypestring

The type of the task.

IMAGE_SCAN
IntervalPeriodinteger

The interval between which two consecutive tasks are run.

3
FirstDateStrlong

The time when the task first started.

1667491200000
Paramstring

The extended information.

{"userAgreement":"yes","lang":"zh"}
PeriodUnitstring

The unit of the scan interval. Valid values:

  • day
  • hour
day
TargetStartTimeinteger

The start time of the task. The start time must be a time frame.

0
Enableinteger

Indicates whether the configuration for the task interval was enabled. Valid values:

  • 1: enabled.
  • 0: disabled.
1

Examples

Sample success responses

JSONformat

{
  "RequestId": "A4EB8B1C-1DEC-5E18-BCD0-D1BBB393****",
  "PageInfo": {
    "CurrentPage": 1,
    "PageSize": 20,
    "TotalCount": 149,
    "Count": 9
  },
  "CycleScheduleResponseList": [
    {
      "LastTaskId": "38730bb078f4a1461d4ed283994c****",
      "ConfigId": "2cdbdeba8dd70586d5814d4cbf21****",
      "TargetEndTime": 7,
      "NextStartTimeStr": 1671184531000,
      "TaskName": "IMAGE_SCAN",
      "TaskType": "IMAGE_SCAN",
      "IntervalPeriod": 3,
      "FirstDateStr": 1667491200000,
      "Param": "{\"userAgreement\":\"yes\",\"lang\":\"zh\"}",
      "PeriodUnit": "day",
      "TargetStartTime": 0,
      "Enable": 1
    }
  ]
}

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.