tencent cloud

APIs

DescribeDspmRiskDetail

Download
Focus Mode
Font Size
Last updated: 2026-09-01 09:56:30

1. API Description

Domain name for API request: csip.intl.tencentcloudapi.com.

Queries Dspm risk details

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeDspmRiskDetail.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.
MemberId.N No Array of String Group Account Member ID
Filter No Filter Filter.
RiskId No String Risk id

3. Output Parameters

Parameter Name Type Description
RiskLevel String Risk level
DetectTime String Risk detection time
AssetId String Asset instance ID.
AssetName String Asset name
AssetType String Asset type
Region String Region.
PublicIp String Public access address
PrivateIp String Intranet access address
Account String Account
Host String Host address
IdentifyId String Identity ID
OwnerUin DspmUinUser uin of the user belonging to the cloud account
Person DspmPersonUser User information to which it belongs
RiskName String Risk name
RiskNameEn String Risk English name
RiskData String Risk data.
BaselineData String Baseline data
RiskId String Risk id
StrategyType String Policy type
StrategyCategory String Policy category
AccountType Integer Account type.
Status Integer Risk status
IsAssetManager Integer Whether the user is an asset administrator
DataBeginTime String Data start time
DataEndTime String Data end time.
RiskType String Risk type. risk: Risk; alarm: Alarm.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Query Dspm risk details

Input Example

POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeDspmRiskDetail
<Common request parameters>

{
    "RiskId": "f7966e40-e20f-4540-9927-d34fb6cc4747",
    "Filter": {
        "Limit": 100,
        "Offset": 0
    }
}

Output Example

{
    "Response": {
        "RequestId": "cf839eee-b651-4ff3-9b49-173f9f55733f"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
AuthFailure CAM signature/authentication error.
FailedOperation Operation failed.
OperationDenied Operation denied.
ResourceNotFound The resource does not exist.
ResourceUnavailable Resources are unavailable.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback