All Products
Search
Document Center

Security Center:DescribeAIAssetSummary

Last Updated:Oct 24, 2025

Queries the overview of user AI assets.

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

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

F8B6F758-BCD4-597A-8A2C-DA5A552C****
Dataobject

The returned data.

TotalAssetCntinteger

The total number of AI assets.

25
PaiInstanceCntinteger

The total number of cloud asset instances in Platform for AI (PAI).

17
PaiServerlessAssetCntinteger

The number of serverless assets in PAI.

0
PaiContainerCntinteger

The number of container image assets in PAI.

2
LingjunAssetCntinteger

The number of LINGJUN assets.

0
EcsAssetCntinteger

The number of servers on which AI components are installed.

2
ImageAssetCntinteger

The number of AI images.

2
SnapshotAssetCntinteger

The number of AI snapshots.

2
AispmRiskAssetCntinteger

The number of cloud assets with AI security posture management risks.

15
VulRiskAssetCntinteger

The number of servers with AI application vulnerabilities.

2
ExposedRiskAssetCntinteger

The number of servers that have exposed AI components.

0
SensitiveSummaryobject

The statistics on assets that have AI-related keys are stored in plaintext.

TotalCntinteger

The total number of assets that have AI-related keys are stored in plaintext.

9
EcsCntinteger

The number of servers that have AI-related keys are stored in plaintext detected by agentless scan.

1
SnapshotCntinteger

The number of snapshots that have AI-related keys are stored in plaintext detected by agentless scan.

4
ImageCntinteger

The number of images that have AI-related keys are stored in plaintext detected by agentless scan.

3
ContainerImageCntinteger

The number of images that have AI-related keys are stored in plaintext detected by image scan.

1
TotalRiskCntinteger

The total number of assets with AI risks.

26

Examples

Sample success responses

JSONformat

{
  "RequestId": "F8B6F758-BCD4-597A-8A2C-DA5A552C****",
  "Data": {
    "TotalAssetCnt": 25,
    "PaiInstanceCnt": 17,
    "PaiServerlessAssetCnt": 0,
    "PaiContainerCnt": 2,
    "LingjunAssetCnt": 0,
    "EcsAssetCnt": 2,
    "ImageAssetCnt": 2,
    "SnapshotAssetCnt": 2,
    "AispmRiskAssetCnt": 15,
    "VulRiskAssetCnt": 2,
    "ExposedRiskAssetCnt": 0,
    "SensitiveSummary": {
      "TotalCnt": 9,
      "EcsCnt": 1,
      "SnapshotCnt": 4,
      "ImageCnt": 3,
      "ContainerImageCnt": 1
    },
    "TotalRiskCnt": 26
  }
}

Error codes

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