All Products
Search
Document Center

Security Center:DescribeRiskCheckItemResult

Last Updated:Mar 24, 2026

Queries the assets that are affected by the risk item detected in configuration assessment based on a specified check item.

Operation description

This interface has been deprecated. Use the upgraded interface ListCheckInstanceResult instead.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-sas:DescribeRiskCheckItemResult

get

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

SourceIp

string

No

The source IP address of the request.

173.128.XX.XX

Lang

string

No

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

  • zh: Chinese

  • en: English

zh

ItemId

integer

Yes

The ID of the check item.

Note

For more information about the IDs and details of the check items that can be used in configuration assessment, see DescribeRiskCheckResult.

2

CurrentPage

integer

No

The number of the page to return.

1

PageSize

integer

No

The number of entries to return on each page. Default value: 20. If you leave this parameter empty, 20 entries are returned on each page.

Note

We recommend that you do not leave this parameter empty.

20

Response elements

Element

Type

Description

Example

object

RequestId

string

The ID of the request.

3BFB4989-A108-46A4-954E-FF7EF02D1078

PageContentResource

object

The pagination information.

CurrentPage

integer

The page number of the returned page.

1

ContentResource

object

The data of the affected assets on each page in a dynamic table.

{"resultStatus":[{"id":32183150,"status":"failed"}],"columns":[{"title":"Availability Zone","key":"RegionId"},{"title":"Database Instance ID","key":"DBInstanceId"},{"title":"Issue Value","key":"VulValue"}],"values":[{"DBInstanceId":{"type":"link","value":"dds-bp144b42843****\n","url":"https://mongodb.console.alibabacloud.com/replicate/cn-hangzhou/instances/dds-bp144b42843****/basicInfo"},"VulValue":{"type":"link","value":"0.0.0.0/0","url":"https://mongodb.console.alibabacloud.com/replicate/cn-hangzhou/instances/dds-bp144b42843****/whiteList"},"RegionId":{"type":"text","value":"cn-hangzhou"}}],"emptyGridValue":{"type":"text","value":"No data available"},"type":"grid"}

any

Details of the test results.

{"resultStatus":[{"id":123345,"status":"failed"}],"columns":[{"title":"The available zone where it is located","key":"RegionId"},{"title":"Database instance ID","key":"DBInstanceId"},{"title":"Item value","key":"VulValue"}],"values":[{"DBInstanceId":{"type":"link","value":"dds-bp144b42843****\n","url":"https://mongodb.console.alibabacloud.com/replicate/cn-hangzhou/instances/dds-bp144b********/basicInfo"},"VulValue":{"type":"link","value":"0.0.0.0/0","url":"https://mongodb.console.alibabacloud.com/replicate/cn-hangzhou/instances/dds-b*********/whiteList"},"RegionId":{"type":"text","value":"cn-hangzhou"}}],"emptyGridValue":{"type":"text","value":"No data"},"type":"grid"}

PageSize

integer

The number of entries returned on each page.

10

TotalCount

integer

The total number of entries returned.

1

PageCount

integer

The total number of pages returned.

3

Count

integer

The number of entries returned on the current page.

1

Examples

Success response

JSON format

{
  "RequestId": "3BFB4989-A108-46A4-954E-FF7EF02D1078",
  "PageContentResource": {
    "CurrentPage": 1,
    "ContentResource": {
      "key": "{\"resultStatus\":[{\"id\":123345,\"status\":\"failed\"}],\"columns\":[{\"title\":\"The available zone where it is located\",\"key\":\"RegionId\"},{\"title\":\"Database instance ID\",\"key\":\"DBInstanceId\"},{\"title\":\"Item value\",\"key\":\"VulValue\"}],\"values\":[{\"DBInstanceId\":{\"type\":\"link\",\"value\":\"dds-bp144b42843****\\n\",\"url\":\"https://mongodb.console.alibabacloud.com/replicate/cn-hangzhou/instances/dds-bp144b********/basicInfo\"},\"VulValue\":{\"type\":\"link\",\"value\":\"0.0.0.0/0\",\"url\":\"https://mongodb.console.alibabacloud.com/replicate/cn-hangzhou/instances/dds-b*********/whiteList\"},\"RegionId\":{\"type\":\"text\",\"value\":\"cn-hangzhou\"}}],\"emptyGridValue\":{\"type\":\"text\",\"value\":\"No data\"},\"type\":\"grid\"}"
    },
    "PageSize": 10,
    "TotalCount": 1,
    "PageCount": 3,
    "Count": 1
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 RiskItemNotExists risk item not exists
500 ServerError ServerError
403 NoPermission caller has no permission You are not authorized to do this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.