Security Center provides rewards such as value-added service authorization quotas and log analysis storage capacity to users who complete tasks. Queries the completion status and reward information of configuration tasks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-sas:QueryGuidTaskList |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. Alibaba Cloud generates a unique ID for each request. You can use the ID to troubleshoot issues. |
7532B7EE-7CE7-5F4D-BF04-B12447D**** |
| GuideTaskConfigList |
array<object> |
The list of beginner task information. |
|
|
array<object> |
The beginner task information. |
||
| Status |
integer |
The task status. Valid values:
|
0 |
| TaskTypeName |
string |
The node name. Valid values:
|
guide_sub_task_config_add_collection |
| TaskId |
integer |
The task ID. |
t-000d8slfgx4p40kb64ad |
| RewardData |
object |
The reward information for task completion. |
|
| Reward |
string |
The name of the reward. Valid values:
|
addAntiRansomwareCapacity |
| RewardConfig |
string |
The reward configuration. The value of this parameter is in the JSON format. Note
The key indicates the reward type, and the value indicates the number of rewards. Valid values of key:
|
{"days":60,"ransomwareCapacity":10} |
| IsRewardTaked |
string |
Indicates whether the reward is claimed. Valid values:
|
1 |
| SecurityScore |
integer |
The security score increase that can be gained by completing this task. |
80 |
Examples
Success response
JSON format
{
"RequestId": "7532B7EE-7CE7-5F4D-BF04-B12447D****",
"GuideTaskConfigList": [
{
"Status": 0,
"TaskTypeName": "guide_sub_task_config_add_collection",
"TaskId": 0,
"RewardData": {
"Reward": "addAntiRansomwareCapacity",
"RewardConfig": "{\"days\":60,\"ransomwareCapacity\":10}",
"IsRewardTaked": "1"
},
"SecurityScore": 80
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 500 | ServerError | ServerError | |
| 403 | NoPermission | caller has no permission |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.