All Products
Search
Document Center

Security Center:GetAssetsPropertyDetail

Last Updated:Jan 20, 2026
This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.

Query detailed information of asset fingerprints

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

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language type for the request and response. Values:

  • zh: Chinese
  • en: English
en
BizstringYes

The type of asset fingerprint to be queried, with a default value of sca. Values:

  • lkm: Kernel module
  • autorun: Startup item
  • web_server: Web site
lkm
ItemNamestringNo

The aggregated item name of the asset fingerprint to be queried.

Note Call the GetAssetsPropertyItem API to obtain this parameter.
virtio
SearchCriteriaListarray<object>No

A set of conditions for querying asset fingerprint details.

objectNo

Details of the conditions for querying asset fingerprint details.

NamestringNo

The name of the condition to be queried. Values are as follows:

  • remarkItemName: The aggregated item name of the asset fingerprint, supporting fuzzy matching
Note
    • When Biz is web_server, remarkItemName represents the domain name as the search condition.
    • When Biz is lkm, remarkItemName represents the module name as the search condition.
    • When Biz is autorun, remarkItemName represents the startup item path as the search condition.
  • remarkItemName
    ValuestringNo

    The value of the condition to be queried.

    virtio
    RemarkstringNo

    Server name or IP.

    1.2.XX.XX
    UuidstringNo

    The UUID of the asset to be queried.

    Note Call the DescribeCloudCenterInstances API to obtain this parameter.
    38f72ea4-4c9f-4df1-bc6c-0f267614****
    CurrentPageintegerNo

    Set the page number from which to start displaying the query results. The default value is 1, indicating that the display starts from the first page.

    1
    PageSizeintegerNo

    Specify the maximum number of data entries per page in a paginated query. The default number of data entries per page is 20. If the PageSize parameter is empty, 20 data entries will be returned by default.

    Note It is recommended that the PageSize value is not empty.
    20
    UseNextTokenbooleanNo

    Whether to use the NextToken method to fetch the list of vulnerabilities. If this parameter is used, TotalCount will not be returned. Values:

    • true: Use the NextToken method.
    • false: Do not use the NextToken method.
    true
    NextTokenstringNo

    Used to mark the current read position. Leave it empty to start from the beginning.

    Note Do not fill in for the first call; the response will include the NextToken for the second call. Each subsequent call's response will contain the NextToken for the next call.
    71640f04f6e7b49764c8d08ae170xxxx

    Response parameters

    ParameterTypeDescriptionExample
    object

    The data returned.

    RequestIdstring

    The ID of this call request, a unique identifier generated by Alibaba Cloud for the request, which can be used to troubleshoot and locate issues.

    4C1AE3F3-18FA-4108-BBB9-AFA1A032****
    PageInfoobject

    Information displayed on the page when performing a paginated query.

    CurrentPageinteger

    The page number of the current page when performing a paginated query.

    1
    PageSizeinteger

    The number of asset fingerprint details displayed per page when performing a paginated query.

    20
    TotalCountinteger

    The total number of detailed asset fingerprint information queried.

    23
    Countinteger

    The number of asset fingerprint details displayed on the current page.

    20
    NextTokenstring

    The NextToken value returned when using the NextToken method.

    AAAAAV3MpHK1AP0pfERHZN5pu6k+AtdhNE3kgQEK36GujZ5on+tWdc+4WoaoMP/kUNxxxx
    Propertysarray<object>

    Collection of asset fingerprint details.

    Propertyobject

    Asset fingerprint details.

    ModuleNamestring

    Module name.

    Note Returned only when Biz is lkm.
    alihids
    Sizeinteger

    Kernel module size.

    Note Returned only when Biz is lkm.
    10
    Filepathstring

    Kernel module file path.

    Note Returned only when Biz is lkm.
    /lib/modules/4****
    UsedByCountinteger

    Number of dependencies for the kernel module.

    Note Returned only when Biz is lkm.
    0
    Pathstring

    The meaning varies based on the value of Biz:

    • When Biz is web_server, it represents the Web root path
    • When Biz is autorun, it represents the startup item path
    /lib/systemd/system****
    ServerTypestring

    Web site type.

    Note Returned only when Biz is web_server.
    nginx
    Portstring

    Web site port.

    Note Returned only when Biz is web_server.
    80
    Pidstring

    Web site process Pid.

    Note Only returned when Biz is web_server.
    813
    ListenProtocolstring

    Web site process listening protocol.

    Note Only returned when Biz is web_server.
    tcp
    ProcessStartedlong

    Timestamp of the web site process startup, in milliseconds.

    Note Only returned when Biz is web_server.
    1671186801000
    WebPathstring

    Web site web path.

    Note Only returned when Biz is web_server.
    /usr/share/nginx/html
    Domainstring

    Web site domain.

    Note Only returned when Biz is web_server.
    localhost
    Userstring

    Web site user.

    Note Only returned when Biz is web_server.
    root
    PathModestring

    Web site directory permissions.

    Note Only returned when Biz is web_server.
    755
    InstanceIdstring

    The instance ID of the server.

    i-hp35tftuh52wbp1g****
    IntranetIpstring

    The private IP address of the server.

    100.104.XX.XX
    InternetIpstring

    The public IP address of the server.

    47.42.XX.XX
    Ipstring

    The IP address of the server.

    47.42.XX.XX
    Uuidstring

    The UUID of the server.

    162eb349-c2d9-4f8b-805c-75b43d4c****
    InstanceNamestring

    The name of the server instance.

    hc-host-****
    RegionIdstring

    The ID of the region where the instance is located.

    cn-hangzhou
    CreateTimestamplong

    The timestamp of the latest asset fingerprint scan, in milliseconds.

    1649149566000
    ImageNamestring

    Image name.

    registry-vpc.cn-beijing.aliyuncs.com/acs/aliyun-ingress-controller****
    ContainerNamestring

    Container name.

    5-rce_web_1
    ModelNamestring

    Name of the large model vendor

    OpenAI
    EndPointstring

    Large model service request interface address.

    dashscope.aliyuncs.com
    Filestring

    File path for requesting the large model service.

    /root/llm.py
    MiddlewareNamestring

    AI tool name

    vllm
    MiddlewareVersionstring

    AI tool version.

    1.0.1
    InstallationPathstring

    AI tool installation path

    /etc/pip3/env/vllm

    Examples

    Sample success responses

    JSONformat

    {
      "RequestId": "4C1AE3F3-18FA-4108-BBB9-AFA1A032****",
      "PageInfo": {
        "CurrentPage": 1,
        "PageSize": 20,
        "TotalCount": 23,
        "Count": 20,
        "NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6k+AtdhNE3kgQEK36GujZ5on+tWdc+4WoaoMP/kUNxxxx"
      },
      "Propertys": [
        {
          "ModuleName": "alihids",
          "Size": 10,
          "Filepath": "/lib/modules/4****",
          "UsedByCount": 0,
          "Path": "/lib/systemd/system****",
          "ServerType": "nginx",
          "Port": 80,
          "Pid": 813,
          "ListenProtocol": "tcp",
          "ProcessStarted": 1671186801000,
          "WebPath": "/usr/share/nginx/html",
          "Domain": "localhost",
          "User": "root",
          "PathMode": 755,
          "InstanceId": "i-hp35tftuh52wbp1g****",
          "IntranetIp": "100.104.XX.XX",
          "InternetIp": "47.42.XX.XX",
          "Ip": "47.42.XX.XX",
          "Uuid": "162eb349-c2d9-4f8b-805c-75b43d4c****",
          "InstanceName": "hc-host-****",
          "RegionId": "cn-hangzhou",
          "CreateTimestamp": 1649149566000,
          "ImageName": "registry-vpc.cn-beijing.aliyuncs.com/acs/aliyun-ingress-controller****",
          "ContainerName": "5-rce_web_1",
          "ModelName": "OpenAI",
          "EndPoint": "dashscope.aliyuncs.com",
          "File": "/root/llm.py",
          "MiddlewareName": "vllm",
          "MiddlewareVersion": "1.0.1",
          "InstallationPath": "/etc/pip3/env/vllm"
        }
      ]
    }

    Error codes

    HTTP status codeError codeError messageDescription
    400IllegalParamIllegal param-
    403NoPermissioncaller has no permissionYou are not authorized to do this operation.
    500ServerErrorServerError-

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

    Change history

    Change timeSummary of changesOperation
    2025-12-12The Error code has changed. The request parameters of the API has changed. The response structure of the API has changedView Change Details