tencent cloud

Feedback

DescribeAssetInfo

Last updated: 2024-08-27 11:44:49

1. API Description

Domain name for API request: cwp.tencentcloudapi.com.

This API is used to obtain the number of assets, including hosts, accounts, ports, processes, software, databases, web applications, web frameworks, web services, and web sites.

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: DescribeAssetInfo.
Version Yes String Common Params. The value used for this API: 2018-02-28.
Region No String Common Params. This parameter is not required.

3. Output Parameters

Parameter Name Type Description
MachineCount Integer Number of Hosts
AccountCount Integer Number of Accounts
PortCount Integer Number of ports
ProcessCount Integer Number of Processes
SoftwareCount Integer Number of software
DatabaseCount Integer Number of databases
WebAppCount Integer Number of web applications
WebFrameCount Integer Number of web frameworks
WebServiceCount Integer Number of web services
WebLocationCount Integer Number of web sites
AccountNewCount Integer New accounts today
PortNewCount Integer New ports today
ProcessNewCount Integer New processes today
SoftwareNewCount Integer New software today
DatabaseNewCount Integer New databases today
WebAppNewCount Integer New web applications today
WebFrameNewCount Integer New web frameworks today
WebServiceNewCount Integer New web services today
WebLocationNewCount Integer New web sites today
MachineNewCount Integer New hosts today
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 Obtaining the Overview of Asset Quantity

Input Example

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

{}

Output Example

{
    "Response": {
        "RequestId": "xx",
        "MachineCount": 100,
        "AccountCount": 100,
        "PortCount": 100,
        "ProcessCount": 100,
        "SoftwareCount": 100,
        "DatabaseCount": 100,
        "WebAppCount": 100,
        "WebFrameCount": 100,
        "WebServiceCount": 100,
        "WebLocationCount": 100,
        "AccountNewCount": 100,
        "PortNewCount": 100,
        "ProcessNewCount": 100,
        "SoftwareNewCount": 100,
        "DatabaseNewCount": 100,
        "WebAppNewCount": 100,
        "WebFrameNewCount": 100,
        "WebServiceNewCount": 100,
        "WebLocationNewCount": 100,
        "MachineNewCount": 100
    }
}

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
InternalError Internal error
InvalidParameter Incorrect parameter.
InvalidParameterValue Invalid parameter value.
MissingParameter Missing parameter error.